/* CSS Document */

body {
	background-color:#d8d8c2;
	margin:0px;
	text-align:center;
	background-image:url(../images/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Trebuchet ms, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-top:30px;
	padding-bottom:30px;
}

html { 
	min-height: 100%;
	margin-bottom: 1px;
}

.red{ 
	color: #c1111e;
}

.redlarge{ 
	color: #c1111e;
	font-size:14px;
}

a{
	text-decoration:none;
}

a:link {
	color: #c1111e;
	text-decoration: none;
}

a:active {
	color: #c1111e;
}

a:visited {
	color: #c1111e;
}

a:hover {
	color: #990000;
}


#content {
	width:770px;
	margin:0px auto;
	text-align:left;
	padding:0px;	
}

#tophead{
	width:760px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#878773;
	padding-left:5px;
	font-weight:lighter;
	letter-spacing:1.1px;
}

#tophead a{
	color:#3366AA;
	text-decoration:none;
}

#tophead a:hover{
	color:#333333;
}

#mainContainer{
	width:760px;
	float:left;
	border-top:5px solid #ffffff;
	border-left:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	border-right:5px solid #ffffff;
	background-image:url(../images/main_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#contentTop{
	width:760px;
	border-bottom:5px solid #ffffff;
	height:50px;
	background-color:#C1111E;
	background-position: 175px 0px;
	background-image:url(../images/toplogo.gif);
	background-repeat:no-repeat;
	float:left;
}


#topMap{
	width:170px;
	border-right:5px solid #ffffff;
	float:left;
	height:50px;
	background-image:url(../images/map.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#left{
	float:left;
	width:170px;
	border-right:5px solid #ffffff;
}

#submenu{
	font-size:10px;
}

#menu #submenu a{
	background-color:#d2d2b4;
	display:block;
	text-decoration:none;
	width:165px;
	padding:0px 0px 0px 5px;
	border-bottom:1px solid #ffffff;
	color:#333333;
}

#menu #submenu a:hover{
	background-color:#e7e7c6;
	color:#c1111e;
}

#menu{
	float:left;
}

#menu a{
	background-color:#878773;
	display:block;
	text-decoration:none;
	width:165px;
	padding:0px 0px 0px 5px;
	border-bottom:1px solid #ffffff;
	color:#FFFFFF;
}

#menu a:hover{
	background-color:#C1111E;
}

#menu a#active{
	background-color:#C1111E;
}

#midcontainer{
	width:585px;
	float:left;
}

#pagetitlebar{
	width:585px;
	float:left;
	height:33px;
	border-bottom:5px solid #ffffff;
}

#pagetitle{
	float:left;
	width:390px;
	background-color:#878773;
	border-right:5px solid #ffffff;
	height:20px;
	padding:8px 10px 5px 10px;
	color:#ffffff;
	font-size:14px;
}

#pagetitleright{
	float:left;
	width:160px;
	height:25px;
	background-color:#d2d2b4;
	font-size:10px;
	padding:3px 5px 5px 5px;
	text-align:center;
}

#middle{
	float:left;
	width:391px;
	padding:10px 9px 10px 10px;
}

#midheight{
	float:left;
	height:450px;
	font-size:1px;
	width:1px;
}

#right{
	float:left;
	width:170px;
	border-left:5px solid #ffffff;
}

.rightimg{
	width:170px !important;
	float:left;
	margin:0px;
	border:0px;
}
.rightimgtitle{
	width:165px !important;
	float:left;
	padding-left:5px;
	border-bottom:5px solid #ffffff;
	background-color:#d2d2b4;
	margin:0px;
}

img{
	margin:0px;
	padding:0px;
}

.horz{
	width:585px;
	float:left;
	border-bottom:5px solid #ffffff;
	background-color:#F0F0DC;
}

.middle_horz{
	width:390px;
	float:left;
	background-color:#F0F0DC;
	padding:10px;
}

.right_horz{
	width:170px;
	border-left:5px solid #ffffff;
	background-color:#ffffff;
	float:left;
}

.bothorz{
	width:585px;
	float:left;
	background-color:#d2d2b4;
}

.botmiddle_horz{
	width:410px;
	float:left;
	background-color:#d2d2b4;
	border-right:5px solid #ffffff;
	height:33px;
}

.botright_horz{
	width:160px;
	background-color:#d2d2b4;
	float:left;
	font-size:10px;
	padding:2px 5px 2px 5px;
	text-align:center;
}