/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #000000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	color: #601819;
	font: normal 1.8em Tahoma,sans-serif;
}


/* misc */
.clearer {clear: both;}

/* title */
.verytop {
	float: inherit;
	width: 800px;
	height: 660px;
}
.header {
	height: 660px;
	margin: 0 auto;
	padding: 0px;
	width: 820px;
	background-color: #FFF;
}

/* navigation */
.navbox {	
	background: #D9E1E5 url(img/nav.gif);	
}
.navigation {		
	background: #D9E1E5 url(img/nav.gif);	
	margin-bottom:1px;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #333333;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;	
	margin-bottom:0;
	padding: 0 20.5px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
}
.main {
	border-top: 4px solid #FFF;
	color: #444;
	width: 800px;
}
/* Important Dates*/
.importantDates{
	background: #666;
	border-bottom: 1px solid #444;
	color:#FFF;
	font-size:1.1em;
	text-align: center;
}
.portletHeader {
	text-transform: uppercase;
	font-size: 1.1em;
	height: 16px;
	padding: 4px 8px 8px 5%;
	font-weight: bold;
	border-bottom: 1px solid #EAEADA;
}
.portletItem {
	padding: 2px;
}
.portletItem {
	padding: 5px 10px 5px 10px;
}


/* sub navigation */

.sidenav {
	float: right;
	width: 267px;	
	margin-bottom: 5px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-top: 1px solid #EAEADA;
	color: #FFF;
	display: block;
	padding: 8px 8px 8px 5%;
	text-decoration: none;
	width: 247px;
}
.sidenav li a {
	background: #601819;
	font-size: 1.2em;
	font-weight:bold;
	color: #FFF;
	display: block;
	text-align:center;
	padding: 8px 8px 8px 5%;
	text-decoration:none;
	width: 217px;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
#sidenavsubtext {
	background: #601819;
	font-size: 1.1em;
	color: #FFF;
	display: block;
	text-align:center;
	padding: 8px 8px 8px 5%;
	text-decoration:none;
	width: 217px;
}

/* content */
.content {
	float: left;
	margin: 0px;
	padding: 0 16px;
	width: 498px;
	font: 1.2em sans-serif;
	line-height: 1.2em;
}

.content ul {margin-left: 18px;}
.content ul li {list-style: url(img/li.gif);}
.content ol li {list-style: decimal;}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: #601819 repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: right;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}
