body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	background: #082E4D;
	}
a {	
	text-decoration: underline;
	color:  #105991;
	}
a:visited {
	color:  #105991;
	}
a:active {
	color:  #105991;
	}
a:hover {
	color: #0974C6;
	text-decoration: none;
	}

	
/*************** Global Header ****************/
	
a.global-header, a.global-header:visited, a.global-header:active{
	color: #fff;
	text-decoration: none;
	}
a.global-header:hover {
	color: #fff;
	text-decoration: underline;
	}
a.footer, a.footer:visited, a.footer:active{
	color: #fff;
	text-decoration: none;
	}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
	}
#global-header {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #317fc9 url(../images/header-bg.gif);
	width: 770px;
	height: 44px;
	}
td.global-header-logo {
	padding: 0px;
	width: 100%;
	}
td.global-header-links {
	font-size: 11px;
	text-align: right;
	color: #fff;
	padding-right: 10px;
	}
td.global-header-search {
	text-align: right;
	color: #fff;
	padding-right: 6px;
	}
input.global-header-search-btn {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	background: #105991; 
	color: #fff; 
	border: 1px solid #fff;
	}
	
	
/*************** Site Layout ****************/

#site-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border:0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #ffffff url(../images/content-bg.gif) repeat-y 50% 0;
	width: 770px;
	}
#top {
	position: relative;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 0px;
	background: #fff;
	width: 770px;
	height: 118px;
	}
.mast-left {
	position: relative;
	float: left;
	width: 200px;
	}
.mast-right {
	position: relative;
	padding-left: 2px;
	float: left;
	width: 568px;
	}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	border: 0px;
	background: #105991;
	width: 556px;
/*	width: 568px; */
	height: 28px;
	}
#content {
	position: relative;
	float: left;
	margin: 0px;
	padding: 40px 40px 34px 22px;
	border: 0px;
/*	width: 570px; */
	width: 506px; 
	background: #ffffff;
	}
#right {
	position: relative;
	float: left;
	color: #ffffff;
	margin: 0px;
	padding-right: 2px;
	border: 0px;
	background: #ffffff;
	width: 200px;
	}
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0px;
	border-top: 2px solid #fff;
	background: #317fc9 url(../images/header-bg.gif);
	width: 770px;
	height: 34px;
	}
table.pullbox-orange {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-bottom: 3px;
	border: 0px;
	width: 200px;
	background: #F59204;
	}
table.pullbox-red {
	position: relative;
	margin: 2px 0px 0px 0px;
	padding-bottom: 0px;
	border: 0px;
	width: 200px;
	background: #DD5D19;
	}
table.pullbox-brown {
	position: relative;
	margin: 2px 0px 0px 0px;
	padding-bottom: 3px;
	border: 0px;
	width: 200px;
	background: #854904;
	}
table.pullbox-green {
	position: relative;
	margin: 2px 0px 0px 0px;
	padding-bottom: 3px;
	border: 0px;
	width: 200px;
	background: #8AA82E;
	}
table.pullbox-blu {
	position: relative;
	margin: 2px 0px 0px 0px;
	padding-bottom: 3px;
	border: 0px;
	width: 200px;
	background: #105991;
	}
p.pullbox {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0px 8px 4px;
	margin: 0px 0px 0px 0px;
	}
table.pullbox-blu a, div.pullbox-blu a:visited, div.pullbox-blu a:active {
	color: #fff;
	text-decoration: underline;
	}
table.pullbox-blu a:hover {
	color: #fff;
	text-decoration: none;
	}	

div.btn-red {
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	width: 76px;
	height: 18px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background: #B85723;
	}
div.btn-red a, div.btn-red a:visited, div.btn-red a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	}
div.btn-red a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	background:#F5671C;
	}	
div.btn-brwn {
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	width: 76px;
	height: 18px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background: #996020;
	}
div.btn-brwn a, div.btn-brwn a:visited, div.btn-brwn a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	}
div.btn-brwn a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	background:#AF7431;
	}	
div.btn-green {
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	width: 76px;
	height: 18px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background:#728A28;
	}
div.btn-green a, div.btn-green a:visited, div.btn-green a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	}
div.btn-green a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	background:#9CBE33;
	}	
div.btn-blu {
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	width: 76px;
	height: 18px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background:#146EB2;
	}
div.btn-blu a, div.btn-blu a:visited, div.btn-blu a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	}
div.btn-blu a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	background:#1B8BE1;
	}	
div.btn-weather {
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	width: 76px;
	height: 18px;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background:#de4f03;
	}
div.btn-weather a, div.btn-weather a:visited, div.btn-weather a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	}
div.btn-weather a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	background:#ff5800;
	}	
	

/*************** Library Items ****************/
	
h1.libtitle {
	font-size: 16px;
	margin-bottom: 12px;
	}
