/* CSS Document */
body {
 margin: 0; 
 background: #999 url(../images/bg_page.jpg) repeat-x center top; 
 padding: 0; 
 font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; 
 font-size: 90%; 
 color: #333333 }

h1 {
 margin: 0 0 10px 0; 
 border: 0; 
 padding: 0; 
 font: bold 160% Georgia, "Times New Roman", Times, Serif; 
 color: #C13100 }

h2 {
 margin: 0 0 10px; 
 font: bold 130% Georgia, "Times New Roman", Times, Serif; 
 color: #333 }
h2 a {
	color: #C13100;
	text-decoration: none;
}
h2 a:visited {
	color: #C13100;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
 margin: 0 0 10px 0 }

.last {
 margin-bottom: 0 }

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0; }

/* MASTHEAD */
#masthead {
 margin: 0 auto; 
 border: 0; 
 width: 660px; 
 height: 50px; 
 background: transparent url(../images/bg_masthead.jpg) no-repeat center top; 
 padding: 100px 50px 0 50px }

/* NAVIGATION BAR */
#navBar {
	margin: 0 auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 700px;
	padding: 0;
	font-size: medium;
}

#navBar ul {
 border: 0; 
 margin: 0; 
 padding: 0; 
 list-style: none }

#navBar ul li {
 float: left; 
 margin: 0; 
 padding: 1px 0; 
 text-align: center }

#navBar ul li a:link,
#navBar ul li a:visited {
	display: block;
	margin: 0;
	border-right: 1px solid #BCCCC5;
	width: 93px;
	height: 42px;
	background: #000;
	padding: 5px 0 0 6px;
	font: bold 12px arial, helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

#navBar ul li a:hover,
#navBar ul li a:active {
 background: #DE7218}

#navBar ul li a.curr:link,
#navBar ul li a.curr:visited {
 background: #C13100 }

.navSpacer {
 margin: 0 auto; 
 border: 0; 
 width: 760px; 
 height: 2px; 
 background: transparent url(../images/bg_main.jpg) top center repeat-y; 
 padding: 0; 
 font-size: 0; 
 line-height: 0 }

/* CONTENT*/
#main {
 margin: 0 auto; 
 border: 0; 
 width: 760px; 
 background: transparent url(../images/bg_main.jpg) top center repeat-y; 
 padding: 0 }

#wrapper {
 margin: 0 auto; 
 border-top: 1px solid #CCC; 
 border-bottom: 1px solid #CCC; 
 width: 700px; 
 background: transparent url(../images/bg_wrapper.gif) repeat-y center top; 
 padding: 0 }

#container {
background: url(../images/sidebarbg.jpg) no-repeat right bottom; }
/* SIDEBAR */
#sidebar {
 float: right; 
 margin: 0; 
 border: 0; 
 width: 233px; 
 padding: 0 }

#sidebar .textblock {
 margin: 0; 
 padding: 20px; 
 text-align: left }

#sidebar .centreBlock {
 margin: 0; 
 border: 0; 
 padding: 20px; 
 text-align: center }

#sidebar .navBlock h3 {
 margin: 0 0 10px 0; 
 border: 0; 
 background: transparent; 
 padding: 0; 
 font: bold 90% arial,helvetica,sans-serif; 
 text-transform: uppercase; 
 color: #600 }

/* CONTENT COLUMN */
#content {
 margin: 0 280px 0 20px; 
 border: 0; 
 padding: 15px 0 5px; 
 text-align: left }
 
/* FOOTER */
#footer {
 margin: 0 auto; 
 border: 0; 
 width: 660px; 
 height: 68px; 
 background: transparent url(../images/bg_footer.jpg) top center no-repeat; 
 padding: 22px 50px 0 50px; 
 font: normal 11px arial,helvetica,sans-serif; 
 color: #CCC; 
 text-align: center }

#siteid{
	margin: 0;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
}
#siteid a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#siteid a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #C13100;
	text-decoration: underline;
}
a:visited {
	color: #C13100;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.highlightbox {
	background-color: #FFFFfC;
	padding: 10px;
	border: 1px solid #C13100;
	font-weight: bold;
	font-size: 1.1em;
}
.portimage {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #97A29E;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
