/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefe5;
}

a { color: #858962; text-decoration: underline;}
a:link { color: #858962; text-decoration: underline;}
a:hover { color: #858962; text-decoration: none;}
a:visited { color: #858962; text-decoration: underline;}
a:visited:hover { color: #858962; text-decoration: none;}



/*Text Elements*/


h1, h2, h3, h4, h5, h6{
	font-family: Verdana, arial, helvetica, serif;  
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}
h1 {
	font-size: 14px;
	line-height: 14px;
	color: #858962;
	font-weight: bold;
}

h2 {
	font-size: 16px; 
	line-height: 18px; 
	padding-bottom: 20px;
	color: #858962;
}

h3 {
	font-size: 14px; 
	line-height: 22px; 
	color: #7491a3;
}

h4 {
	font-size: 14px; 
	line-height: 18px; 
	color: #d20800;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	color: #d20800;
}

h6 {
	font-size: 11px;
	line-height: 14px;
	color: #9a5107;
}

p {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin-left : 0px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 0px;
}

.eleven {
	font-size: 11px;
}

.inlineh1 {
	font-size: 14px;
	line-height: 14px;
	color: #858962;
	font-weight: bold;
}

.inlinebrown {
	color: #858962;
	font-weight: bold;
}


.inlineblue {
	color: #7491a3;
	font-weight: bold;
}

#page {
	width: 850px;
	border-left: solid 12px #FFF;
	border-right: solid 12px #FFF;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

#banner {
	width: 850px;
	margin: 0;
	padding: 0;
}

#bannerleft {
	margin: 0;
	padding: 0;
	float: left;
}

#bannerright {
	margin: 0;
	padding: 0;
	float: right;
}

#topnav {
	margin: 0;
	padding: 0;
	clear: both;
}


#tagline {
	height: 57px;
	width: 850px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(images/tagline_bg.gif);
	background-repeat: repeat-x;
}


#mainindexcontent {
	text-align: left;
	width: 848px;
	border: solid 1px #c7d3da;
}

#indexleft p {
	font-size: 12px;
	line-height: 14px;
	margin-left : 50px;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-right : 45px;
	color: #000;
}


#definition {
	background-color: #efefe5;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
}

#resources {
	width: 818px;
	border-top: solid 1px #c7d3da;
	border-bottom: solid 1px #c7d3da;
	padding-left: 30px;
}

.resourcelists {
	font-size: 11px;
	line-height: 16px;
	color: #858962;
	margin-left : 0px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 0px;
}

#container {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#content {
	text-align: left;
}

#left {
	font-size: 12px;
	line-height: 14px;
	margin-left : 50px;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-right : 45px;
	color: #000;
}

#left p {
	font-size: 12px;
}

#left li {
	list-style-type: square;	
}

.rightcol {
	background-image: url(images/rightcol_bg.gif);
	background-repeat: repeat-y;
}

.rightcol p {
	font-size: 11px;
	line-height: 14px;
	margin-left : 25px;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-right : 20px;
}



#footer {
	height: 50px;
	padding-top: 15px;
	text-align: center;
	line-height: 14px;
	color: #7491a3;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a { font-size: 10px; color: #687355; text-decoration: none;}
#footer a:link { color: #687355; text-decoration: none;}
#footer a:hover { color: #687355; text-decoration: underline;}
#footer a:visited { color: #687355; text-decoration: none;}
#footer a:visited:hover { color: #687355; text-decoration: underline;}


