/* CSS Document *//***********************PAGE STRUCTURE TAGS**********************/html{	height:100%;	margin-bottom:1px;}#container{	margin:auto;	padding:0px;	width:760px;	max-width:760px;}#header{	width:760px;	height:158px;	background-color:#2c5388;}#mainHolder{	background-color:#336799;	position:relative;}#content{	background-color:#FFFFFF;	padding:5px;	width:575px;	height:575px;}#navigation{	font-size:13px;	padding-right:5px;	background-color:#2C5388;	text-decoration:none;	color:#FFFFFF;	width:185px;}/*********************GENERAL FORMATTING*********************//*EXISTING TAGS*/body{	font-family:Geneva, Arial, Helvetica, sans-serif;	font-size:12px;	margin:0px;	background-color:#003355;}a:hover{	color:#ffffff;}h2{	font-size:15px;}h1{	font-size:11px;	font-weight:bolder;}td{	vertical-align:top;}img{border:0px;}/*ID'S*/#navigation li{	margin-left:-30px;	text-decoration:none;	color:#FFFFFF;	background-color:#2C5388;	list-style:none;	/*-moz-user-select: none;	-khtml-user-select: none;	user-select: none;*/	vertical-align:top;}#navigation a{	color:white;}#navigation li:hover{	background-color:#669ACC;	color:#FFFFFF;}#navigation li:visited{	color:#FFFFFF;	text-decoration:none;}#motto{	font-weight:bolder;	font-size:15px;	color:#3366FF;}#software{	width:550px;}#software td{	border:1px solid black;}#calculators{	width:550px;	margin-top:35px;}#legal{	text-align:center;}#currentPage{	background-color:#669ACC;	color:#FFFFFF;}/*CLASSES*/.subnav{	font-size:12px;	font-style:oblique;}.bodyLink{	color:#0000FF;}.bodyLink:hover{	color:#0000AA;	text-decoration:underline;}.topLink{	color:#000000;}.topLink:hover{	color:#000000;	text-decoration:underline;}.topLink img{	margin-bottom:1px;}.legalSection{	font-weight:bold;}.privacy{	list-style-type:lower-alpha;}.navArrow{	color:#AAAA22;}.calLink{	color:#000000;}.calLink:hover{	color:#0000FF;}
