BODY {
	background-color: #BCC7CD;
	color: #000000;
	font-family: Arial;
}

a {
	color: #336699;
	font-size: 11pt;
	text-decoration: none;
}

a:hover {
	color: #6CA9E6;
	font-size: 11pt;
	text-decoration: underline;
}

P {
	color: #000033;
	font-size: 11pt;
	line-height: 14pt;
	margin: 0px 0px 6px 0px;
}

H1 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}

H2 {
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #888;
}

H3 {
	font-size: 14pt;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #4D626E;
}

H4 {
	font-size: 16pt;
	color: #FF0000;
	font-weight: bold;
	margin: 8px 0px 6px 0px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 230px;
	background-image: url('/images/header.jpg');
}

#info {
	float: right;
	font-size: 10pt;
	color: #000000;
	margin-right: 25px;
}

#info a {
	color: #336699;
	text-decoration: none;
}

#info a:hover {
	color: #0000FF;
	text-decoration: none;
}

#bottomnav {
	width: 900px;
	margin: 0 auto;
	font-size: 9pt;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-top: 2px dotted #4D626E;
}

#bottomnav a {
	color: #336699;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #0000FF;
	text-decoration: none;
}

#footer {
	width: 950px;
	height: 90px;
	background-image: url('/images/footer.jpg');
	font-size: 8pt;
	text-align: center;
}

#pagebody {
	background-image: url('/images/pagebg.jpg');
}

#pagecontent {
	width: 850px;
	margin: 0 auto;
}

/* Begin Content Slider ------------------------------------------------------ */
.jflow-content-slider {
	width: 850px;
	height: 240px;
	margin: 0 auto;
}

#jFlowSlide {
	background: #FFF;
}

#myController {
	padding: 2px 0px 2px 0px;
	width: 850px;
	background: #7696A7;
	margin-bottom: 8px;
}

#slides {
	width: 850px;
	height: 210px;
	margin: 0 auto;
}

#myController span.jFlowSelected {
	background:#4D626E;
	margin-right:0px;
}

.slide-wrapper {
	padding: 5px;
}

.slide-thumbnail {
	width:300px;
	float:left;
}

.slide-thumbnail img {
	max-width:300px;
}

.slide-details {
	width:500px;
	float:right;
	margin-left:10px;
}

.slide-details h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	background-color: #F0F0F0;
}
.slide-details .description {
	margin-top:10px;
}

.slide-details .description P {
	line-height: 115%;
	margin: 0px 0px 6px 0px;
	font-size: 12pt;
}

.jFlowControl, .jFlowPrev, .jFlowNext {
	color: #FFF;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	background: #43A0D5;
}
/* End Content Slider ------------------------------------------------------ */

.clear {
	clear: both;
}

.navOff {
	border: 3px solid #7696A7;
	background: #FFFFFF url('/images/navbg.jpg') no-repeat center center;
	color: #7696A7;
	font-size: 14pt;
	font-weight: bold;
}

.navHover {
	border: 3px solid #4D626E;
	background: #FFFFFF url('/images/navbg.jpg') no-repeat center center;
	font-size: 14pt;
	font-weight: bold;
	color: #4D626E;
	cursor: pointer;
}

.readmore {
	position: absolute;
	top: 200px;
	left: 350px;
}

#sidebar {
	float: right;
	width: 175px;
	margin: 8px 8px 8px 0px;
	border-left: 1px dotted #7696A7;
	text-align: center;
}

/* Navbar */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(/images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}
/* ------------------------------------------------------------- */

#blogarticles {
	width: 300px;
	float: right;
	margin: 8px 8px 8px 0px;
	border-left: 1px dotted #7696A7;
	text-align: left;
	padding: 0px 0px 0px 8px;
}

#blogarticles P {
	font-size: 9pt;
	line-height: 125%;
	margin: 0px 0px 12px 0px;
	text-align: left;
}

#blogentry {
	float: left;
	width: 525px;
}

