<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body{
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	margin: 0;
	font-size:12px;
	background:#ffffff url(../images/homebkgrnd.gif) repeat-x top left;
	behavior: url(../scripts/csshover.htc); /* WinIE behavior call */
}

#header {
	/*height: 125px;*/
	width: 100%;
	height: 150px;
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	background: url(../images/homelogo.png) no-repeat center center;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #cccccc;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homelogo.png',sizingMethod='scale');*/
} 

#header h1 {
	float:right;
	font-size: 14;
	color:#FFFFFF;
	margin:0;
	padding: 60px 20% 50px 20%;
}


#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/homebodybkgrnd.png) no-repeat center top;
	height: 355px;
}

#wrapper{
	width:800px;
	margin: auto;
}


#content {
	width: 450px;
	padding: 20px;
	overflow:auto;
}


#content p{
	font-family:Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	line-height: 140%;
	color: #333333;
	margin: 5px 0 10px 0;
}



/*****************************************************/

/*  THREE TIER NAVIGAITON  */
/*******************************/

#nav {
	/*width: 800px;*/
	font-size: 12;
	margin: 0;
	text-align:center;
	color:#FFFFFF;
	padding-left:15px;
	height: 28px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul .level1 {
	margin-right: auto;
	margin-left:auto;
}

#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float:left;
	width: auto;
	/*padding-right: 5px;*/
}

/*#nav li.end{
	position: relative;
	list-style: none;
	margin: 0;
	float:left;
	width: auto;
	line-height:1.2em;
	padding-right: 5px;
}*/



#nav li.submenu {

}

#nav li a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	line-height:10px;
	width: 100px;
	color: #003e7e;
	text-decoration: none;
	padding: 3px;
}

#nav li a:hover {
	background-color: #003e7e;
	color: #ffffff;
}

#nav ul ul {
	position: absolute;
	top: 0;
	left: 7em;
	display: none;
	font-size:90%;
	margin-top: 15px;
}

#nav ul.level1 li.submenu:hover ul.level2 {
	width: 90px;
	display:block;
}

#nav ul ul.level2 li {
	padding-top: 0;
	width: 90px;
	background-color: #ffffff;
	/*width: 18em;*/
	
}

#nav li.uagreen a, #nav li.uagreen a img {
	border: none;	
	background: transparent;
	color: #ccc;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	border:none;
}

#nav ul ul.level2 li a {
	width: 100px;
	height: auto;
	padding: 7px 3px;
	background-color: #fff;	
	border-bottom: 1px dotted #ccc;
}

#nav ul ul.level2 li a:hover {
	color: #ffffff;
	background-color: #003e7e;	
}

/*#nav ul.level1 li.submenu:hover ul.level2 a {
	width: 90px;	
}*/

#nav ul.level1 li.submenu:hover ul.level2 {
	margin-top: 15px;
	background-color: #ffffff;
	text-align: center;
}

/*#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
	margin-top: 1px;
	background-color: #006699;
	text-align: left;
	margin-left: 11em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}*/

#nav ul.level2 {
	top:1.4em;
	left:1px;
}

#nav ul.level3 {
	top:-1px;
	left:7em;
	display: none;
}

/*************************************/


#footer {
	clear: both;
	color:#CCCCCC;
	width: 100%;
	margin: 0 auto;
	border-top: 4px solid #cccccc;
}

#footer p {
	margin:0;
	padding: 10px;
	font-size: 9px;
	text-align:right;
	color: #333333;
}

#footer a:link, #footer a:visited{
	color:#336699;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#footer a:hover{
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Other*/
/* Start Commented Backslash Hack if IE 6 \*/
* html #footer {height: 1%;}
/* Close Commented Backslash Hack */

/* Start Commented Backslash Hack if IE 5 \*/
#sidenav a {height: 1%;}
/* Start Commented Backslash Hack \*/

/* Start Commented Backslash Hack \*/
#sidenav a  {
position: relative;
height: 1%;
zoom: 100%;
}
/* Start Commented Backslash Hack \*/
</pre></body></html>