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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #676767;
	line-height: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.column_twothird {
	float: right;
	width: 62%;
}
.column_onethird {
	width: 291px;
	float: left;
	padding-right: 3%;
	text-align: right;
	padding-bottom: 40px;
}
.wrapper {
	width: 969px;
	border: thin solid #333333;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 10px;
}


.center {
	margin: auto;
	width: 1000px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#black_box{
	height:9px;
	background-color:#333333;
	}


.nav{
	float: right;
	text-align: right;
	padding-top: 45px;
	font-size:12px;
}
.active {
	color: #CC3433;
}

 #logo {
	height: 80px;
	width: 864px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: left;
}
#logo img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


 #header {
	border: 1px solid #666666;
	float: left;
	clear: left;
	margin-bottom: 40px;
}
.twocolumn {
	float: left;
	width: 48%;
	padding-right: 2%;
}
.content {
	float: left;
	clear: left;
	width: 864px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C31224;
	padding-bottom: 20px;
}
.wrapper .content_internal {
	float: left;
	clear: left;
	width: 864px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C31224;
}
#background_shadow {
	width: 995px;
	float: left;
}
#background_shadow .shadowright {
	float: right;
}
#centerwrapper {
	margin: auto;
	width: 995px;
}
#content_wrapper{
	float: left;
	padding-top: 55px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	width: 850px;
	background-color: #FFFFFF;
}

#footer {
	color: #676767;
	float: left;
	width: 100%;
	font-size: 12px;
	padding-top: 15px;
}



a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
}






.right_side {
	padding-left: 2%;
	float: right;
	padding-right: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	width: 26%;
}
.shaddow_bkg {
	width: 980px;
	background-image: url(images/shaddow_right.png);
	float: left;
	background-repeat: repeat-y;
	background-position: right top;
}
.designedby {
	background-image: url(images/shaddow_footer.png);
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	width: 94%;
	text-align: right;
	padding-right: 6%;
	padding-top: 8px;
	font-size: 10px;
}





/* internal page layouts */
.content_internal h1 {
	font-size: 24px;
}
.column_onethird img {
	padding-bottom: 15px;
}
.intro {
	font-size: 120%;
}
.center .shaddow_bkg .wrapper #content_wrapper #footer a {
	color: #666666;
}

