/* --------------------------------------------------------------- */
/* -------------------- HACK FOR IE6 PNG TRANSPARENCY ------------- */
	* html img { 
		behavior: url(css/iepngfix.htc); 
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* -------------------- BASIC TAG ALTERATIONS -------------------- */
	html {
		margin: 0px;
		padding: 0px;
	}
	body {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color:#E2E2E2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:80%;
	}
	table {
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table.pad td {
	padding:0px 10px 0px 0px;
	margin: 0px;
	}
	td { 
		padding: 0; 
		vertical-align: top;
	}

	th { 
		padding: 0; 
		vertical-align: bottom;
	}
	img {
		font-size:1px;
		overflow: hidden; 
		vertical-align:bottom;
	}
	a img {
		border:none;
	}
	a {
	color: #0065BD;
	}
	ol, ul {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 25px;
	}
	ul.checklist {
		list-style-image: url(/images/base/checkbox.gif);
	}
	li {
		font-size: 90%;
		font-weight: normal;
		color: #333;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	ul ul, ul ol, ol ol, ol ul {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 25px;
		list-style-type:disc;
	}
	ul ul li, ul ol li, ol ol li, ol ul li {
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	h1 {
	font-size: 160%;
	font-weight:bold;
	line-height: 160%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #6A963B;
	}
	h2 {
	font-size: 120%;
	line-height: 120%;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	font-weight: normal;
	color: #999;
	}
	h3 {
	font-size: 130%;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: normal;
	color: #6A963B;
	}
	h4 {
	font-size: 95%;
	margin: 0px;
	padding: 7px 0px 3px;
	font-weight: bold;
	color: #0065BD;
	}
	h5 {
	font-size: 90%;
	margin: 0px;
	padding: 7px 0px 0px;
	font-weight: bold;
	}
	h6 {
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 7px;
	}
	p {
		font-size: 90%;
		font-weight: normal;
		line-height:130%;
		color: #333;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	blockquote {
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}
	form {
		margin: 0px;
		padding: 0px;
	}
	input, textarea, select {
		font-size:11px;
		color:#333;
		margin:2px;
		padding:1px;
	}
	
/* --------------------------------------------------------------- */
/* ---------------------- HOME DIV IDs --------------------------- */
	#universe {
		text-align: left;
		margin: 10px auto 0px auto;
		padding: 0px;
		width: 964px;
		vertical-align: top;
		overflow: hidden;
		background-color:#496D01;
		border: 1px solid #999;
		background-image: url(/images/base/gradient_green.jpg);
		background-repeat: repeat-x;
	}
	#headerbar {
		margin: 0px;
		padding: 20px 30px 60px 45px;
		background-image: url(/images/base/gradient_blue.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		border-width: 7px;
		border-style: solid none none none;
		border-color: #0065BD;
	}
#headerbar #tagline {
	float: right;
	width: 405px;
	margin-top: 30px;
}

	#footer {
		clear: both;
		width:905px;
		margin: 5px auto 15px auto;
		padding-top: 15px;
		font-size:80%;
		color:#B3C095;
		position: relative;
		left: 30px;
	}
	#footer p {
		color:#B3C095;
		display:inline;
		font-size:100%;
	}
	#footer a {
		color:#B3C095;
		text-decoration:none;
	}
	#footer a:hover {
		color:#B3C095;
		text-decoration:underline;
	}
		
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


