/* CSS Document *//***HTML Tag Styles***/body{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 100%;	background-color: #717075;	text-align:left;	}#main{    /*border-left: 1px solid #5998c8;	border-right: 1px solid #5998c8;	border-top: 2px solid #5998c8;	border-bottom: 2px solid #5998c8;*/		background-color: #ffffff;	width: 100%%;	/*height: 566px;*/	/*margin-left: 12px;*/	margin: 0px 0px 0px 0px;}.style1 {			/*this is for home page text in yellow*/font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;font-weight: bold;color: #559cbe;text-align:middle;}.style2 {			/*this is for home page quote citation text*/font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-style:italic;font-variant: normal;text-decoration: none;font-weight: bold;color: #5998c8;text-align:left;}.style3 {			/*this is for page titles*/font-size: 14px;font-family: Verdana, Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;font-weight: bold;color: #507665;text-align:left;}.style4 {			/*this is for page text*/font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;color: #000000;text-align:left;}#footer{	width:150px;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #485458;	padding: 3px 0px 4px 0px;	text-align:right;	margin: 0px 0px 0px 0px;	clear:both;	background-color: #5998c8;	}#image{	margin: 0px 0px 5px 0px;	align:center;    display:block;	}A{/*this is for the document links as well as the nav links*/	text-decoration: none;	font-family: Verdana;	font-size: 11px;	color: #507665;	font-weight: bold;}a:Hover{	text-decoration: underline;	color: #aa0000;}A:visited {color:#507665;text-decoration:none;}