body {
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 34px 0px 10px 65px;
	padding: 0px;
	
}
h2 {
	color: #666699;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
}
a {
	color: #990033;
}
a:hover {
	color: #CC3333;
}

/* --- */

.snug {
	margin-top: 0px;
	padding-top: 0px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* --- */

#container {
	background: #FFFFFF;
	min-height: 600px;
	width: 900px;
}

/* --- */

#logoTop {
	position: absolute;
	top: 3px;
	left: 4px;
	
}
#header {
	background: #CCCCCC;
}
.header_graphic {
	height: 99px;
	background-repeat: no-repeat;
	background-color: #9999CD;
}
#topNav,
#midNav {
	background: #000000 no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 20px;
	text-transform: uppercase;
	font-size: 10px;
}
#topNav li,
#midNav li {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	font-weight: bold;	
}	
#topNav li a,
#midNav li a {
	text-decoration: none;
	color: 	#BCBCBC;
}
#topNav li a:hover,
#midNav li a:hover {
	color: #CC3333;
}

#topNav {
	width: 247px;
	margin: 0px 0px 0px 10px;
	padding-left: 42px;
	background: #000000 url(/i/topNavright.gif) no-repeat top right;
}

/* --- */

#sidebar {
	float: left;
	width: 241px;
	text-align: center;
}
#content {
	float: left;
	width: 650px;
}
.nav {
	width: 199px;
	margin: 14px auto 10px auto;
	background: #CCCCCC;
	text-align: left;
}
.nav a {
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	color: #CC3333;
}
.nav ul {
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
.nav h4,
#sidebar h4{
	color: #660000;
	font-weight: bold;
	margin: 0px 0px 0px 8px;
	font-size: 11px;
}
.topRound {
	background: #FFFFFF url(/i/subnav_topcap.gif) top no-repeat;
	height: 10px;
	line-height: 5px;
	font-size: 5px;
}
.bottomRound {
	background: #FFFFFF url(/i/subnav_bottomcap.gif) bottom no-repeat;
	height: 10px;
	line-height: 5px;
	font-size: 5px;
}

/* --- */

#footerWrap {
	clear: both;
	text-align: center;
}
#footer {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: #CCCCCC solid 1px;
	font-size: 10px;
}
#footerBorder {
	background: #990000 url(/i/footer_rightend.gif) right no-repeat;
	text-align: left;
}
