﻿body
{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
}

#bodywrapper
{
	 width: 984px; border:none; margin: 0 auto;
}

#container
{
	 width: 980px; margin-top:4px; border: solid 2px gray;  background-color: #201F25; background-color: White;
}

#header
{
	width: 980px; height:82px; background-color: White; border:none;
}

#menuwrapper
{
	border:none; margin:0;
}

#cloglogo
{
	float:right; border:solid 1px black; margin:5px 5px 0 0;
}

#maindiv
{
	padding:10px; width: 960px;  background-color: white;
}

.BrandImage
{
	margin:10px 20px 0px 10px; border: solid 1px black; 
}

.BrandHeader
{
	font-size:30px; color: black; margin: 10px 0px 0px 0px;
}

#footer
{
	background-color: white; padding:10px; border-top: solid 1px gray;
}

.aHref2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration:none;
}
.aHref2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration:none;
}
.aHref2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration:underline;
}
.aHref2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration:none;
}