body, form, table, div, img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;	
}

img
{
	vertical-align: bottom;
}
/* Image Border */
.ImgBorder
{
	
	border: 1px solid Black;
	border-color:#000000;
}
body
{
	background-image: url(../_img/internal_bg.gif);
	background-repeat: no-repeat;
}

td
{
	vertical-align: top;
	padding: 0px;
}

div.br
{
	clear: both;
}

#main
{
	width: 100%;
	height: 100%;
}	

#top
{
	height: 145px;
}

#topRPT
{
	background-image: url(../_img/background_repeater.gif);
	background-repeat: repeat-x;
}

#navHolder
{	
	width: 179px;
	padding-top: 173px;
	padding-right: 3px;
	
}

#navRPT
{
	background-image: url(../_img/home/nav_rpt.gif);
	background-repeat: repeat-y;
	background-position: 32px 0px;
	height: 100%;
	margin-top: 2px;
}

#nav
{	
	width: 147px;
	margin-left: 32px;	
}

#contentBox
{
	padding: 145px 0px 25px 42px;	
	width: 553px;	
}

#content
{
	width: 553px;	
	padding:45px 0px 0px 0px;
}

#rightSpacer
{
	width: 100%;
}

#footer
{		
	height: 29px;
	padding-top:10px;
	padding-bottom:15px;	
}

#footerTable
{
	width: 100%;
	background-image: url(../_img/bg_footer_repeater1.gif);
	background-repeat: repeat-x;
}

.footerCell
{	
	border-right: solid 2px white;	
}


#footSpacer
{
	height: 100%;
}

.searchTextbox
{
	height:18px;
}
.searchResults
{
	 font-size:12px;
	  font-weight:bold;
	line-height:20px;
	text-align:left;
	
}
.dlstResults
{ 
	text-align:left;
 padding-top:3px;
 padding-right:3px;
}

.dlstResultsPad
{

}

#greenSquare
{
	background-image: url(../_img/bg_footer_repeater1.gif);
	background-repeat: repeat-x;
	position: relative;
	top: -1px;
	left: -185px;	
	height: 35px;
	width: 29px;
}

#whatsnew
{
	height: 100px;
}

a:hover #homeLink
{
	cursor: hand;
}

#homeLink
{
	position: absolute;
	height: 125px;
	width: 340px;
	top: 15px;
	left: 10px;
	
	
}

.secondnav
{
	background-color: #3B89d8;
	width: 100%;	
}

.secondnavArrow
{	
	float: left;
	width: 10px;
	padding: 0px 0px 0px 10px;		
}

.secondnavText
{
	float: left;	
	width: 124px;
	padding: 0px 0px 5px 3px;
	text-align: left;
}

a.nav
{
	color: #ffffff;
	font-family: courier new;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;	
}

a.nav:hover
{
	color: #fffe34;
	font-family: courier new;
	font-size: 11px;
	line-height: 12px;
	cursor: hand;
}



p, table, td, ul, li {
color: #000000;
font-family: arial;
font-size: 11px;
line-height: 16px;
text-align: justify;
}

a {
color: #005b96;
/*text-decoration: underline;*/
}

a:hover {
color: #005b96;
text-decoration: none;
}

hr {
border-color: #0069b3;
border-style: solid;
border-width: 1px;
}

.callouts {
color: #ffffff;
font-family: courier new;
font-size: 12px;
line-height: 10px;
}

ul {
list-style-type: square;
}

#whatsnew {
color: #000000;
font-family: arial;
font-size: 10px;
}
#headerTopImg
{
	position: absolute;
	left: 465px;
	top: 0px;
	
}
#headerImg
{
	position: absolute;
	left: 564px;
	top: 137px;
}
#calloutpage
{
	/*background-image:url(../_img/callouts_news_letter.gif);
	background-repeat:no-repeat;*/
	
	position:absolute;
	
	padding-top:10px;
	height:62px;
	width:212px;
}
/*************************/
/*Styles for me to use in wysiwyg*/
/*************************/
/*Name this: Light Table*/
.LightTable {
background-color: #c9e2da;
border: 0px;
}

/*Name this: Dark Table*/
.DarkTable {
background-color: #9ecbbc;
border: 0px;
}

/*Name this: Orange Header Large*/
.OrangeHeaderL {
color: #ff9900;
font-family: arial;
font-weight: bold;
font-size: 14px;
}

/*Name this: Orange Header Small*/
.OrangeHeaderS {
color: #ff9900;
font-family: arial;
font-weight: bold;
font-size: 11px;
}