/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #336699;
	text-decoration: none;
}

a:active{
	color: #336699;
	text-decoration: none;
}



.nav {
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:2px;
}

.nav a{
	text-decoration: none;
}

.nav: link{
	text-decoration:none;
}

.nav: visited{
	text-decoration:none;
}

.navlower {
	font-size: 9px;
	color: #333333;
	font-weight:bold;
	padding-bottom:5px;
}

.navlower a{
	text-decoration: none;
}

.navlower: link{
	text-decoration:none;
}

.navlower: visited{
	text-decoration:none;
}

.navselected {
	font-size: 11px;
	color: #336699;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:2px;
}

.navselected a{
	text-decoration: none;
	color: #336699;
}

.navselected a:link{
	text-decoration:none;
	color: #336699;
}

.navselected  a:visited{
	text-decoration:none;
	color: #336699;
}

.navselected: visited{
	text-decoration:none;
	color: #336699;
}

.navselected: link{
	color: #336699;
}

.navfooter {
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}

.navfooter: link{
	text-decoration:none;
}

.navfooter: visited{
	text-decoration:none;
}

.navfooter: active {
	color: #336699;
	font-weight:bold;
}


.ft1 {
	font-size: 9px;
	color: #333333;
	padding: 20px 0px 10px 0px;
}

.ft2 {
	font-size: 10px;
	color: #336699;
}

.ftl{
	font-size: 10px;
	color: #336699;
}

.story{
	font-size: 13px;
}

.story p{
	font-size: 16px;
}

.story h1{
	font-size: 13px;
	color: #336699;
	margin-bottom: 3px;
	font-weight:bold;
}

.story h2{
	font-size: 13px;
	color: #333333;
	margin-bottom: 1px;
	font-weight:normal;
	padding-bottom:2px;
}

.story h3{
	font-size: 13px;
	color: #336699;
	margin-bottom: 1px;
	font-weight:normal;
	padding-bottom:2px;
}

.story h4{
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
	font-weight:normal;
}

.story a{
	color:#336699;
	text-decoration:underline;
}

.contactInfo h2{
	font-size: 15px;
}

.contactInfo {
	font-size: 15px;
}


.rightpagename {
	color:#336699;
	font-size:18px;
}

.rightheader {
	color:#333333;
}

.formbutton {
	color:#000000;
	font-family: Arial,sans-serif;
	font-size: 14px;
	padding-top:2px;
}

.newsletterbutton {
	color:#000000;
	font-family: Arial,sans-serif;
	font-size: 14px;
	padding-top:6px;
	border:0px;
}

.rightheader h1{
	font-size:18px;
	color:#336699;
	font-weight:normal;
	line-height:23px;
}

.rightcolumntext {
	font-size: 13px;
	color: #33333;
	margin-bottom:10px;
	margin-top:10px;
}

.newsletterhead {
	font-size: 14px;
	color: #336699;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:30px;
}

.newslettertext {
	font-size: 12px;
	color: #333333;
	margin-bottom:20px;
	padding-left:20px;
}

.loginform {
	border-color:#336699;
	border: 1px;
}

h1{
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	position:inherit;
}

#masthead{
	padding-left: 22px;
}

#navColumn {
	padding-right:10px;
}

#rightPageName {
	border-top:1px solid #336699;
}

#rightHeaderCell {
	padding-left:20px;
}

#rightContentCell {
	padding-left:14px;
	padding-top:0px;
	width: 160px;
}

#rightColTextCellTop {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
}

#rightColTextCellMiddle{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom: 1px dotted #333333;
}
#leftCol{
	float: left;
	position:relative;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #336699;
	height: 221px;
}

#navBottom{
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}


#middleCol {
	padding-left:22px;
	padding-right:10px;
	padding-top:2px;
	vertical-align:top;
	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	width: 412px;
}


#video {
	margin-left:-12px;
}

#footer {
}

#footer a {
	color: #336699;
	text-decoration:underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0 0;
	font-size: 80%;
	float: left;
	border-bottom: 1px solid #FF9900
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 221px;
}

/*********** #leftCol link styles ***********/

#leftCol ul a:link, #leftCol ul a:visited {display: block;}
#leftCol ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftCol li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftCol li {border-bottom: none;}
