body{
	margin:0;
	padding:0;
	background:#FFF; 
center top repeat-x;
}
body,td,input,select,textarea{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

/* LINKS */

a img{border:none;}
a:link {
	color: #025eb3;
	text-decoration:none;
}
a:visited {
	color: #025eb3;
	text-decoration:none;
}
a:hover {
	color: #025eb3;
	text-decoration:underline;
}
a.black{
	color:#000;
	text-decoration:underline;
}

/* TITLES */

h1 {
	font-size:1.5em;
	line-height:22px;
	color: #33302e;
	margin: 0;
	padding:10px 0 2px 5px;
	font-weight: bold;
	letter-spacing: -0.4px;
	border:0;
}
h2 {
	font-size:1.1em;
	line-height:8px;
	color: #33302e;
	margin:0;
	padding:8px 8px;
	font-weight:normal;
	background:#e8e6df;
	border-top:2px solid #d6d3cd;
}
h2 a:link {
	color: #33302e;
	text-decoration: none;
}
h2 a:visited {
	color: #33302e;
	text-decoration: none;
}
h2 a:hover {
	color: #33302e;
	text-decoration:underline;
}

h3 {
	font-size: 15px;
	margin: 0;
	color: #025eb3;
	font-weight: bold;
}
a.underline{
	text-decoration:underline;
}


/* TOP SECTIONS */

#upperbar{
	width:790px;
	margin:0 auto;
	height:22px;
	background:#56a9ea;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.8em;
	padding:0 10px 4px 10px;
	white-space:nowrap;
	color:#fff;
	border-top:solid 3px #026ec3;
	border-bottom:solid 1px #026ec3;
}
#upperbar A:link,#upperbar A:visited{
	color:#fff;
	font-size:0.85em;
	text-decoration:none;
	font-weight:normal;
}
#upperbar A:hover{
	text-decoration:underline;
}
#upperbar .searchbox form {
	margin:0;
	padding:0;
}
#upperbar .searchbox form input {
	margin:0;
	font-size:85%;
	opacity:.7;
	width:10em;
	color:#505050;
}
#upperbar .searchbox form input:focus, .searchbox form input:hover {
	opacity:1;
	color:#000;
}
#upperbar .searchbox #search-submit {
	width:5em;
}

#header{
	width:810px;
	height:57px;
	margin:0 auto;
	padding:0;
	background:#56a9ea;
	position:relative;
}
#head-logo{
	position:absolute;
}
#head-right{
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}
#head-right a{
	color:#222;
	text-decoration:underline;
}

.pathbar{
	height:22px;
	font-family:Verdana,Arial,sans-serif;
	font-size:0.85em;
	line-height:1.8em;
	padding:2px 8px;
	margin:6px 4px;
	white-space:nowrap;
	color:#222;
	border-top:0;
	text-align:left;
}
.pathbar A:link,.pathbar A:visited{
	padding-top:6px;
	color:#222;
	text-decoration:underline;
}

.ad {
	margin:0 5px 10px 5px;
	padding:10px 20px;
	width:728px;
	height:90px;
	position:relative;
	background:#f8f7f4;
	border:1px solid #e8e6df;
	clear:both;
}

hr{
	height:0px;
	border:0;
	margin:4px 0;
	padding:2px 0;
	border-top:1px solid #ccc;
	overflow:hidden;
	clear:both;
}

/* BG Borders */
#entire,#header,#upperbar{
	border-left:1px solid #777;
	border-right:1px solid #777;
}

/* Content */
#entire{
	width:810px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-color:#fff;
}
#content {
	width:780px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#content-full {
	float:left;
	width:780px;
	position:relative;
}
#content-full .sitetext{
	font-family:Verdana,Arial,sans-serif;
	line-height:140%;
	margin:20px 80px 20px 80px;
}
#content-full .sitetext h1{
	color:#666666;
	font-size:135%;
	padding:5px 0;
	border-bottom:solid 1px #ccc;
}
#content-full td,#content-2col td{
	vertical-align:top;
}
#content-3col .left,#content-2col .left {
	float: left;
	width: 120px;
	position: relative;
}
#content-2col .left2 {
	float: left;
	width: 590px;
	position: relative;
}
#content-2col h1{
	color:#666666;
	font-size:135%;
	padding:5px 0;
	margin-bottom:8px;
	border-bottom:solid 1px #ccc;
}
#content-2col h2{
	color:#000;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	background:0;
	border:0;
	padding:3px 0 6px 0;
	line-height:12px;
}
#content-2col em{
	font-family:Verdana,Arial,sans-serif;
	font-style:normal;
	font-size:0.75em;
	margin:2px 0 3px 2px;
	display:block;
}
#content-3col .middle {
	float: left;
	width: 450px;
	position: relative;
	margin: 0 12px;
}
#content-3col .middle em{
	padding:0 0 0 8px;
}
#content-3col .desc{
	font-family:Verdana,Arial,sans-serif;
	font-size:0.9em;
	line-height:150%;
	color:#222;
	margin:0 8px 10px 12px;
	text-align:justify;
	clear:both;
}
#content-3col .desc td{
	font-family:Verdana,Arial,sans-serif;
	font-size:0.9em;
	padding:0 0 8px 8px;
	vertical-align:top;
}
#content-3col .right {
	float: right;
	width: 178px;
	position: relative;
}
#content-2col .right {
	float: right;
	width: 630px;
	position: relative;
}
#content-2col .right2 {
	float: right;
	width: 160px;
	position: relative;
}

