.errortext
{
	color: Maroon;
	font-size: 8pt;
}

.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: xx-small;
}

.requiredfield
{
	background-color: #ffffcc;
}

body 
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}

a 
{
	color: #4A5375;
}

h1, h2, h3, h4 
{
	font-family:  Arial, Helvetica, Sans-Serif;
	margin: 6px 0 3px 0;
}

.border 
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 0;
}

.masthead 
{
	background-image: url("../images/background-masthead.jpg");
	background-repeat: no-repeat;
	height: 129px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	white-space: nowrap;
	vertical-align: top;
}

a.logo {
	width: 241px;
	height: 52px;
	margin: 0;
	position: absolute;
	top: 17px;
	left: 20px;
}

.menuContainer
{
	background-image: url("../images/background-menu.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 42px;
	text-align: center;
	bottom: 10px;
	left: 0px;
	width: 100%;
	padding-top: 85px;
}

ul.menu {
	color: 	#f4c430;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	list-style: none outside none;
	margin: 0 0 0 10px;
	padding: 0;
	height: 33px;
}

ul.menu li {
	float: left;
	margin: 0 12px 0 12px;
	padding: 8px 15px 0 12px; 
	white-space: nowrap;
	height: 33px;
}

ul.menu a, ul.menu a:visited, ul.menu a:active {
	color: 	white;
	text-decoration: none;
}

ul.menu li.selected {
	background-color: white;
	border-right: 1px solid #314F64;
	border-left: 1px solid #314F64;
	border-top: 1px solid #314F64;
}

ul.menu li.selected a, ul.menu li.selected a:visited, ul.menu a:hover {
	color: 	#CB9B0B;
}

img.splash {
	height: 337px;
	width: 506px;
}

img.featuredService1 {
	width: 246px;
	height: 143px;
	float: left;
}

img.featuredService2 {
	width: 244px;
	height: 143px;
	float: right;
}
.homePageContent td.leftColumnMain
{
	vertical-align: top;
	width:240px;
}
.homePageContent td.leftColumn{
	padding: 5px 14px 10px 0;
}

.homePageContent td.rightColumn {
	padding: 5px 0px 10px 0;
}

.callout {
	background-image: url("../images/background-callout.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #314F64;
}

.callout h3 {
	background-image: url("../images/background-callout-header.gif");
	margin: 0;
	padding: 3px;
	font-size: 14px;
}

.callout div.content {
	margin: 0;
	padding: 6px;
}

.callout select.toolSelect {
	width: 200px;
}

a.tickler {
	display: block;
	text-align: right;
}

ul.downloadList {
	margin: 0;
	list-style: none;
}

ul.downloadList li {
	margin: 4px 0px 4px 0px;
}

.footer {
	text-align: center;
	font-size: 9px;
}

.footer ul {
	list-style: none outside none;
	margin: 0;
	position: relative;
	text-align: center;
}

.footer ul li {
	display: inline;
	font-size: 8pt;
	margin: 0;
	padding: 0 10px 0 10px;
	border-left: 1px solid #314F64;
	text-align: center;
}

.footer ul li.leftmost {
	border-left: 0;
}