/*Page*/

#page {
	width: 742px;
	border: 1px solid #330000;
	clear: none;
	float: left;
	background-color:#FFFFFF;
}
#main {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 10px;
}


/*Top Menu*/
div#top-menu
	{
	margin: 0;
	width: 737px;
	text-align: right;
	color: #990000;
	background-color: #d2cebd;
	font-size: 75%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	padding-top: 2px;
	padding-left: 5px;
	height: auto;
	clear: left;
	float: left;
	}
	
	
div#top-menu ul
	{
	margin-top: 2px;
	}

	
div#top-menu ul li
	{
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}
	
	
.seperator
	{
	border-left: 1px dotted #fff;
	padding-right: 8px;
	padding-left: 8px;
	}
	.home
	{
	padding-left: 2px;
	}
	
	
#top-menu ul li a
	{
	color: #990000;
	width: auto;
	text-decoration: underline;
	overflow: hidden;
	}
	
	
#top-menu ul li a:hover
	{
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	}
	
	
/*Left Column*/	

#page #LeftCol {
	width: 607px;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	height: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #330000;
}
#page #LeftCol #banner {
	clear: left;
	float: left;
	height: 195px;
	width: 607px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

#main #page #LeftCol #Content {
	padding: 5px;
	float: left;
	width: 597px;
	clear: left;
	height: auto;
}
body {
	background-color: #CCCCCC;
}
#page #LeftCol #sections {
	padding: 5px 3px;
	height: 52px;
	width: 601px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	clear: left;

}

/*Navigation*/


/* all lists */
#Nav {
	padding: 0;
	list-style: none;
	line-height: 1em;
	clear: none;
	float: left;
	height: 20px;
	width: 607px;
	background-color: #d2cebd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

#Nav .bar
{
	border-right:1px dashed #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

#Nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#Nav a {
	display: block;
	width: 6em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#Nav a:hover {
	display: block;
	width: 6em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#Nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;

}
#Nav li ul a 
{
	width:8em;
	color:#FFFFFF;
	text-decoration: underline;
}

#Nav li ul a:hover 
{
color:#330000;
text-decoration:none;
width:8em;
}
#Nav li ul { /* second-level lists */
	position: absolute;
	background: #999999 url(../images/dropdown.png);
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 140%;
	color:#330000;
	border: 1px solid #666666;
	text-align: left;
	line-height: 1em;
	padding: 0.3em;
}

#Nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 6em;
}

#Nav li:hover ul ul, #Nav li.sfhover ul ul {
	left: -999em;
}

#Nav li:hover ul, #Nav li li:hover ul, #Nav li.sfhover ul, #Nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
/*main section*/

#News {
	clear: left;
	float: left;
	padding-right: 5px;
	height: auto;
	font-size: 80%;
}

#main #page #LeftCol #Content #calendar {
	clear: right;
	float: right;
	width: 190px;
	height: auto;
	/*border: 1px dashed #006600;*/
}
#main #page #LeftCol #Content #boxes {
	clear: left;
	float: left;
	height: 200px;
	width: 596px;
	margin-bottom: 5px;
}
#main #page #LeftCol #Content #boxes #RedBox {
	height: 200px;
	width: 140px;
	margin-right: 7px;
	border: 1px dashed #990000;
	float: left;

}
#main #page #LeftCol #Content #boxes #BlueBox {
	height: 200px;
	width: 140px;
	margin-right: 7px;
	border: 1px dashed #003399;
	float: left;
}
#main #page #LeftCol #Content #boxes #PurpleBox {
	height: 200px;
	width: 140px;
	margin-right: 7px;
	border: 1px dashed #660066;
	float: left;
}

#main #page #LeftCol #Content #boxes #GreenBox {
	height: 200px;
	width: 140px;
	margin-right: 7px;
	border: 1px dashed #006600;
	float: right;
}
#main #page #LeftCol #Content #boxes #Forum {
	padding: 2px;
	clear: left;
	float: left;
	height: 196px;
	width: 139px;
	border: 1px dashed #000066;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.title {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #330000;
}


/*Right Column*/

#page #RightCol {
	color: #D2cebd;
	background-color: #990000;
	width: 125px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: 100%;
	font-size: 80%;
	float: right;
}


#RightCol a:link, #RightCol a:visited {
color:#ffffff;
}


	
#main #page #Central {
	clear: both;
	float: left;
	width: 742px;
	background-color: #990000;
}

#Question {
	float: left;
	width: 586px;
	clear: left;
	height: auto;
	padding: 5px;
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}
#Question a{
color:#990000;
}
#Question a:hover
{
color:;
}
/*Bottom of the page*/	
	
	#Footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
	color: #990000;
	margin-bottom: 10px;
	float: left;
	clear: both;
	font-weight: 400;
}
#BottomBar {
	background-color: #ffffff;
	height: 50px;
	width: 742px;
	padding-top: 10px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #330000;
	text-align: center;
	padding-bottom: 5px;
	clear: left;
}
#Footer a {
	color: #000000;
	text-decoration: underline;
}
#Footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#mainContent {
	padding: 10px 10px 10px 20px;
	width: 577px;
	font-size: 87%;
	height: 100%;
	float: left;
}
#main #page #top-menu #topleft {
	float: left;
	width: 220px;
	text-align: left;
	margin-top: 2px;
	clear: left;
}

#mainContent a{
	color: #990000;	
}
#mainContent a:hover{
	color: #666666;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #990000;
	padding: 3px;
	margin-top: 5px;
}
h2 {
	font-weight: bold;
	color: #333333;
	font-size: 95%;
}
h3 {
	line-height: 0px;
	color: #990000;
	font-size: 115%;
}
#contents {
	clear: right;
	float: right;
	width: 206px;
	margin-left: 10px;
	padding: 4px;
	font-size: 105%;
	font-variant: normal;
	color: #330000;
	font-weight: bold;
}
#Letter {
	clear: left;
	float: left;
	width: 340px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330000;
	padding-right: 10px;
	margin-bottom: 10px;
}
#Letter a
{
}
#Letter a:hover
{
color:#990000;
}
#linkleft {
	padding: 5px;
	width: 260px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330000;
	margin-bottom: 10px;
}
#linkright {
	padding: 5px 5px 5px 15px;
	width: 260px;
	float: left;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	color: #990000;
}
#mainContent .text {
	padding: 3px;
	border: 2px dashed #990000;
	clear: left;
	float: none;
	height: 102px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #990000;
	padding-bottom: 2px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #990000;
}
#centenary {
	height: 120px;
	width: 120px;
	position: absolute;
	z-index: 1;
	float: left;
	clear: left;
}
body {
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
}
#topcontent {
	float: left;
	height: auto;
}
