body {
	font: normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
h1 {
	font-size: 1.8em;
	color: #6d2348;
	background: #dee371;
	text-align: center;
	margin: 0em 0em 1.3em;
	padding: 0.2em;
	line-height: 1.1em;
}
h2 {
	font-size: 1.4em;
	color: #6d2348;
	margin: 5px 0px;
}
h3 {
	color: #993300;
	font: oblique bold 1.4em Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #6D2348;
	margin: 0px;
	padding: 2px;
	font-size: 1em;
}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
#frame {
	background: transparent url(img-3b/frame-bg.gif) repeat-y;
	margin: 0px 0px 0px 50px;
	width: 870px;
}
#frame2 {
	background: transparent url(img-3b/colorbar.jpg) no-repeat;
	margin: 0px;
	position:relative;
}
#header {
	background: transparent url(img-3b/logo-full.jpg) no-repeat 26px 10px;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	width: 800px;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color: #99FF00;
}
#header img {
	padding-top: 28px;
}
#header p {
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: normal;
}
#navigation {
	background: transparent url(img-3b/navline.gif) repeat-x 0px 22px;
	margin-left: 130px;
	color: #FFFFFF;
	margin-top: 1em;
	padding: 0;
	font: 600 9px Verdana, Arial, Helvetica, sans-serif;
	height: 26px;
}
#navigation table {
	margin: 0;
	padding: 0;
	float: right;
}
#navigation tr, #navigation td {
	margin: 0;
	padding: 0px;
}
#navigation td a:link, #navigation td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation td a:hover, #navigation td a:active {
	color: #DFFA25;
	text-decoration: none;
}
#navigation .tab1 {
	background: url(img-3b/navtab1.jpg) no-repeat;
	padding: 0px 0px 8px;
	width: 145px;
	height: 24px;
	text-align:center;
}
#navigation .tab2 {
	background: url(img-3b/navtab2.jpg) no-repeat 0px -3px;
	padding: 2px 0px 8px;
	width: 120px;
	height: 24px;
	text-align:center;
}
#navigation .tab3 {
	background: url(img-3b/navtab3.jpg) no-repeat;
	padding: 2px 0px 8px;
	width: 79px;
	height: 24px;
	text-align:center;
}
#navigation .tab4 {   /*home button*/
	background: url(img-3b/navtab4.jpg) no-repeat;
	padding: 0px 0px 8px;
	width: 89px;
	height: 24px;
	text-align:center;
}

#guts {
	clear: both;
	margin: 1em 10px 0px 40px;
}
#guts .colL {
	float: left;
	margin: 0em 1em 0px 0em;
	z-index: 10;
	position: relative;
}
#guts .content .colLnews {
	float: left;
	margin: 10px 0px 0px;
	padding: 5px 10px;
	width: 40%;
}
#guts .content .colRnews {
	float: left;
	margin: 10px 0px 0px;
	padding: 5px 10px;
	width: 40%;
}


#guts .content {
	background: #FFFFFF;
	margin: 0em 0.4em 2em 280px;
	padding: 0.8em 2.5em 1.0em;
}
#guts .content ul.subNav {
	padding: 0px .5em;
	list-style: square;
	margin: 0px;
	text-align: right;
}
#guts .content .subNav li {
	list-style: none;
	margin: 0px;
	padding: 0em;
	display: inline;
}
#guts .content .subNav a:link, #guts .content .subNav a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0em 0em 0em 1em;
}
#guts .content .subNav a:hover { 
	color: #993366; 
	font-weight: bold;
	padding: 0 0 0 .5em;
}
#footer {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	background: url(img-3b/greenbar.gif) repeat-x;
	padding-top: 1px;
	margin-left: 130px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline overline;
	background-color:#FFFFCC;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.clear {
	clear: both;        /* extend height of .content to longest column */
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;
}
.content dl {
	background: #EEEEEE;
	margin: 0 2em;
	padding: .5em;
}
.content dt {
	font-weight: bold;
}
.content dd {
	margin-left: 1.6em;
	margin-bottom: 1em;
}
.important {
	font-size: 1.1em;
	font-weight: bold;
}
#sitemap ul {
	list-style: none;
}

#sitemap li {
	list-style: none;
}
.smaller {
	font-size: 0.8em;
}
.smaller9 {
	font-size: 0.9em;
}
.block {
	background: #CCCCCC;
	margin: 0em 2em;
	padding: 1em;
}
.indent {
	margin: 0em 2em;
	padding: 0em;
}
.blue { color: #003366; }
.content #resources dl {
	background: #FFFFFF;
}
.content #resources dt {
}
.content #resources dd {
	background: #FFFFFF;
	font-weight: normal;
}
ol { list-style: decimal; }
ol li { padding-bottom: .3em; }
.larger { font-size: 1.4em; }
.colorRed { color: #CC0000; }
