/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	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,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
 color: #334d55;
}

h2{
 font-size: 19px;
 color: #006699;
}

h3{
 font-size: 16px;
 color: #334d55;
}

h4{
 font-size: 16px;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 16px;
 font-weight: bold;
 color: #334d55;
}

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;
}
				
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 13px;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	color: White;
	font-weight: 600;
}
#globalNav a:hover{
	text-decoration: none;
	color: Black;	font-size: 13px;
	font-weight: 600;
}

/************* #homeNav styles **************/

#homeNav img{
 display: block;
}

#homeNav a {
	font-size: 13px;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
}
#homeNav a:hover{ 
 	text-decoration: underline;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #search styles ***************/

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/


#sectionLinks h3{
	color:#006699;
	font-size: 13px;
	text-align: left;
	font-weight: 425;
}
#sectionLinks h5 {
	color:#006699;
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	font-weight: 500;
}
#sectionLinks a:link{
	color:#006699;
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
#sectionLinks a:visited{
	color:#000066;
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:hover{
	color:#ffffff;
	font-size: 13px;
	background-color: #FF9900;
	border: 1px solid #006699;
	text-decoration: none;
	padding: 2px 0px 2px 8px;
}

/************** #footer styles **************/

#footer a:link{
	color:#006699;
    font-size: 13px	
    voice-family: "\"}\""; 
    voice-family:inherit;
}

#footer a:hover{
	color:#ff6600;
    font-size: 13px	
	text-decoration: underline;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 13px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #various page specific styles **************/
#contacts-col1 h2 {
 font-size: 16px;
 color: #FFFFFF;}
#contacts-col1 {
	font-size: 13px;
	color: #FFFFFF;}
#contacts-col2 h2 {
	font-size: 16px;
	color: #000000;}
#contacts-col2 {
	font-size: 13px;
	color: #000000;}
#contacts-col3 {
	font-size: 13px;
	color: #000000;}
