body {
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#acacac;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
	background-color:#000000;
}

#siteContainer {
	width: 970px;
	border: 1px solid #000000;
	background-color:#FFFFFF
}

#headerContainer{
	width: 970px;
	height:130px;
	text-align:left;
	}	

#bodyContainer {
	width: 970px;
	text-align: center;
	background-image: url("../img/mid_body_back_content.jpg");
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

#columnContainer {
	padding-left: 50px;
	padding-top: 10px;
	text-align:left;
}

a {
        color:#9fadb0;
	text-decoration:none;
	border-bottom: 1px dotted #3a515f;
	font-weight:400;
}

a:hover {
        color:#c9d9dd;
	text-decoration:none;
	border-bottom: 1px dotted #7f0707;
}

a.headlink {
	font-family: Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dotted #3a515f;
	font-size:15px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight:bold;
}

a.headlink:hover {
	color:#c9d9dd;
	text-decoration:none;
	border-bottom: 1px dotted #7f0707;
}

a.columnlink {
	color:#9fadb0;
	text-decoration:none;
	border-bottom: 1px dotted #3a515f;
	font-size:11px;
	line-height: 24px;
}

a.columnlink:hover {
	color:#c9d9dd;
	text-decoration:none;
	border-bottom: 1px dotted #7f0707;
}

a.morelink {
	color:#ff0000;
	text-decoration:none;
	border-bottom: 1px dotted #3a515f;
	font-size:11px;
}

a.morelink:hover {
	color:#c9d9dd;
	text-decoration:none;
	border-bottom: 1px dotted #7f0707;
}

a.biglink {
	color:#9fadb0;
	text-decoration:none;
	border-bottom: 1px dotted #3a515f;
	font-size:18px;
	line-height: 44px;
}

a.biglink:hover {
	color:#c9d9dd;
	text-decoration:none;
	border-bottom: 1px dotted #7f0707;
}

#tableoutline {
	width: 590px;
	border:#999999 1px solid;
	}

#calloutbox {
	background-image:url(../img/callout_contact.gif);
	background-repeat:no-repeat;
	height:334px;
	padding-left:64px;
	padding-right: 15px;
	padding-top: 60px;
	}

.bodytext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 18px;
	padding-left:25px;
	padding-right: 10px;
	padding-top: 90px;
	text-align:left;
	}
	
.bodytexttop {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 18px;
	padding-left:25px;
	padding-right: 10px;
	padding-top: 10px;
	text-align:left;
	}

.titletext {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	}

.contenttitletext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#485c7d;
	}
	
.subtitletext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#485c7d;
	}
	
.callouttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	text-align:left;
	}

.red {
	color:#FF0000;
	}