@charset "utf-8";
/* CSS Document */
html, body { 
	background: #173070 url(images/bg.jpg) repeat-x;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a:focus
{
         -moz-outline-style:none;
}
.heading {
	color: #ffffff;
	font-weight: bold;
}
.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#sidebar {
	position:absolute;
	width:220px;
	height:115px;
	z-index:1;
	top: 10px;
}
#footer {
	position:absolute;
	width:798px;
	height:2px;
	z-index:2;
	text-align: center;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 12px;
}
a.footer:link, a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	color: #666666;
	text-decoration: none;
}
.mainmenu {
	background: url(images/mainmenu.png) no-repeat;
	height: 19px;
}
.mainmenu_tile {
	background: url(images/mainmenu_tile.png) no-repeat bottom;
}

.ongreybox {
	color: #d8dad7;
}

.mainmenutext {
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #a40308;
}

a.mainmenutext:link, a.mainmenutext:visited {
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #a40308;
	text-decoration: none;
}

a.mainmenutext:hover, a.mainmenutext:active {
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #a40308;
	text-decoration: none;
}

img, .mainmenu { behavior: url(iepngfix.htc); }


.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00125e;
	text-align: left;
}
.headerred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #a40308;
}
.headergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #198c2d;
}
.greybox {
	background-color: #d8dad7;
	color: #a40408;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

a.greybox:link, a.greybox:visited {
	color: #067619;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;	
}
a.greybox:hover, a.greybox:active {
	color: #16316f;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;	
}
a.red:link, a.red:visited {
	text-decoration: none;
	font-weight: normal;	
	color: #000000;

}
a.red:hover, a.red:active {
	color: #a40408;
	text-decoration: none;
	font-weight: normal;	
}
a:link, a:visited {
	color: #198c2d;
}

a:hover, a:active {
	color: #a40308;
	text-decoration: none;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}