#headline {
width: 550px;
padding-bottom: 20px;
}

#topimage{
position: absolute; 
left:725px; 
top: 130px;
width: 175px;
z-index:2;
}

#links {
float: left; 
width: 160px;
padding-right:10px;
}

#content {
float:left;
width: 420px;
}

#applications {
position: absolute;
top: 240px;
left: 725px;
width: 172px;
}

#footer    {
 clear:both;
 text-align: center;
 font-family: arial;
 font-size: 11px;
 background-color: transparent;
 }



body {
	background-color: #FFFFFF;
	margin: 0;
	background-image: URL("images/leftBackground.jpg");
	background-repeat: repeat-y;}
	
.bodytext {
	font-family: arial;
	font-size: 12.5px;
	font-weight: normal;
	line-height: 1.5em;}


img {
	border-width: 0;}


a.nav:link {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;}

a.nav:visited {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;}

a.nav:hover {color: #BBAA00;}
a.nav:active {color: #FFCC00;}

a:link {color: #002266; font-weight: bold; text-decoration: none}
a:visited {color: #002266;	font-weight: bold; text-decoration: none}
a:hover {color: #998800;font-weight: bold; text-decoration: underline}
a:active {color: #002266;font-weight: bold; text-decoration: none}


.appslist{font: bold 12px Arial, Helvetica, sans-serif;	color: #CC9900; text-align:right;}
.appslist a:link {color: #CC9900; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none}
.appslist a:visited {color: #CC9900;font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none}
.appslist a:hover {color: #002266;font: bold 12px Arial, Helvetica, sans-serif; text-decoration: underline}
.appslist a:active {color: #CC9900;font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none}


.footerNav {
	color: #000099;
	font-weight: normal;
	font-size: 10.5px;
	font-weight: normal;
	line-height: 2em;
	background-color: transparent;}



.header {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #002266;}

.header2 {
	font: bold 14px Arial, Helvetica, sans-serif;font-family: arial;
	color: #555500;}

.header3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;}

#top {
	width: 100%;
	height: 118px;
	background-image: URL("images/topBackground.jpg");}

#topBanner {
	width: 780px;
	height: 118px;
	background-image: URL("images/topBanner.jpg");
	background-repeat: no-repeat;
	background-color: transparent;}

#leftContent {
	padding: 15px;
	background-color: #FFFFFF;}

#centerContent {
	padding: 15px;
	background-color: #FFFFFF;}

#rightContent {
	padding: 15px;
	background-color: #FFFFFF;}




/* Dropdown Menu */
ul#nav {
	margin: 0px;
	list-style: none;
	float: right;
	top: 6px;
	position: relative;}

ul#nav li {
	list-style: none;
	float: left;
	position: relative;
	padding-left: 30px;
	top: 0px;
	left: 0px;}

ul#nav li a {
	font-family: Arial;
	font-size: 12.5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;}

ul#nav li a:hover {
	color: #ffffff;
	text-decoration: underline;}
  
ul#nav li ul {
	display: none;
	position: absolute;
	list-style: none;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 15px;
	background-color: #CFBC00;}

ul#nav li ul li {
	padding: 0px;}

ul#nav li ul li a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fffff;
	text-decoration: none;
	white-space: nowrap;}

ul#nav li a:hover {
	color: #998800;
	text-decoration: underline;}


ul#nav li:hover ul, li.over ul { 
	display: block; }
