/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: inherit;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	bottom: #000099;
}

a{
	color: #003399;
	text-decoration: none;
}

a:link{
	color: #003399;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #000099;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #003399;
	margin: 0px;
	padding: 0px;
	
}
/*h3ctr{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	margin: 0px;
	padding: 10px;
	text-align: center;
	
}*/

h4{
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #003399;
	margin: 0px;
	padding: 10px0px0px0px;
	
}

h5{
	/*color: #333333;*/
	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                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#content{
	float: left;
	width: 55%;
}

#contentAbs{
	float: left;
	width: 70%;
}


/***********************************************/
/* 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;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

/*.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.feature h3ctr{
	padding: 10px 0px 0px 0px;
	text-align: center;
}*/

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .abstracts styles *****************/

.abstracts{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	vertical-align:top;
}

.abstracts p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #333333;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#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;}***********/


#navBar li a:active, a:link {
	color: #003399;
	}
	
#navBar li a:hover {
	color: #000099;
	text-decoration: underline; 1px; #000099;;
	}
	
#navBar li a:visited {
	color: #006699;
	text-decoration:none;
	}	
	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: none;
	font-size:12px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	margin-left: 20px;
	margin-top: 10px;
}

.relatedLinks h3{
	padding: 0px 0px 2px 0px;
}
	
.relatedLinks a:link, .relatedLinks a:hover,
.relatedLinks a:visited {
	display: inline;
}
	
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

