
body, h1, h2, h3, h4, h5, h6,  blockquote, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #113A2B;
	color: #000000;
}

#wrapper{
	margin: 5 auto 0 auto;
	width: 760px;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ccffcc;
	background: #ffffff;
}

td{
	font-size : 12px;
}

ul{
	margin-top : 0;
	margin-bottom : 0px;
}

li{
	padding-top : 5px;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	font-family: Georgia, Sans-serif;
	padding: 15px 0 15px 0;
}

h4{
	font-family: Georgia, Sans-serif;
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	font-weight : bold;
	color : #4169E1;
}

a:hover{
	text-decoration: underline;
	color: #0000CD;
}

blockquote { 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	color: #113A2B;
	margin: 1.5em 90px 1.5em 90px; 
	padding: 10px 4px 10px 10px;
	background: #dae3d2;
    border: 1px solid #ccffcc;
	font-weight : bold;
	font-size : 110%;
}

#header{
	float: left;
	width: 100%;
	background: #dae3d2;
	color: #fff;
}

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: underline;
}

#top-bar{
	clear: both;
	float: left;
	width: 100%;
	border-top: none;
	border-bottom: none;
	background: #c0c0c0;
		border-top: 1px solid #CCFFCC;
}

#content{
	float: left;
	width: 700px;
	padding: 0px 0px 40px 30px;
	background: #ffffff;
}

#content h2{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	padding: 20px 0 0 0;
	color : #113A2B;
}

#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0 0 0 0;
	color : #113A2B;
	font-weight : bold;
}

#content h4{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 0 0 0;
	color : #113A2B;
}

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer{
	clear: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #fff;
	background: #A0A0A0;
	border-bottom: 8px solid #808080;
}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

#navcontainer{
	height : 42px;
	margin : 0px 0 0 0px;
	padding : 0 0 0 0;
}

#navcontainer a:active{
	background : #f9e491;
	color : #113A2B;
}

#navcontainer li#active a{
	background : #eaeaea;
	color : #113A2B;
}

#navcontainer ul{
	border : 0;
	list-style-type : none;
	margin : 0;
	padding : 0;
	text-align : center;
}

#navcontainer ul li{
	display : block;
	float : left;
	margin : 0;
	padding : 0;
	text-align : center;
}

#navcontainer ul li a{
	background : #c0c0c0;
	border-right : none;
	color : #ffffff;
	display : block;
	font : bold 13px Arial,Helvetica,sans-serif;
	height : 32px;
	padding-bottom : 5px;
	padding-top : 5px;
	text-decoration : none;
	width : 108px;
}

#navcontainer ul li a:hover{
	background : #eaeaea;
	color : #113A2B;
}