#top {
	width: 948px;
	height: 77px;
	background-color: #FFFFFF;
	margin: 0;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	padding-left:0px;
}
#logoImg {
	background-color: #FFFFFF;
	height: 75px;
	width: 716px; 
	margin: 0;
	padding-top:2px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px; 
	float: left;
}
#curveImg {
	background-color: #FFFFFF;
	width: 95px;
	height: 77px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	padding-left:0px;
	margin: 0; 
	float: right;
}
#login {
	background-color: #333399;
	height: 77px;
	width: 107px;
	margin: 0;
	padding: 0px;
	float: right;
	text-align: right;
}

#menuOptions {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#333399;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFFFFF;
	clear: both;
}
#menuOptions2 {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#white;
	margin: 0;
	padding-top: 5px;
	color:#333399;
	clear: both;
}

#top img {
	border: 0px;
	margin: 0;
}

ul.nav {	
	list-style-type:none;
	text-align:right;
	padding: 0px 3px 0px 0px;
	margin: 0;
}
ul.nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline; 
	padding-right: 7px; 
	padding-left: 10px; 
	border-right: none;
	border-left: 1px solid #FFFFFF; 
}
ul.nav li.firstMenuItem {
	border-right: none;
	border-left: none;
}
ul.nav a { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav a:hover { 
	color: #FFFF00;
}
ul.nav2 {	
	list-style-type:none;
	text-align:right;
	padding: 0px 3px 5px 0px;
	margin: 0;
	border-bottom: 1px solid #333399; 
}
ul.nav2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline; 
	padding-right: 7px; 
	padding-left: 10px; 
	border-right: none;
	border-left: 1px solid #333399; 
}
ul.nav2 li.firstMenuItem {
	border-right: none;
	border-left: none;
}
ul.nav2 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333399;
	text-decoration: none;
}
ul.nav2 a:hover { 
	color: #990033;
}
ul.nav3 {	
	list-style-type:none;
	text-align:right;
	padding: 0px 3px 15px 0px;
	margin: 0;
}
ul.nav3 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline; 
	padding-right: 7px; 
	padding-left: 10px; 
	border-right: none;
	border-left: 1px solid #333399; 
}
ul.nav3 li.firstMenuItem {
	border-right: none;
	border-left: none;
}
ul.nav3 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333399;
	text-decoration: none;
}
ul.nav3 a:hover { 
	color: #990033;
	text-decoration: underline;
}
ul.gridNav {	
	list-style-type:none;
	text-align:right;
	padding: 0px 2px 2px 0px;
	margin: 0;
}
ul.gridNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:inline; 
	padding-right: 5px; 
	padding-left: 8px; 
	border-right: none;
	border-left: 1px solid #333399; 
}
ul.gridNav li.firstMenuItem {
	border-right: none;
	border-left: none;
}
ul.gridNav li.lastMenuItem {
	padding-right: 0px; 
}
ul.gridNav a { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333399;
	text-decoration: none;
}
ul.gridNav a:hover { 
	color: #990033;
	text-decoration: underline;
}
#footer { 
	height:30px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#footerDivider { 
	background-color: #333399; 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:4px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} #footer a { 
	text-decoration:none;	
	color: #333333;
} 
#footer a:hover { 
	text-decoration:underline;	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}

