@charset "utf-8";
/* CSS Document */

body { background-color:#dadada;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
img { border: 0px;}
.maincontainer { 
	MARGIN: 0px auto;
	WIDTH: 798px;
	TEXT-ALIGN: left;
	background-color:#FFFFFF;
}

.contentcontainer{
	MARGIN: 10px;
	TEXT-ALIGN: left;
	}
	
.contentcontainer2{
	MARGIN: 25px;
	TEXT-ALIGN: left;
	}


#header {
	WIDTH: 798px;
	HEIGHT: 110px;
	background-color:#1073AD;
	background-image:url(imz/headerbg.gif);
}


#footer{
	WIDTH: 778px;
	HEIGHT: 40px;
	background-color:#1073AD;
	text-align:center;
	padding:10px;

}
.redboldbig
{
	font-size:24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#footer {
color:#FFFFFF;
}


#footer a { 
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}

/* Navigation Start */
#nav{
	WIDTH: 798px;
	background-color:#1073AD;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background-color: #930015;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background-color: #083152;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.infocontainer {
	background-color: #CCCCCC;
	clear: both;
	float: left;
	width: 310px;
	padding: 5px;
	margin-bottom: 20px;
}
.infocontainer_inside {
	background-color: #FFFFFf;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.title_header{
	background-color: #143f62;
	background-image:url(imz/title_header_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: 0pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #18537f;
	border-right-color: #18537f;
	border-bottom-color: #18537f;
	border-left-color: #18537f;
	line-height: 23px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 6px;
	margin-bottom: 8px;

}
.info_logo{
	float: left;
	width: 109px;
	height: 90px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-top: 5px;
	}
.redbold

{
	color: #CC0000;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	

}
.dashed
{
	border: medium solid #999999;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
