body {
	color:#424242;
	background: #164477 url(images/template/bk.gif) repeat-x 0 85px;
	font: 70%/140% Arial, Helvetica, sans-serif;
	text-align:center;
}

p,h1,h2,h3,h4,h5,h6,form,body,html,ul,li {
	padding: 0;
	margin: 0;
}

a {
	color:#164477;
}

a:hover {
	color:#cf6f19;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:14px;
}

h1 {
	font-size:1.6em;
	color:#164477;
}

h2 {
	font-size:1.4em;
	color:#5cb725;
}

h3  {
	font-size:1.3em;
	color:#cf6f19;
}

h4 {
	font-size:1.3em;
	color:666;
}

h5 {
	font-size:1.1em;
	color:#999;
}

h6 {
	font-size:1.1em;
	color:#164477;
}

hr {
	clear: both;
	margin: 0;
	visibility: hidden;
}

li {
	list-style:none;
}

.right {
	float: right;
	border: solid 4px #164477;
	margin: 0 0 12px 12px;
	clear:both;
}
.left {
	float:left;
	margin:0 12px 14px 0;
	border: solid 4px #164477;
}
dt{
	font-size: 1.1em;
	margin-bottom: 6px;
}

dd{
	margin: 0 0 18px 0;
	padding-bottom:12px;
	border-bottom: solid 1px #ccc;
}

.date {
	color: #cf6f19;
}

.image-holder {
	clear: right;
}

.imgRight {
	float: right;
	clear: right;
	border: solid 4px #164477;
	margin: 0 0 12px 12px;
}	

.captionRight {
	text-align: center;
	width: 160px;
	float: right;
	clear: right;
}



/*HEADER*/
#header {
	height: 75px;
	background: #fff url(images/template/headerBk.gif) no-repeat center;
	border-bottom: solid 1px #69a644;
}

/*LOGO*/
#logo {
	width:175px;
	height:175px;
	position: absolute;
	margin-left: 295px;
	margin-top: 14px;
}
html>body #logo{		
	background: url(images/template/logo.png) no-repeat;

}


#logo a, #logo-sec a {
	text-indent: -9999px;
	display: block;
	width: 175px;
	height: 175px;
}

#logo-sec {

	width:175px;
	height:175px;
	position: absolute;
	margin-top: 14px;
}
html>body #logo-sec{		
	background: url(images/template/logo.png) no-repeat;

}

/*NAV*/
.inner {
	margin: 0 auto;
	width:780px;
	text-align: left;
}

#top-nav, #top-nav-sec {
	background: #075586;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 22px;
}

#top-nav-sec ul{
	margin-left:190px;
}

#top-nav li, #top-nav-sec li {
	list-style: none;
	display: inline;
	text-indent: -9999px;
}

#top-nav li a,#top-nav-sec li a {
	background-position: 0 3px;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	float: left;
	overflow: hidden;
	height: 22px;
}

#top-nav li a:hover,#top-nav-sec li a:hover {
	background-position: 0 -19px;
}

#about-nav {
	background: url(images/template/about.gif) no-repeat;
	width: 42px;
	margin-right: 24px;
}

#program-nav {
	background: url(images/template/program.gif) no-repeat;
	width: 145px;
	margin-right: 24px;
}

#news-nav {
	background: url(images/template/news.gif) no-repeat;
	width: 41px;
}
#download-nav {
	background: url(images/template/download.gif) no-repeat;
	width: 148px;	
	margin-left: 216px;
}

#top-nav-sec #download-nav {
	margin-left:24px;
}

#links-nav {
	background: url(images/template/links.gif) no-repeat;
	width: 34px;
	margin-left: 24px;
}

#contact-nav {
	background: url(images/template/contact.gif) no-repeat;
	width: 58px;
	margin-left: 24px;
}

/*CONTENT*/
#content, #content-sec {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#content-sec {
	background: #fff url(images/template/secBtm.gif) no-repeat bottom;
	padding-bottom: 80px;

}

#content-body ul {
	margin:0 0 16px 22px;
}
#content-body li {
	list-style:square;
}


h1#main-title  {
	color: #fff;
	font-size: 2.4em;
	background: url(images/template/title.gif) repeat-x;
	margin:0;
	padding: 32px 0 0 200px;
}

#content-top {
	margin:18px 0;
	min-height: 235px;	
}

#content-top img {
	float: right;
}

#content-body {
	width: 556px;
	margin-right: 24px;
	margin-top: 24px;
	float: right;
	display: inline;
}

#content-body p {
	margin-bottom: 14px;
}

/* SIDE BAR*/
#side-bar {
	background: #d3d3d3 url(images/template/sideBk.gif) repeat-x bottom;
	width: 173px;
	padding-top: 50px;
	float: left;
	display: inline;
}

#side-bar ul {
	margin: 0 4px;
}
#side-bar ul ul {
	margin: 0;
}
#side-bar li {
	list-style: none;
	border-top: solid 1px #fff;
}


#side-bar li a {
	color: #075586;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 12px;
	border-bottom: solid 1px #dbdbdb;
	display: block;
	height:1%; /*IE*/
}
#side-bar li li a {
	color: #333;
	font-weight: normal;
}
#side-bar a:hover {
	color: #fff;
	background: #5cb725;
}
	.active {
		color: #fff;
		background: #E3D359;
	}

#c-top-left {
	color: #fff;
	font-weight: bold;
	background: url(images/template/darkFade.gif) repeat-y;
	float: left;
	width: 322px;
	padding: 34px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
}

#c-top-left h2 {
	color: #5cb725;
	font-size: 2.6em;
	margin-bottom: 16px;
}

#c-top-left p {
	margin-bottom:30px;
}

#c-top-left a {
	background: url(images/template/garrow.gif) no-repeat right;
	color: #5cb725;
	padding-right: 10px;
}

/*BLURBS*/
#blurbs {
	clear: both;
}

#b-left,#b-right {
	width: 255px;
	background: #fff url(images/template/roundedBk.gif) no-repeat bottom;
	float: left;
	height: 250px;
	overflow: auto;
}

#b-middle {
	width: 255px;
	background: #fff url(images/template/roundedBk.gif) no-repeat bottom;
	float: left;
	margin: 0 7px;
	height: 250px;
	overflow: auto;
}

#b-middle h3 {
	color: #cf6f19;
	margin-left: 12px;
	font-size: 1em;
}

#b-middle a {
	color: #cf6f19;
}

#b-middle a:hover {
	color: #164477;
}

#b-left h2, #b-right h2, #b-middle h2 {
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	background: #86ca5d url(images/template/gFade.gif) repeat-x;
	margin-top: 3px;
	margin-bottom: 12px;	
	padding: 4px 12px;
}

#b-left p, #b-right p, #b-middle p {
	padding: 0 12px 12px 12px;
}

/*FOOTER*/
#footer {
	text-align: left;
	color: #fff;
	clear: both;
	width: 780px;
	padding-top: 12px;
	margin: 0 auto;
}

#footer li  {
	list-style: none;
	display: inline;
}

#footer li a {
	color: #fff;
}