/* contents */
/*
1 = RESET
2 = BASIC
3 = LAYOUT
4 = LINKS & NAVIGATION
5 = TYPOGRAPHY
6 = COLOUR
7 = FORMS
8 = TABLES
9 = PAGE THEMING
10 = IMAGES
11 = IN-CONTENT BLOCKS
12 = CONTENT-TOP ADVERTS
13 = HOTLINKS
*/


/* 
1 = RESET: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
	font-family: Cambria, Georgia,Times,'Times New Roman',serif;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;*/
	font-size:small;
	line-height: 130%;
	color: #000000;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	color: #800000;
}
p {
	margin-bottom: 10px;
	line-height: 140%;
}
a {
	color: #800000; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0 0 15px 25px;
	list-style: disc;
	line-height: 140%;
}
ul li, ol li {
	margin-bottom: 6px;
}
div#wrapper {
	padding: 10px;
}
div#header {
	width: 1150px;
}
a img {
	border: 0;
}
img.header {
	margin: 0 10px 0 10px;
	border: 4px solid #800000;
}
div#header img {
	vertical-align: top;
}
div#lowerBody {
	margin-top: 20px;
	width: 1130px;
}
div#leftChannel {
	float: left;
	width: 220px;
}
div#rightChannel {
	float: left;
	width: 900px;
}
div#mainNavigation {
	width: 200px;
}
div#mainNavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #800000;
	border: 1px solid #800000;
	padding: 6px 0 6px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div#mainNavigation ul li ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	padding: 0;
}
div#mainNavigation ul li span {
	display: block;
	float: left;
	width: 12px;
	height: 20px;
	font-size: 0.9em;
}
div#mainNavigation ul li {
	text-align: left;
	margin-bottom: 0px;
	background: #fff;
}

div#mainNavigation ul li a {
	display: block;
	color: #800000;
	text-decoration: none;
	/*font-family: Georgia,'Times New Roman',Times,serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	padding: 4px 10px 4px 10px;
}
div#mainNavigation ul li a:hover, div#mainNavigation ul li.on a {
	color: #fff;
	background-color: #800000;
}
div#mainNavigation ul li ul li {
	color: #fff;
	margin: 0;
}
div#mainNavigation ul li ul li a {
	color: #fff!important;
	padding-left: 30px;
	font-size: 0.9em;
}
div#mainNavigation ul li ul li.on a,  div#mainNavigation ul li.on a{
	color: #ffff80;
}
div#mainNavigation ul li ul li a {
	color: #fff;
}
div#mainNavigation ul li ul li.on a {
	color: #ffff80!important;
}
ol#searchResults {
	list-style: none;
}
ol#searchResults div.counter {
	float: left;
	margin-right: 5px;
}
div.searchResult {
	padding-bottom: 14px;
	border-bottom: 1px dotted #800000;
}
.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #800000;
}
.mainImage {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #800000;
	float: left;
	clear: both;
}
td.headerRight img {
	vertical-align: top;
}
p.print {
	margin-left: 45px;
	margin-top: 5px;
	font-size: 0.85em;
}