@charset "utf-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 0.62em;
}

div#wrapper{
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

div#wrapper a{
	text-decoration:none;
}

div#wrapper a:hover{
	text-decoration:underline;
}



div#header {
	width:930px;
}

div#header img{
	margin: 0 10px;
}

div#Navbar {
	height:27px;
	background-color:#a7acee;
	border-top: 1px solid #b9754e;
	border-bottom: 1px solid #b9754e;
	
}


div#Navbar ul {
	font-size: 1.1em;
/*	line-height: 32px; MCR */
	white-space: nowrap;
	margin: 0 0 4px 0;
	font-weight:bolder;
	padding-left: 10px;
}

div#Navbar li {
/*	display: inline; */
	float:left; /* AD */
	padding:0; /* AD */
}

div#Navbar ul li a {
	text-decoration: none;
	border-left: 1px solid #b9754e;
	background-color:#5c61c7;
	padding: 6px 5px 0 5px;
	color: #FFFFFF;
	display:block;
	min-width:1px;
	_width:1px;
	min-height:21px;
	_height:21px; /* IE6 hack */
}

div#Navbar ul li a:hover {
	text-decoration: underline;
	background-color:#a7acee;
	color:#000000;
}

.lastNavPad {
	padding-right: 2px;
}

div#lastNav {
	float:left;
	height:27px;
	border-left: 1px solid #b9754e;
}

div#mainContent {
	margin:10px;
	background:url(../images/mainContentBG.gif) repeat-y;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
}

div#mainContent h1 {
	height:21px;
	padding-top:8px;
	margin-bottom:15px;
	font-size:1.6em;
	font-weight:bolder;
	color:#030099;
	background:url(../images/headingBG.gif) right bottom no-repeat;
}

div#mainContent h2 {
	font-size:1.3em;
	color:#030099;
	font-weight:bolder;
	margin:10px 0 2px 0;
}

div#mainContent p {
	font-size:1.2em;
	color:#000000;
	margin:0 0 10px 0;
}

div#mainContent a {
	font-size:1.2em;
	color:#030099;
	font-weight:bolder;
}

div#mainContent ul {
	margin:10px 10px 10px 20px;
}

div#mainContent li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 3px 0;
	font-size: 1.2em;
}

div#page {
	width:610px;
	margin:5px 10px 10px 10px;
	float:left;
}

div#sideBar {
	width:230px;
	margin:5px 10px 10px 33px;
	float:left;
}



div#mainContent div#page .EventDetails {
	text-align: justify;
	border-bottom: #030099 dashed 1px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size:0.9em;
}

div#mainContent div#page .EventDetails h2 {
	margin-top: 7px;
	font-size:1.4em;
	font-weight:bolder;
	color:#030099;
}

div#mainContent div#page .EventDetails h3 {
	color:#666666;
	font-size:1.3em;
	font-weight:bolder;
	margin: 5px 0 10px 0;
}

div#mainContent div#page .EventDetails p {
	margin-top:4px;
}


div#mainContent div#sideBar .newsItem {
	text-align: justify;
	border-bottom: #5F634A dashed 1px;
	padding-bottom: 8px;
	font-size:1.0em;
}

div#mainContent div#sideBar .newsItem h2 {
	margin-top: 7px;
	font-size:0.9em;
	font-weight:lighter;
	color:#555555;
}

div#mainContent div#sideBar .newsItem h3 {
	color:#030099;
	font-size:1.3em;
	font-weight:bolder;
	margin: 6px 0;
}

div#mainContent div#sideBar .newsItem p {
	margin-top:4px;
}

div#mainContent div#sideBar .newsItem a {
	margin:0;
	padding:0;
	text-decoration: none;
	font-size: 1.1em;
}

div#mainContent div#sideBar .newsItem a:hover {
	text-decoration: underline;
}

div#footer {
	width:930px;
	height:60px;
	border-top:1px solid #b9754e;
}

div#footer ul {
	margin: 6px 0 6px 20px;
}

div#footer li {
	display:inline;
	margin: 0 17px 0 0;
}

div#footer li a{
	color:#b9754e;
}

div#footer p{
	background-color:#a7acee;
	padding: 6px 0 6px 20px;
}

.webcube {
	margin-left: 340px;
	color:#333333;
}

div#image1{
	float:right;
	margin: 0 0 15px 15px;
}

div.clearfloats{
	clear: both;
	}