h2.libtitle {
	font-size: 16px;
	margin-bottom: 12px;
	}
h2.libtitle a, h2.libtitle a:visited, h2.libtitle a:active {
	color: #444E16;
	text-decoration: none;
	}
h2.libtitle a:hover {
	color: #D17707;
	text-decoration: underline;
	}
h3.libsubtitle {
	font-size: 13px;
	line-height: 120%;
	margin-top: -6px;
	margin-bottom: 12px;
	}
p.libauthor {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	padding: 0;
	margin-bottom: 12px;
	}
p.libmore {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding: 0;
	margin: 0px 0px 12px 0px;
	}
p.libmore img{
	vertical-align: middle;
	}
p.lib-nav{
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	}
p.lib-nav img{
	vertical-align: middle;
	}
img.lib-image {
	float:right;
	border: 1px solid #000;
	padding: 0;
	margin: 20px 0px 20px 20px;
	}
/*************** Formatting ****************/
	
p {
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0px 0px 16px 0px;
	}
p.compact {
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0px 0px 10px 0px;
	}
p.author {
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 16px;
	font-style: italic;
	}
p.footer {
	font-size: 11px;
	color: #fff;
	line-height: 34px;
	padding-left: 12px;
	margin: 0px;
	}
p.small {
	font-size: 10px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	}
h1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin: 4px 0px 16px 0px;
	}
h1 a {	
	text-decoration: underline;
	}
h1 a:hover {	
	text-decoration: none;
	}
h2 {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	margin: 4px 0px 12px 0px;
	}
h2 a {	
	text-decoration: none;
	}
h2 a:hover {	
	text-decoration: underline;
	}
h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 4px 0px 12px 0px;
	}
h3 a {	
	text-decoration: underline;
	}
h3 a:hover {	
	text-decoration: none;
	}
img {
	border: 0px;
	}
hr {
	color: #e1e1e1;
	background-color: #e1e1e1;
	border : 0px solid #e1e1e1;
	width: 100%;
	height: 1px;
	margin: 0px 0px 20px 0px;
}
ul {
	list-style-type: disc;
	padding: 0em 0em 0em 10px;
	margin: 0px 0px 12px 10px;
	}
ol {
	padding: 0em 0em 0em 1em;
	margin: 0px 0px 12px 1em;
	}
li {
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	}

/*************** Forms, Tables and Misc ****************/

input.btn {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin: 0px;
	background: #DE4F03; 
	color: #fff; 
	border: 1px solid #fff;
	}

/*************** Nav - 1st Level ****************/

* html a:hover {visibility:visible;}

.section-a {
	display:block;
	float: left;
	width: 60px;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/home-glo.gif);
}
.section-a a {display:block;}
.section-a img {width: 60px; height: 28px;}
.section-a a:hover img {visibility:hidden}

.section-b {
	display:block;
	float: left;
	width: 132px;
	height: 28px;
	margin: 0px 0px 0px 4px;
	border: 0px;
	background-image: url(../images/spread-glo.gif);
}
.section-b a {display:block;}
.section-b img {width: 132px; height: 28px;}
.section-b a:hover img {visibility:hidden}

.section-c {
	display:block;
	float: left;
	width: 133px;
	height: 28px;
	margin: 0px 0px 0px 4px;
	border: 0px;
	background-image: url(../images/iscool-glo.gif);
}
.section-c a {display:block;}
.section-c img {width: 133px; height: 28px;}
.section-c a:hover img {visibility:hidden}

.section-d {
	display:block;
	float: left;
	width: 107px;
	height: 28px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/summertips-glo.gif);
}
.section-d a {display:block;}
.section-d img {width: 107px; height: 28px;}
.section-d a:hover img{visibility:hidden}

.section-e {
	display:block;
	float: left;
	width: 90px;
	height: 28px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/media-glo.gif);
}
.section-e a {display:block;}
.section-e img {width: 90px; height: 28px;}
.section-e a:hover img{visibility:hidden}

/*************** From UAN site ****************/

img.framed {
	padding: 6px;
	border: 2px solid #BBD7EE;
	}
.boxLightContainer {
	visible: false;
	background-color: #d4e7fe;
	float: right;
	margin: 0 0 16px 16px;
}
.boxLightContent {
	visible: false;
	padding-left: 10px;
	padding-right: 10px;
	color: #025296;
}
.boxLightTop {
	visible: false;
	background: url("../images/light-blue-UL.gif");
	background-repeat: no-repeat;
	text-align: right;
}
.boxLightBottom {
	visible: false;
	background: url("../images/light-blue-LL.gif");
	background-repeat: no-repeat;
	text-align: right;
}


.newsletterField {
	font-size: 12px;
	line-height: normal;
	color: #000;
	width: 103px;
	height: 18px;
}