/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	background-color: #ffffff;
}
hr {
	border:0px;
	color:#CB0100;
	background-color:#FFFFFF;
	height: 1px;
	width: 100%;
	text-align: left;
}
h2 {
	font-size:17px;
	color:#333333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
	line-height: 20px;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {color: #CB0100; background:#FFFFFF}
.blue {color: #00226F; background:#FFFFFF}

.searchinput {
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CB0100;
	width: 110px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #CB0100;
	font-weight: bold;
	height: auto;
}
.searchbutton {
	font-size: 13px;
	font-weight: bold;
	color: #CB0100;
	background-color: #FFFFFF;
	border: 1px solid #CB0100;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
 #navcontainer { width: 190px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

#navcontainer a
{
display: block;
padding: 5px;
width: 190px;
background-color: #CB0100;
border-bottom: 1px solid #d8e9f0;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #00226F;
color: #FFFFFF;
}

#navcontainer ul li.last a{
    background: #00226F;
	display: block;
    padding: 5px;
    width: 190px;
    border-bottom: 1px solid #d8e9f0;
}

#navcontainer ul li.last a:hover{
    background-color: #999999;
    color: #FFFFFF;
}

 #leftcontainer { width: 190px; }

#leftcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

#leftnavcontainer a
{
display: block;
padding: 5px;
width: 190px;
background-color: #00226f;
border-bottom: 1px solid #d8e9f0;
}

#leftcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#leftcontainer a:hover
{
background-color: #cb0100;
color: #FFFFFF;
}

#advsearchblock {
width:200px;
height:85px;
position:relative;
right:400px;
/*bottom:85px;*/
z-index:2; }

#advsearchfloat {
width:600px;
height:400px;
position:absolute;
left:1px;
z-index:2; }
