html {
	height: 102%;
}
body {
	background-image: url(images/homepage/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D0CCAF;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2E2E2E;
}
#wrap {
	width: 850px;
	margin: 0px auto; /* top, right, bottom, left */
	padding: 2px;
}
a {
	color: #FFFF8C;
	text-decoration: none;
}
a:hover {
	color: #DFF9D0;
	text-decoration: underline;
}
#wrap #navigation {
	background-image: url(images/generalsite/mainnavigation.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 495px;
	text-align: center;
}
#wrap h1 {
	color: #000000;
	font-size: 12pt;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#wrap #navigation a {
	font-weight: bold;
	font-size: 11pt;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	line-height: 40px;
	color: #2870AA;
	text-decoration: none;
}
#wrap #navigation a:hover {
	font-weight: bold;
	font-size: 11pt;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	line-height: 40px;
	color: #74BF4C;
	text-decoration: none;
}
#wrap #footer {
	text-align: right;
	width: 850px;
	font-size: 8pt;
}
#wrap #footer a {
	color: #000000;
	text-decoration: none;
}
#wrap #sponsors {
	background-image: url(images/homepage/bg-sponsors.jpg);
	background-repeat: repeat;
}
#wrap #bottomlinks {
	background-image: url(images/generalsite/bottomwave.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 850px;
}
#wrap #bottomlinks .sublinks {
	padding-top: 52px;
	text-align: right;
	color: #1558B1;
}
#wrap #bottomlinks .sublinks a {
	color: #0B55AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}
#wrap #bottomlinks .sublinks a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrap .sectionheader {
	color: #2B286C;
	font-size: 12pt;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FDD32B;
	font-weight: bold;
}
