/***********************************************/
/* HTML tag styles                                                       */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	margin-top: 25px;
	padding: 0px;
}

td {
	background-color: transparent;
}

a:link, a:visited, a:hover {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

.h2 {
	font-size: 105%;
	color: #006699;
	font-weight: bold;
}	

h1 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #334d55;
}

h2{
 font-size: 114%;
 font-weight: bold;
 color: #006699;
}

h3{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #334d55;
}

#benefits{
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

#benefits img{
	float: left;
	clear: both;
	margin: 0 0 0 0;
}

#benefits ul{ 
	list-style-type: square;
	margin-top: 7px;
	margin-bottom: 10px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                                               */
/***********************************************/

#indented{
 padding: 0px 0px 0px 260px;
}
 

#masthead{
	margin:	0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	height: 60px;
	width: 960px;
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	font-style: italic;
	color: #003399;
}

#navBar{
	float: left;
	width: 116px;
	height: 228px;
	margin:	40px 15px 60px 15px;
	padding: 0px 15px 0px 15px;
	background-image: url(images/navbar_bg.jpg);
	background-position: top;
	text-align: left;
	font-size: 102%;
}

#navBar a {
	color: #336633;
}

#content{
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 619px;
	height: 418px;
    float: left;
	margin: 30px 10px 30px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: transparent;
	font-size: 150%;
	font-family: Tahoma, Arial, Verdana, Helvetica;	
	color: #003399;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .content styles ***************/

#content img{
	float: left;
	clear: none;
	padding: 0px 10px 10px 5px;
	margin: 0px 10px 10px 5px;
}


/************** .privacy styles ***************/

#privacy{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
}

/************** .feature styles ***************/

#feature{
	padding: 5px 10px 5px 10px;
	font-size: 100%;
	font-weight: normal;
}

#feature a{
	font-weight: bold;
}

#feature h2{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

#feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#feature h4{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

#feature img{
	float: right;
	clear: none;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
}

#feature ul{
	font-size: 85%;
	font-weight: 700;
	padding-bottom: 5px;
}

#feature_inset img{
	float: left; 
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/
#story{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

#story img{
	float: left;
	clear: left;
	padding: 0px 5px 10px 10px;
	margin: 0px 5px 10px 10px;
}

#story p{
	padding: 0px 0px 10px 0px;
}


/************* #site styles ***************/
#site{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/site_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 974px;
	height: 648px;
	border-top: 5px solid #0099FF;
	border-right: 5px solid #0099FF;
	border-left: 5px solid #0099FF;
}

/************* #footer styles ***************/

#footer{
	width: 974px;
	height: 72px;
	background-image: url(images/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-width: 0px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 5px solid #0099FF;
	border-bottom: 5px solid #0099FF;
	border-left: 5px solid #0099FF;
}

#copyright {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 10px 0 0 0;
	color: #0000AA;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

#info {
	float: none;
	margin: 0px 0px 0px 25%;
	padding: 15px 0 0 0;
	color: #0000AA;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

#poweredby {
	float: left;
	clear: none;
	margin: 0px 0px 0px 5px;
	color: #0000AA;
	font-size: 9px;
	font-family: Arial, Helvetica;
}

/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************* #WebsiteDesignBy styles ***************/
#WebsiteDesignBy{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color:	#003399;
	text-align: left;
}

/************* #dt_info styles ***************/
#dt_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:	#003399;
	text-align: center;
}

/************* #siteInfo styles ***************/
#siteInfo{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #003399;
	text-align: right;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	width: 100%;
	margin:	0px;
	padding: 2px 0px 2px 0px;
	font-size: 125%;
	white-space: nowrap;
}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family: inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #003399;
}

#sectionLinks a:active{
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #003399;
}

/*********** #activeLink styles ***********/
#activeLink{
	background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
}

#activeLink a {
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-style: italic;
	font-weight: bold;
	color: #0066FF;
}

#activeLink a:link {
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-style: italic;
	font-weight: bold;
	color: #0066FF;
}

#activeLink a:hover {
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}

#activeLink a:active {
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}