﻿body {
	font-family: "Arial";
	margin: 0px 0px 0px 0px;
	padding: 0px;
/* Need to set body margin and padding to get consistency between browsers. */	background-color: #FFFFFF;
	font-size: small;
}

body, td, span, div, p {
	font-size:x-small;
	color:#666666;
	margin-top: 5px;
	text-align: left;
}

#subheading {
	color:#003e7a;
}

#subhead {
	color:#003e7a;
	font-size:14px;
}
#header {
	color:#ffffff;
}

a {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:visited:hover {
	color:#333333;
	text-decoration:none;
}

#subMenu {
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
}
a#subMenu, a#subMenu:visited {
	text-decoration:none;
}
a#subMenu:hover, a#subMenu:visited:hover {
	text-decoration:none;
}

#bullet {
	color:#0054A4;
}
a#bullet, a#bullet:visited {
	color:#0054A4;
}
a#bullet:hover, a#bullet:visited:hover {
	color:#FFFFFF;
}

#homeCopy {
	color:#FF8232;
}




#navcontainer
{
/*margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;*/
font-size:11px;
}

#navlist li
{
display: inline;
padding-bottom: 0px;
padding-left: 0px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 0px;
padding-bottom: 0px;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: #FFFFFF;
background: url(http://sesra.cgint.net/images/bullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: #FFFFFF;
padding-left: 20px;
background: url(http://sesra.cgint.net/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;} 