/*general*/

.left {float: left;}

.right {float: right;}

.small {font-size: smaller;}

.hide {display: none;}

html, body {
	margin:0;
	padding:0;
	border:0;
}
.blue {
	color:#3366FF;
}
/*layout*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height:1.3em;
	color:#202020;
	background-color:#C6B89E;
	margin-top:15px;
	margin-bottom:15px;
}	

#wrap {
	width:784px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:784px;
	height:101px;
	background:url(../images/bg_header.jpg) no-repeat top center;
}

#logo {
	float:left;
	display:inline;
	width:450px;
	margin-top:18px;
	margin-left:12px;
}

#topnav {
	float:right;
	display:inline;
	width:250px;
	text-align:right;
	margin-right:30px;
	margin-top:25px;
}

toplinks {
	font-size:11px;
	line-height:25px;
	color: #003399;
}

#toplinks a, a:visited {
	font-size:11px;
	color: #003399;
	text-decoration:none;
}

#toplinks a:hover {
	text-decoration:underline;
}

#quicklinks {
	margin-top:10px;
}

#menu {
	width:784px;
	height:29px;
	background:url(../images/bg_menu.jpg) no-repeat top center;
}

#menunav {
	margin-left:184px;
}

#container {
	width: 784px;
	background:url(../images/bg_container.jpg) repeat-y top center;
}

#containerh {
	width: 784px;
	background:url(../images/bg_container_home.jpg) repeat-y top center;
	padding:0;
	margin:0;
}

#contentbody {
	width:760px;
	margin-left:12px;
}

#leftcolumnh {
	float:left;
	display:inline;
	width:499px;
}

#leftcolumn {
	float:left;
	display:inline;
	width:172px;
}

#rightcolumnh {
	float:right;
	display:inline;
	width:259px;
	height:225px;
	background:url(../images/bg_announcements.jpg) no-repeat;
}

#rightcolumn {
	float:right;
	display:inline;
	width:586px;
}

#contentgraphic {
	width:586px;
}

#content {
	width:570px;
	margin-top:8px;
	margin-left:10px;
	margin-bottom:10px;
}

#news {
	position:absolute;
	overflow:hidden;
	width:229px;
	height:140px;
	margin-top:45px;
	margin-left:15px;
	font-size:90%;
	color:#fff;
	background:transparent;
	text-align:left;
}

#news a, #news a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#news a:hover {
	text-decoration:none;
}

#featurespacer {
	width:760px;
	margin-left:12px;
}

#features {
	width:760px;
	height:156px;
	margin-left:12px;
	background: url(../images/bg_features.jpg) no-repeat center top;
}

#featurebox {
	margin-left:3px;
}

#featurebox img {
	margin-top:10px;
}

body#advent #features {
	width:760px;
	height:156px;
	margin-left:12px;
	background:#3E2A71 url(../images/bg_features_advent.jpg) no-repeat center top;
}

#footer {
	width:784px;
	height:50px;
	background:url(../images/bg_footer.jpg) no-repeat;
}

#footertext {
	width:760px;
	margin-left:12px;
	color:#fff;
	font-size:11px;
}

#copyright {
	float:left;
	display:inline;
	width:250px;
	margin-top:10px;
	margin-left:10px;
}

#footerlinks {
	float:right;
	display:inline;
	width:400px;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}

#footerlinks a, a:visited {
	color:#fff;
	text-decoration:underline;
}

#footerlinks a:hover {
	text-decoration:none;
}

/*headers & paragraphs*/
h1, h2, h3, h4, h5, h6 {
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	margin:5px 0px;
}

h2 {
	font-size:16px;
	margin:5px 0px;
	border-bottom:1px solid #A68F66;
}

h3 {
	font-size:14px;
	margin:5px 0px;
}

h4, h5, h6 {
	font-size:11pt;
	margin:5px 0px;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}

/*Links*/
a:link, a:visited {
	font-size:1em;
	text-decoration: none;
	color:#0452A8;
}
a:hover {
	text-decoration: none;
	color:#202020;
}

/*sidenav*/
#sidenav {
	width:172px;
	border-bottom:solid #EFEFE4 1px;
}

#sidenav h3 {
	width:172px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#544530;
	margin-top:6px;
	margin-bottom:6px;
}

#sidenav a, #sidenav a:visited {
	display:block;
	font:normal 11px/21px Arial, Helvetica, sans-serif;
	text-indent: 8px;
	width:172px;
	border-top:solid #EFEFE4 1px;
	border-bottom:solid #A68F66 1px;
	color:#544530;
	text-align:left;
	text-decoration:none;
}

#sidenav a:hover {
	background-color:#C4B599;
	text-indent: 8px;
	height:21px;
}

/*clearing*/
#wrap:after, #header:after, #container:after, #contentbody:after, footertext:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
