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

.rollover {
float:left;
}

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:133%;
}
.text{
	padding-right:20px;
}

#mainDiv{
	width:705px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	padding-left:8px;
}
#navDiv{
	height:88px;
	width:699px;
}
#contentDiv{
	float:left;
	width:475px;
	background-image:url(images/bigbox_mid.jpg);
	background-repeat:repeat-y;
}
#contentDivMid{
	width:465px;
	padding-left:10px;
	height:538px;
}
#contentDivMidText{
	width:453px;
	height:150px;
	overflow:auto;
}
.headerImg{
	left:-5px;
	position:relative;
}

#rightDiv{
	width:221px;
	float:left;
	background-image:url(images/sidebox_mid.jpg);
	background-repeat:repeat-y;
}
#rightDivContent{
	width:210px;
	height:538px;
	overflow:auto;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	}
#footer{
	color:#999999;
	padding-left:2px;
	margin-top:10px;
	float:left;
}
#footer a:link, #footer a:visited{
	color:#666666;
	text-decoration:underline;
}
#footer a:hover, #footer a:active{
	color:#CA1F25;
}
.indentFooter{
	margin-left:105px;
	position:relative;
}
a:link, a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover, a:active{
	color:#CA1F25;
}
a:link img, a:visited img, a:hover img, a:active img{
	text-decoration:none;
	border:0px;
}
.space{
	padding-right:20px;
}
.header{
	color:#CA1F25;
	font-size:14px;
	font-weight:bolder;
}
.textRight{
	text-align:left;
	padding-left:45px;
}