@charset "utf-8";




/*
	Colours used in this document:
	Light burgundy: #dea49d;
	Burgundy: #801a0d;
	Grey: #9b9b9e;
	
*/





BODY {
	background:#444;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#4c4c4c;
}

A {

}

A:hover {

}

H1 {
	font-size:32px;
	line-height:1.3em;
	margin-top:40px;
	font-weight:normal;
	color:#9b9b9e;
}

H2 {
	font-size:0.9em;
	line-height:1.1em;
	margin-top:15px;

}

H3 {
	font-size:0.7em;
	line-height:0.9em;
	margin-top:15px;

}

H4 {
	font-size:0.5em;
	line-height:0.7em;
	margin-top:15px;

}

H5 {
	font-size:0.5em;
	line-height:0.7em;
	margin-top:15px;

}

H6 {

}

P {
	font-size:0.8em;
	line-height:1.2em;
	margin-top:10px;

}

#mainContent img {
	padding:10px 10px 10px 10px;
}



#mainContent p {
	line-height:24px;
}

#mainContent ul {
	line-height:24px;
	font-size:0.8em;
	line-height:1.2em;
	margin-top:10px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 64px;
}


#sidebarLeft {
	color:#801a0d;
}

#sidebarLeft a {
	color:#801a0d;
	}
	

#sidebarLeft h3 {
	font-size:18px;
	
}

#sidebarRight h3 {
	visibility:hidden;
}

#sidebarRight ul {
	margin-top:26px;
	list-style:none;
}

#sidebarRight li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:24px;
}

#sidebarRight li a {
	color:#dea49d;
	text-decoration:none;
}

#sidebarRight li a:hover {
	padding-left:10px;
}

#sidebarRight strong {
	color:white;
	font-weight:bold;
}

#sidebarRight #more {
	border-top:1px solid white;
	margin-top:30px;
	padding:0;
}

#sidebarRight #more a {
	display:inline-box;
	background:white;
	margin:0;
	padding:0 10px 1px 10px;
	color:#801a0d;
	
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

#mainMenu {
	font-size:12px;
}

#mainMenu li {
	line-height:32px;
}
	
#mainMenu a {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;


	padding:9px 10px;
	]padding-top:10px; /* stokely: IE only */
	line-height:52px; /* req's for IE7 */
	line-height:inherit; /* ignored by IE7 */

}

/* part of Stokely hack - only seen by IE 5, 6 */
* html #mainMenu a {
	line-height:32px;
}


#mainMenu a:hover {
	color:#dea49d;
}	

#mainMenu a.selected {
	background:url(../images/main_menu_selected_bkg.gif) top repeat-x;
}	

#footer p {
color:#FFFFFF;
font-family: "Times New Roman", Times, serif;
font-size:11px;
text-align:right;
}
