@charset "utf-8";
/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
}

a
{
color:#4d95ef;
}

a:active
{
color:#4d95ef;
}

a:link
{
color:#4d95ef;
}

a:visited
{
color:#4d95ef;
}

#mainDIV {
	width:1004px;
	border:1px solid #CCC;
	border-bottom:6px solid #970f01;
	margin:auto;
}
#logoDIV {
	width:100%;
	border-bottom:#970f01 6px solid;
	height:72px;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}

img 
{
border:none;
}

#mainBODY
{
float:left; width:75%; color:#666666;
}

#mediaBODY
{
margin:24px; width:962px; height:auto;
}

.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;
}