/* PAGE LAYOUT */ 

	html, body{ 
 		margin:0; 
 		padding: 10px, 10px, 10px, 10px; 
 		text-align: left;
 		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 11px;
		line-height: 20px;
		color: #333333;
		text-align: left;
	} 

 /*printer styles*/ 

 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

	/* TYPE STYLES & CLASSES */ 

	h1 {
		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #134D2A;
		text-align: left;
	}

	h2 {
		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 15px;
		letter-spacing: 0.1em;
		margin-top: 1em;
		margin-bottom: 0px;
		color: #3A5B76;
		text-align: left;
		border-bottom: thin solid #3A5B76;
	}

	h3 {
		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		padding: 0px;
		margin: 0px;
		color: #333333;
		text-align: left;
		margin-top: 0.5em;
	}

	.content{ 
 		margin-left: 20px; 
 		padding: 10px, 10px, 10px, 10px; 
 		text-align: left;
 		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 11px;
		line-height: 20px;
		color: #333333;
		text-align: left;
	} 


        .article {
                line-height: 20px;
	}

	.article a:link, .article a:active, .article a:visited {
		color: #336633;
		text-decoration: none;
	}

	.article a:hover {
                background-color: white;
                border-right: 2px solid #669933;
                width: 99%;
		display: block;
	}

	a:link {

		color: #3A5B76;
		text-decoration: underline;
	}

	a:visited {
		color: #3A5B76;
		text-decoration: underline;
	}

	a:hover {
		color: #3A5B76;
		text-decoration: none;
	}

	.footer a:link, .footer a:active, .footer a:visited {
		color: #3A5B76;
                text-decoration: underline;
	}

	.footer a:hover {
		color: #3A5B76;
                text-decoration: none;
	}

	.photo {
		border: 1px solid #ccc;
		padding: 5px;
                margin: 5px 10px 5px 5px;
		text-align: center;
                font-size: 9px;
		line-height: normal;
		color: #82825B;	
        }

	ul {  
		padding: 0px;
		margin: 0px;
	}

	li {  
		list-style-position: outside; 
		list-style-type: circle;
		margin: 0.5em 0 0  1em;
		padding: 0;
	}

.menu {
        padding: 0 0 0 0;
        margin-bottom: 1em;
	margin-left: 0px;
	color: #333333;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	margin: 0;
        margin-top: 7px;
	margin-left: 10px;
        margin-right: 10px;
        padding: 0;
	border: none;
}

.menu li {
	margin: 0;
        list-style-type: none;
	border-bottom: 1px dotted white;
	font-family: arial, verdana, geneva, helvetica;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

.menu li a:link {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #333333;
	border-right: 10px solid #E7E7E2;
	background-color: #3A5B76;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu li a:active {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #333333;
	border-right: 10px solid #E7E7E2;
	background-color: #3A5B76;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #333333;
	border-right: 10px solid #E7E7E2;
	background-color: #3A5B76;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu li a:hover {
	border-left: 10px solid #333333;
	border-right: 10px solid #92B0C9;
	background-color: #4E7A9E;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}