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

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

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 105px 180px;
	background-image: url(images/logo2.gif);
	background-color: #eeeeee;
	line-height: normal;
	font-size: 11px;	
}

a:link, a:visited{
	color: #000066;
	text-decoration: none;
	font-size:: 10px;
}

a:hover {
	text-decoration: underline;
	color: #663333; 
	}

h1 {
	font-family: arial, helvetica, "sans serif";
	font-size: 12pt;
	color: #8A554d;
	font-style: italic;
	text-align: left;
}

h2 {
	font-family: arial, helvetica, sans serif;
	font-size: 12pt;
	color: #666699;
	text-align: left;
}

h3 {
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
		text-align: left;
		color:  #000066;
	}
	

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
	color: #FFFFFF;
}

h5 {
	font-size: 14px;
	font-style: italic;
	font-variant: small-caps;
	color: #006699;
}
h6 {
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	text-align: right;
	color:  #000066;
	}
ul{
	list-style-type: square;
	font-size: 11px;
}





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


#container{
	width: 98%;
	}
#header {
	margin: 0;
	padding: 0px;
	width: 100%;
	background-image: url(images/greybar.gif);
	
	
}

#leftnav{
	float:left;
	padding: 15px;
	width: 100px;
	height: 300px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	border-right-color: #CCCCCC;	
	
	
	
	}
	


#content{
	float: left;
	margin-top: 10px;
	/*margin-left: 30px;*/
	padding-right: 10%;
	line-height: normal;
	font-size: 12px;
	margin-left: 150px;
	position:absolute;
	width: 530px;
	left: 19px;
	top: 206px;
	height: 292px;
}

#contentnews{
	margin: 50px;
	margin-left: 135px;
	font-size: 12px;
}



#footer {

clear: both;
width:99%;
margin: 0;
font-size: 10px;
font-weight: normal;
background-color: #dddddd;
height: 50px;

}




#footer a{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
}


#legend {padding-left:150px;}
	
/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
hr {
	font-weight: 100;
	color: #999999;
}
.style4 {	font-size: 16px;
	background-color: #EEEEEE;
}
td {
	font-size: 12px;
}

