﻿html{
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#2a3088;
	font-family:comic sans ms, sans-serif;
	font-size:15px;
	}

#wrapper{
	width:788px; 
	margin-left:auto; 
	margin-right:auto;
	}

#header{
	width:788px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#logo{
	width:186px;
	height:194px;
	position:absolute;
	top:10px;
	z-index:5;
}

#topBar p{
	background-image:url(../images/top_border.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:right;
	width:721px;
	height:22px;
	position:relative;
	float:right;
	z-index:4;
	top:15px;
	padding-top:3px;
}

#topBar a{
	padding-right:10px;
	color:#FF0;
	text-decoration:none;
}

.slideshow{
	width:781px;
	height:314px;
	float:right;
	position:relative;
	z-index:1;
}

#main{
	width:761px;
	height:100%;
	position:relative;
	float:right;
	padding:10px;
	background-color:#e6f1eb;
}

#main_bottom, #main_top{
	float:right;
}

#leftNav{
	width:175px;
	float:left;
}

#leftNav li{
	list-style-image:url(../images/bullet.png);
	line-height:24px;
	*padding:4px 0 4px 6px;
}

#leftNav li a:link{
	vertical-align:top;
	text-decoration:none;
	color:#0561b4;
	font-weight:700;
}


#leftNav li a:visited{
	vertical-align:top;
	color:#34551D;
	text-decoration:underline;
	font-weight:700;
}

#bodyContent{
	width:575px;
	float:left;
	padding-left:10px;
}

#bodyContent h1{
	margin-top:0px;
	font-size:24px;
}

.contentGroup{
	width:176px;
	padding-right:15px;
	float:left;
}

.green{
	color:#047c3c;
}

.blue{
	color:#0065af;
}

a.more {
	background:url(../images/readMore_btn.jpg) no-repeat;
	float:right;
	width:75px;
	height:31px;
}

#footer{
	color:#FFF;
	text-align:center;
}

#footer li{
	display:inline;
	color:#FFF;
}

#footer a:link, a:hover, a:visited{
	color:#FFF;
}
