@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:5px;
	background-color:#215370;
}
a img {
	border:none;
}
a, a:visited {
	color:#9F5800;
	text-decoration:none;
}
a:hover {
	color:#EB8100;
	text-decoration:underline;
}
#wrapper {
	width:700px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.imgLeft {
	float:left;
	margin:10px 15px 10px 0;
}
.imgRight {
	float:right;
	margin:10px 0 10px 15px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:2em;
	color:#EB8100;
}
#sidePanelNav {
	width:130px;
	float:left;
}
#contentWrapper {
	background-image:url(../images/mainContentBkg.jpg);
	background-repeat:repeat-y;
}
#mainContent {
	width:520px;
	float:right;
	margin-right:25px;
	padding-bottom:25px;
}
#sponsorship {
	text-align:center;
	font-size:0.9em;
	color:#9F5800;
	font-style:italic;
}
#footer {
	clear:both;
	background-color:#EB8200;
	text-align:center;
	font-size:0.9em;
	color:#EEEEEE;
	padding:5px 0;
}
#footer a, #footer a:visited {
	color:#EEEEEE;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
ul#mainNav {
	line-height:2em;
}
ul#mainNav li a, ul#mainNav li a:visited {
	text-decoration:none;
	color:#9F5800;
}
ul#mainNav li a:hover {
	color:#000;
	text-decoration:underline;
}
ul.NewFromBlank_Default#registerFormDataWrapper {
	width:500px;
}
#registerFormHeaderArea {
	margin-top:20px;
}
