/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/*********** WRAPPER ************/


#wrapper{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/****** ANCHOR REFS *****/
a:link,a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color:#003399;
}

a:hover {
	text-decoration: none;
	color: #2255bb;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 130%;
 color: #334d55;
}

h2{
 font-size: 18px;
 color: #006699;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	border: 1px solid #cccccc;
	width: 800px;
	height:100px;
	background-color:#eeeeee;
}

#mainbody{
	width: 800px;
	background-image:url(/gfx/background.jpg);

}


#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************ headerNAV styles **************/

.headerNAV{
	margin: 0px;
	font: verdana;
	font-size: 12px;
	font-weight:bold;
	background-color:#336699;
	float:left;
	width:200px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


.headerNAV a:link, .headerNAV a:visited {
	display: block;
	font-weight: bold;
	color: #ffffff;
	background-color:#336699;
	float:left;
	padding: 5px 20px 5px 20px;
	border-left: 1px groove #cccccc;
	border-right: 1px groove #cccccc;
	text-decoration: none;
}

.headerNAV a:hover{
	background-color: #4477aa;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF66;
}

/************** content styles *****************/

.content{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}

.content p{
	padding: 0px 0px 10px 0px;
}

.content  img{
	padding: 0px 20px 0px 0px;
	margin: 0px 5px 5px 5px;
}

.first_letter{
	font-size:18px;
}

/************* Footer styles ****************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #666666;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	background-color:#eeeeee;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


#footer a:link, #footer a:visited{
	padding: 0px 4px 0px 0px; 
	color: #4444cc;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	color:#7777cc;
	text-decoration:none;
	font-weight:bold;
}

/*



