@charset "UTF-8";

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin: 0;
	background-color: #F4F4F4;
}

td {
	padding: 5px;
	color: #666666;
	font-size: 80%;
}
#logolink {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 120px;
	border:0;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../graphics/group_bg.gif);
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	background-position: left top;
	position: relative;
}

#content {
	width: 800px;
	float: right;
	border: 0px;
}
#contenttop {
	border: 0px;
	background-image: url(../graphics/toppanelwhitegroup.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#contenttopleft{
	height: 253px;
	width: 140px;
	float: left;
	background-color: none;
	padding: 115px 10px 10px 30px;
}
#contenttopleft h1 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
#contenttopright {
	width: 520px;
	float: right;
	background-color: none;
	padding: 40px 40px 20px 60px;
}
#contenttopright p {
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
.divider {
	clear:both;
	height:8px;
	overflow:hidden;
	background-color: #E6E6E6;
}

#contentbase {
	border: 0px;
}

#footer a:link, #footer a:visited  {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

#footer {
	clear:both;
	height:20px;
	overflow:hidden;
	background-color: #F4F4F4;
	text-align: center;
	font-size: 70%;
	color: #666666;
	line-height: 1.8em;
}
.red {
	color: #990000;
	font-weight: bold;
}
.blue {
	color: #2A3077;
	font-weight: bold;
}