/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

 

body{
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height:100%;
}

a{
	color: #3366CC;
	text-decoration: none;
}

a:link{
	color: #DB7602;
	text-decoration: none;
}

a:visited{
	color: #DB7602;
	text-decoration: none;
}

a:hover{
	color: #DB7602;
	text-decoration: underline;
}


h3{
 font-family: Arial, sans-serif;
 font-size: 120%;
 color: #DB7602;
 margin: 0px;
 padding: 5px 5px 0px 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                                 */
/***********************************************/

#spacer{ clear: both;
display: block; 
height: 95%; 
float: left; 
width: 2px; /* 1px would be enough this is for display only */ 
font-size: 1px; /* to make sure width is not overridden */ 
padding: 0; 
margin: 0; 
background-color: red; /* visual effect only */ 
} #contentwrap{ display: block; 
width: 99%; /* to suit but leave room for spacer */ 
text-align: center; 
padding: 0; 
margin: 0; 
} #footer{ clear: both; 
height: 5%;
width:100% 
padding: 0; 
margin: 0; 
} #masthead{
	padding: 0px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom-style: 0;
}

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 0;
	color: #FFFFFF;
}

#headlines{
  float:right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 60%;
	background-position: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content h3 {
			padding: 10px 0px 20px 40px;
	font-weight: bold;

 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 40px;
	text-align: justify;
	border-bottom: 0;
	font-size:10pt;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature strong {
	font-style: italic;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
}


/************* #login styles ***************/

#login{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	border: 0;
}

#login form{
 margin: 0px;
 padding: 0px;
}

#login 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 #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #footer styles **************/


.siteInfo {
	font-weight: bold;
	border: 1px solid #000000;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	bottom: auto;
	font-style: normal;
}
