@charset "UTF-8";
body {
	background-color: #231f20;
}


#leftcol {
	width:320px;
	height:460px;
	float:left;
}
#rightcol {
	width:480px;
	height:460px;
	float:right;
}
#links_box {
	width:100%;
	height:210px;
}
#text_box {
	width:270px;
	height:300px;
	margin-left:40px;
	margin-top:30px;
}
#contact_box {
	width:auto;
	height:auto;
	margin-top:20px;
}
#corner_left {
	width:253px;
	height:175px;
	float:left;
}
#corner_right {
	width:50px;
	height:50px;
	float:right;
}
img.floatleft { 
    float: left; 
}
img.floatright { 
    float: right; 
}
.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;
}



/*text styles*/
.text {
	font-family:Arial, Helvetica, sans-serif;	
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	margin-bottom:15px;
	margin-top:5px;
}
.text a:link {
	color:#231f20;
	font-weight:bold;
	text-decoration:none;
}
.text a:visited {
	color:#231f20;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.text a:active {
	color:#231f20;
	font-weight:bold;
	text-decoration:none;
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.contact_text {
	font-family:Arial, Helvetica, sans-serif;	
	color:#ffffff;
	font-size:10px;
	line-height:13px;
	margin-top:5px;
	margin-right:40px;
	text-align:right;
}
.contact_text a:link {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.contact_text a:visited {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.contact_text a:hover {
	font-weight:bold;
	color:#231f20;
	text-decoration:none;
}
.contact_text a:active {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.linkmargin_a {
	margin-top:200px;
}
.linkmargin_b {
	margin-top:20px;
}
