body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	background: #911B31;
}
#wrapper {
	text-align: center;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}
body.bg {
	background: #ac2e44 url(images/bg.gif) 50% 0 repeat-y;
}

/* Header */

#header {
	text-align: center; 	
	background: #911b31;
	height: 80px;
	border-top: 8px solid #ac2e44;
} 
#header-wrap {
	width: 750px;	
	padding: 0;
	margin: 0 auto;
	text-align: left;
	height: 80px;	
	position: relative;
}
a#logo {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	top: 9px;
	width: 600px;
	text-transform: uppercase;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
ul#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul#navigation li {
	float: left;
	margin: 0; 
	padding: 0;
}
ul#navigation a {
	display: block;
	font-size: 1.1em;
	text-transform: lowercase;
	padding: 9px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
}
ul#navigation li:hover  { background-color: #ac2e44 }
ul#navigation li.active { background-color: #FFF; }
ul#navigation li.active a { color: #911b31; }
	
/* Content */

#main {
	width: 750px;
	margin: 0 auto 5em auto;
	text-align: left;
}

br.clear { clear: both; }
img#mainimage {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #666;
	text-align: right;
}
img { }
.img a {	text-decoration: none; }
.img a:hover {	text-decoration: none; }
#contentheading {
	position: absolute;
	bottom: 0;
	left: 0;
}
#contentbody {
	margin: 0;
	color: #434b55;
	line-height: 1.8em;
	text-align: left;
	padding-right: 20px;
}
#content {
	min-height: 500px;
	float: left;
	width: 560px;
	margin-top: 1.8em;
	
}
#content a.imagelink:link, #content a.imagelink:visited {
	border-bottom: none;
}
#content a:link, #content a:visited {
	color: #ac2e44;
	text-decoration: none;
	border-bottom: 1px dotted #ac2e44 ;
}
#content a:hover {
	color: #ac2e44 ;
	border-bottom-style: solid;
}
#contentbody a:link, #contentbody a:visited {
	color: #ac2e44;
	text-decoration: none;
	border-bottom: 1px dotted #ac2e44 ;
}
#contentbody a:hover {
	color: #ac2e44 ;
	border-bottom-style: solid;
}

#contentbody p {
	margin: 0 0 1.4em 0;
	padding: 0;
}
h1 {
	font-size: 1.9em;
	color:#ac2e44;
	margin: 0 0 0.8em 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 0.2em 0;
	font-weight: normal;
	color: #434b55;
	padding: 0;
}

#contentbody h3 {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	color: #ac2e44;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #e2e6ec;
	margin: 2.6em 0 1em 0;
}

#news h3 {
	font-size: 1.5em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
	color: #434b55;
	padding: 0;
	border: none;
	letter-spacing: 0;
	text-transform: none;
}
* html h3 { font-weight: bold; }

#news p.more {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e2e6ec;
	padding-left: 13px;
	background: url(images/star.gif) no-repeat -1px 6px;
}

#contentbody ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 10px;
	padding-right: 40px;
}
#contentbody ul li {
	padding: 0 0 0.4em 16px;
	margin: 0;
	background: 0 url(images/star.gif) no-repeat 6px;
}


/* Sidebar */

#sidebar {
	float: right;
	color: #434b55;
	line-height: 18px;
	padding: 0;
	margin-top: 2em;
}
#sidebar h1 {
	font-size: 100%;
	color: #ac2e44;
	margin: 0 0 .3em 0;
}
ul#sidemenu {
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 169px;
}
ul#sidemenu li {
	margin: 0;
	padding: 0;
	background: transparent url("images/b.gif") bottom left no-repeat;
	list-style: none;
}
ul#sidemenu a {
	padding: 0.6em 0.2em 0.5em 0.8em;
	text-decoration: none;
	display: block;
	color: #434b55;
	background: transparent url("images/t.gif") top left no-repeat;
}
* html ul#sidemenu li a {
	height: 1%; /* hack to make whole area clickable in IE */
}
ul#sidemenu li.active a {
	font-weight: bold;
	background: transparent url("images/t.gif") top left no-repeat;
	color: #434b55;
}
ul#sidemenu li.active  {
	background: #f7f7fc url("images/b.gif") bottom left no-repeat;
}
ul#sidemenu a:hover {
	background: transparent url("images/t.gif") top left no-repeat;
}
ul#sidemenu li:hover {
	background: #f7f7fc url("images/b.gif") bottom left no-repeat;
}
#breadcrumb { 
	display: none;
	margin: -1em 0 2.5em 0;
}
#breadcrumb a {	
	font-size: 1.1em;
	font-weight: normal;
	color: #434b55;
	text-decoration: none;
	padding: 0;
}

/* Footer */

#footer {
	font-family: Verdana, Arial;
	background: #911B31;
	font-size: 10px;
	color: #f7f7fc;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-wrap {
	color: #f7f7fc;
	width: 750px;
	margin: 0 auto;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
}
* html #home {
	margin-top: 1.8em;
}
#home {
	position: relative;
	width: 750px;
}
	hr.spacer {
	visibility: hidden;
}

