

body {
	margin: 0;
	padding: 5px 0;
	background-color: #333D56;
	text-align: center;
}

body,td,th {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div {
	margin: 0;
}

.SiteContent {
	width: 776px;
	background-color: #1E222E;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.SiteTopCurves, .SiteTopCurves .r, .SiteBotCurves, .SiteBotCurves .r {
	height: 6px;
	margin: 0;
}

.SiteTopCurves {
	background-image: url(../images/top_curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.SiteTopCurves .r {
	background-image: url(../images/top_right_curve.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.SiteBotCurves {
	background-image: url(../images/bot_left_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.SiteBotCurves .r {
	background-image: url(../images/bot_right_curve.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.SiteTopNav {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	margin: 2px 0;
	padding-bottom: 15px;
}

.SiteTopNav a:link, .SiteTopNav a:visited {
	color: #D4D4D4;
	padding: 0 3px;
}

.SiteTopNav a:hover {
	 color: #FF903B;
}

.PageContent {
	padding: 5px;
}

.SiteFooter {
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
}