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

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 2px;
	padding: 0px;
	
	background-color: #ffffff;
	line-height: normal;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

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


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 { 
	font-family: arial, helvetica, "sans serif";
	font-size: 26 pixels;
	align: left;
	color:  # 000000;
}

h2 { 
	font-family: arial, helvetica, sans serif;
	font-size: 18 pixels;
	align: left;
	color:  # 000000;
}

h3 {
	font-family: arial, helvetica, sans serif;
	font-size: 16 pixels;
	align: left;
	color:  # 000000;
	}
	





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





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



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

#leftnav{
	float:left;
	padding: 25px;
	width: 150px;
	height: 340px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000066;
	border-width: thick;
	border-color: #666666;
	line-height: 30px;
	text-decoration: none;
	display: none;

}
	
#leftnavnews{
	float:left;
	padding: 0px;
	height: 350px;	
	display: none;
}

#content{
	float:left;
	width: 100%;
	margin-right: 0;
	padding: 0 3% 0 0;
	background-color: #FFFFFF;
	line-height: normal;
}

#contentnews{
	float:left;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
	line-height: normal;
}

#content-news{
	float:left;
	width: 98%;
	margin: 0;
	padding: 0 3% 0 0;
	text-align: left;
	left: 5px;
}

#footer {

clear: both;
width:100%;
margin: 0;
color: #333;
display: none;
}

.imgleft {
	float:left;
	width: 265px;
	height: 300px;
	padding-right: 25px;
}

.imgleft2 {
	float:left;
	width: 350px;
	height: 190px;
	padding-right: 25px;
}
.imgright {
	float:right;
	width: 350px;
	height: 190px;
	padding-right: 25px;
}

.imgrightheader {
	float:right;
	width: 100%
	}


	
	#date {
	position:absolute;
	left:170px;
	top:146px;
	width:168px;
	height:41px;
	z-index:1;
	background-color: #000066;
	display:none;
	}
/***********************************************/
/*Component Divs                               */
/***********************************************/



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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
hr {
	font-weight: 100;
	color: #999999;
}