#topnav {
	clear:both;
	margin: -40px 30px 23px 30px;
	padding: 0px;
}
#topnav ul{
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	float: left;
	list-style-type: none;
	background-color: #CCC;
	margin: 0px;
	padding: 5px;
	display: inline-block;
	font-weight: bold;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
	#topnav ul li.space {
		background:none;
		width:10px;
		border-top:none;
		padding: 6px 0px 5px 0px;
	}
	
	#topnav ul li.off_left {
		background:url(/images/base/menu_off_left.png) no-repeat;
		border:none;
		width:5px;
		padding: 6px 0px 5px 0px;
		border-bottom:1px solid #999;
	}
	#topnav ul li.off_right {
		background:url(/images/base/menu_off_right.png) no-repeat ;
		border:none;
		width:5px;
		padding: 6px 0px 5px 0px;
		border-bottom:1px solid #999;
	}
	
	
	#topnav ul li.on_left {
		background:url(/images/base/menu_on_left.png) no-repeat;
		border:none;
		width:5px;
		padding: 7px 0px 5px 0px;
	}
	#topnav ul li.on {
	background-color: #FFF;
	padding: 6px 5px 5px 5px;
	border-bottom:none;
	}
		#topnav ul li a{
			color:#0065BF;
			text-decoration:none;
		}
		#topnav ul li.on a{
			color:#333;
			text-decoration:none;
		}
	#topnav ul li.on_right {
		background:url(/images/base/menu_on_right.png) no-repeat ;
		border:none;
		width:5px;
		padding: 7px 0px 5px 0px;
	}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#subnav p {
		color: #999;
		margin-left:-5px;
		padding: 0px 0px 30px 0px;
	}
	#subnav a {
		color: #0065BD;
		padding: 0px 5px 0px 5px;
	}
	#subnav a.on {
		color:#999;
		text-decoration:none;
		font-weight:bold;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */




/* --------------------------------------------------------------- */
/* --------------------------- TEXT COLORS ----------------------- */
	.text_blue {
		color: #214579;
	}
	.edit {
		font-weight: bold;
		color: #000;
		background-color: #FC0;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */










/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* -------------------------SECONDARY PAGE DIVS------------------- */









/* --------------------------------------------------------------- */
/* ------------------------CONTENT CENTER------------------------- */
#content, #content_narrow {
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	border-top:none;
	width:855px;
	width: expression('900px');
	margin: 0px auto 0px auto;
	padding: 20px 20px 10px 25px;
	clear:both;	
	overflow:auto;
	position: expression('relative');
	left: expression('30px');
}
#content_narrow {
	width: 525px;
	width: expression('900px');
	padding-right:350px;
}
#sidebar {
	width:360px;
}
#sidebarnarrow {
	width:240px;
}
#sidebar, #sidebarnarrow {
	float: right;
	padding: 10px;
	margin: 0px 0px 0px 30px;
	position: relative; 
}
#sidebar li, #sidebarnarrow li {
	font-weight: bold;
	color: #0065BD;
	font-size: 130%;
	margin-left: 20px;
}
#sidebar li p, #sidebarnarrow li p {
	font-weight: normal;
	color: #333;
	font-size: 80%;
	margin:0px;
	padding:0px;
}

span
{
	margin: 0px;
	padding: 0px;
}

.t {
	background: url(/images/base/side/dot.gif) 0 0 repeat-x; 
	width: auto;
	background-repeat: repeat-x;
	margin-bottom:20px;
}
.tfill {
	background-image: url(/images/base/side/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFF;
}
.b  {background: url(/images/base/side/dot.gif) 0 100% repeat-x}
.l  {background: url(/images/base/side/dot.gif) 0 0 repeat-y}
.r  {background: url(/images/base/side/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/base/side/bl.gif) 0 100% no-repeat}
.br {background: url(/images/base/side/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/base/side/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/base/side/tr.gif) 100% 0 no-repeat; padding:10px}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */



img.floatleft {
	float: left;
	margin: 5px 15px 20px 0px;
}
.blue_text {
	color: #0065BD;
}
.green_text {
	color: #6A963B;
}
input.bluebutton {
	color: #0065BD;
	background-color: #9AC2E1;
	border: 1px solid #999999;
	font-weight: bold;
}

#printemail
{
	padding-left: 10px;
	padding-bottom: 10px;
}

#printemail a,#printemail a:link,#printemail a:active
{
	text-decoration: none;
}
#printemail a:hover
{
	text-decoration: underline;
}

#content_narrow #printemail
{
	position: relative;
	left: 250px;
	float: right;
}

/*-------------------------------------------------------------------
PRINT MEDIA SETTINGS
---------------------------------------------------------------------*/
@media print
{
	#headerbar, #topnav, #subnav, #printemail
	{
		display: none;
		border: none;
	}
	#content, #content_narrow. #universe
	{
		border: none;
	}
}