/* Box */

.box {
	font-size:12px;
	margin:0 5px 10px 5px;
	padding:0;
	background: #fff;
	border-right: 1px solid #e8e6df;
	border-bottom: 1px solid #e8e6df;
	border-left: 1px solid #e8e6df;
}
html>body .box h2{	/* Not IE6 */
	background-repeat:repeat-x;
	background-position:top top;
}
.box h2.s0{
	background-color:#8ec6ee;
	border-top:2px solid #5e96be;
}
.box h2.s1{
	background-color:#E7D769;
	border-top:2px solid #b7a739;
}
.box h2.s2{
	background-color:#EC9486;
	border-top:2px solid #bc5446;
}
.box h2.s3{
	background-color:#C2D7B0;
	border-top:2px solid #92a780;
}
.box ul {
	margin:0;
	padding:4px 0;
}
.box ul li {
	list-style:none;
	padding: 2px 0px 2px 22px;
	background-position: 8px 6px;
}
.box ol {
	margin:0;
	padding:4px 0;
}
.box ol li {
	list-style: none;
	padding: 2px 0px 2px 8px;
}
.box-two {
	float: left;
	width: 390px;
	margin: 0;
	padding: 0;
}
.box-two ul li,.box-latest ul li{
	background:0;
	padding-left:14px;
}
.box-two img,.box-latest img{
	padding-right:3px;
	vertical-align:top;
}
.box-three {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
}
.box img.scr{
	padding:10px 0px 10px 15px;
}

.more {
	text-align:right;
	margin:0;
	padding: 3px 10px 3px 22px;
	background-color:#ecf0f3;
	border-top: 1px solid #e8e6df;
}

.boxbg{
	margin:0 5px 10px 5px;
	font-size: 12px;
	padding: 15px;
	background: #f7f5ef;
	text-align: left;
	border: 1px solid #e8e6df;
}

.simplebox{
	background-color:#eee;
	border:solid 1px #ddd;
	font-size:0.9em;
	width:420px;
	margin:5px 0 15px 16px;
	padding:5px;
	text-align:left;
	line-height:1.3em;
	float:left;
}

.cssform {
	margin: 0;
	padding: 0;
}

.cssform input {
	font-size: 12px;
	color: #0460ae;
	padding: 3px;
	margin-top: 10px;
	border: 1px solid #e8e6df;
	background: #fff;
	width: 495px;
	display: block;
}

/* Program Tabs */

#tab-wrap {
	width:100%;
	margin:0 0 10px 0;
	padding:15px 0 0 5px;
	float:left;
	overflow:hidden;
}
*#tab-wrap{ /* IE7 Only */
	height:31px;
}
#head-nav {
	font-size: 12px;
	font-weight: normal;
}
#head-nav ul {
	float: left;
	margin: 4px 0 -1px 0;
	padding: 0;
}
#head-nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
}
#head-nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	background: #e8e6df;
	border-left: 1px solid #d6d3cd;
	border-top: 1px solid #d6d3cd;
	border-right: 1px solid #d6d3cd;
}
#head-nav ul li a:hover {
	background: #fff;
	color: #0460ae;
	border-bottom: 1px solid #fff;
}
#head-nav ul li a.current {
	background: #fff;
	color: #565656;
	border-bottom: 1px solid #fff;
	font-weight:bold;
}


/* Footers */

#feeds,#feeds img{
	vertical-align:middle;
	text-align:center;
	border:0;
	padding-right:3px;
	clear:both;
}
#feeds a{
	color:#666;
	margin:0px 10px;
}

.bottombar{
	width:810px;
	margin:0 auto;
	padding:0;
	margin-top:10px;
	background:#56a9ea;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
	line-height:2.4em;
	border-top:solid 1px #026ec3;
	border-bottom:solid 1px #026ec3;
}
.bottombar A:link,.bottombar A:visited{
	font-family:Verdana,Arial,sans-serif;
	color:#FFF;
	padding:0 6px;
}
.copybar{
	width:770px;
	margin:0 auto;
	font-size:0.75em;
	padding:25px 5px 10px 5px;
	margin-bottom:50px;
}
.copy-left{
	color:#333;
	text-align:left;
	float:left;
}
.copy-right{
	float:right;
}
.copy-right a,.copy-right a:visited{
	text-decoration:none;
	color:#909090;
}
.copy-right a:hover{
	text-decoration:underline;
}
.copy-right img{
	margin-bottom:2px;
}

/* FILTER */
body#filter{
	background:#c2d7b0;
	color:#006400;
	margin:0;
}
body#filter td{
	vertical-align:top;
}
#setlink{
	position:relative;
	float:right;
	color:#006400;
	padding:0;
	margin:0 0 0 10px;
}
#setarea{
	display:none;
	height:150px;
	background-color:#c2d7b0;
	color:#006400;
	border:1px solid #92a780;
	padding:10px;
	margin:0 5px;
	margin-bottom:15px;
}

/* Download Box */
#dlbox{
	background-color:#c4efa1;
	padding:10px 13px;
	border:1px solid #a4cf81;
}
#dlbox img{
	float:left;
	padding:0 7px;
}
#dlbox hr{
	border-top-color:#a4cf81;
}

/* Program Grouping */
.subprograms{
	margin:4px 0px 0px 2px;
	line-height:1.4em;
}
.subprograms a.title{
	color:black;
	font-weight:bold;
}

