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

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

body{
	font-family: 'Trebuchet MS', verdana, sans-serif;
	margin: 0px;
	padding: 0px;
    SCROLLBAR-FACE-COLOR: #009933;
    SCROLLBAR-HIGHLIGHT-COLOR: #00ff00;
    SCROLLBAR-SHADOW-COLOR: #66ccff;
    SCROLLBAR-3DLIGHT-COLOR: #ffcc55;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #666666;
    SCROLLBAR-DARKSHADOW-COLOR: #00ff00;
}

a{
	font-size: 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #005E31;
	text-decoration: none;
}

a:link{
	font-size: 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	text-decoration: none;
	color: #005E31;
}

a:visited{
	font-size: 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	text-decoration: none;
	color: #005E31;
}

a:hover{
	font-size: 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #005E31;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #005E31;;
}

h1.contentheading{
 font-family: 'Trebuchet MS', verdana, sans-serif;
 font-size: 14px;
 color: #005E31;;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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;
}

.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #002E61;
font-family: 'Trebuchet MS', verdana, sans-serif;
color: #005E31;
}

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

#wrap {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;	
}

#heading{
	padding: 6px 0px 0px 0px;
/*	border-bottom: 1px solid #cccccc; */
	width: 780px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6F9E7;
}

#logo{
	padding:inherit;
	float:left;
}

#ezine{
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: right;
}

#navbar{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6F9E7;
	text-align: center;
	padding: 0px 0px 4px 0px;
}

#clear {
	clear: both;
}

#clearfoot {
	clear: both;
}

#main{
	width: 780px;
}

#leftcol{
	width: 176px;
	float: left;
/*	background-color: #B8C8F4; */
	background-color: #f1f1f1;
	height: inherit;
}

#content{
	width: 440px;

}

#rightcol{
	width: 156px;
	float: right;
	background-color: #f1f1f1;
	height: inherit;
}

#footer{
	padding: 6px 0px 0px 0px;
/*	border-bottom: 1px solid #cccccc; */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6F9E7;
	text-align: center;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 9px;
}

.contentpaneopen {
text-align: left;
background: transparent;
font-size: 11px;
font-family: 'Trebuchet MS', verdana, sans-serif;
line-height: 1.8;
}


/********* HTML CSS */
.mainlevel{
	font-size: 11px;
	padding-left: 4px;
	display: block;
	font-family: 'Trebuchet MS', verdana, sans-serif;

	font-weight: 900;
}