body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	font-size: 11px;
}
#container {
	width: 770px;
	height: 100%;
	margin: auto;
	border-left: 1px solid #13268D;
	border-right: 1px solid #13268D;
}
table.shell {
	width: 100%;
	height: 100%;
	font-size: 11px;
}
/*===============HEADER===============*/
td.header {
	height: 139px;
}
#headerTop {
	height: 23px;
	padding: 0 0 0 6px;
	background: url('images/rep_headerTop.jpg') repeat-x bottom;
	font-size: 10px;
	color: #13268D;
	line-height: 20px;
}
#headerTop a {
	color: #13268D;
	text-decoration: none;
}
#headerTop a:hover {
	color: #AF080F;
	text-decoration: none;
}
#headerMid {
	height: 94px;
	background-color: #13268D;
}
#headerLogin {
	width: 200px;
	float: left;
	position: absolute;
	top: 30px;
}
#headerLogin table {
	padding: 2px;
	margin: 0 0 0 6px;
	font-size: 9px;
	color: #FFFFFF;
}
#headerLogin td {
	padding: 2px;
}
#headerLogin td.online {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#headerLogin td.id input {
	width: 90px;
	height: 18px;
	font-size: 10px;
}
#headerLogin td.pw input {
	width: 90px;
	height: 18px;
	font-size: 10px;
}
#headerLogin td.login {
	font-size: 10px;
	text-align: right;
}
#headerLogin td.login a {
	color: #ffffff;
	text-decoration: none;
}
#headerBanner {
	float: right;
}
#headerBot {
	height: 22px;
	background: url('images/rep_headerBot.jpg') repeat-x;
	border-bottom: 1px solid #13268D;
}
/*===============LEFTSIDE===============*/
td.leftside {
	width: 180px;
	vertical-align: top;
}
#sidebar {
	width: 180px;
	height: 100%;
	background: #13268D url('images/rep_nav.jpg') repeat-x;
	border-right: 1px solid #13268D;
}
table.sidebar {
	width: 100%;
	height: 100%;
}
table.sidebar td {
	text-align: center;
}
#bugs {
	margin: 140px 0 8px 0;
}
td.nav {
	height: 100%;
	padding: 8px 0 0 0;
	vertical-align: top;
}
#nav {
	width: 165px;
	margin: auto;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav li {
	margin: 0 0 5px 0;
}
#nav a {
	display: block;
	width: 165px;
	background: #13268D;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0 5px 0;
	border: 1px solid #AF080F;
}
#nav a:visited {
	display: block;
	width: 165px;
	background: #13268D;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #AF080F;
}
#nav a:hover {
	display: block;
	width: 165px;
	background: #FFFFFF;
	color: #AF080F;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #13268D;
}
/*===============CONTENT===============*/
td.content {
	width: 100%;
	margin: 0;
	padding: 8px;
	vertical-align: top;
}
td.content td {
	vertical-align: top;
}
td.content a {
	color: #AF080F;
	text-decoration: underline;
}
td.content a:hover {
	color: #13268D;
	text-decoration: none;
}
td.homeDivider {
	width: 5px;
	background: #FFFFFF url('images/rep_dot.gif') repeat-y;
}
td.homePromo {
	width: 250px;
	padding: 0 0 0 5px;
}
h1 {
	font-size: 18px;
	color: #AF080F;
}
h2 {
	font-size: 14px;
	color: #13268D;
}
span.small {
	font-size: 11px;
	color: #000;
}
/*===============FOOTER===============*/
td.footer {
	height: 23px;
}
#footer {
	height: 22px;
	padding: 0 6px 0 0;
	background: url('images/rep_footer.jpg') repeat-x;
	font-size: 10px;
	color: #13268D;
	text-align: right;
	line-height: 22px;
}
#footer a {
	color: #13268D;
	text-decoration: none;
}
#footer a:hover {
	color: #AF080F;
	text-decoration: none;
}