.main p {
	color : #000000;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size : 80%;
	line-height: 140%;
}

.main h1 {
	color : #00304E;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size : 18px;
	line-height: 120%;
}

.main h2 {
	color : #336699;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size : 16px;
	line-height: 120%;
}

.main ul li {
	color : #000000;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size : 12px;
	line-height: 120%;
	padding-bottom:5px;
}

.main ol li {
	color : #000000;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size : 12px;
	line-height: 150%;
}

.main hr {
	border:1px dotted  #336699;
}

.main a {
	color : #0033CC;
	text-decoration:underline;
}

.main a:visited {
	color : #0033CC;
	text-decoration:underline;
}

.main a:hover{
	color : #0033CC;
	text-decoration:none;
}

.leftnav p {
	margin-bottom : 5px;
	margin-top : 5px
}

.leftnav strong {
	font-weight: bold;
	padding-left : 3px;
}

p.navButts {
	color : #333333;
	font-family : "century gothic", Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 1px;
	margin-top : 1px;
	
}

.navButts a {
	background-color : #FAF9EB;
	border : 1px solid #FAF9EB;
	color : #5D591C;
	display : block;
	padding-bottom : 1px;
	padding-left : 10px;
	padding-right : 1px;
	padding-top : 1px;
	text-decoration : none;
	width : 180px;
}

.navButts a:hover {
	background-color : #F3F1D3;
	border : 1px solid #F3F1D3;
	color : #000000;
	text-decoration : none
}

p.navButts2 {
	color : #333333;
	font-family : "century gothic", Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 1px;
	margin-top : 1px;
	font-weight: bold;
}

.navButts2 a {
	background-color : #FAF9EB;
	border : 1px solid #FAF9EB;
	color : #333333;
	display : block;
	padding-bottom : 1px;
	padding-left : 0px;
	padding-right : 1px;
	padding-top : 1px;
	text-decoration : none;
	width : 180px;
}

.navButts2 a:hover {
	background-color : #F3F1D3;
	border : 1px solid #F3F1D3;
	color : #000000;
	text-decoration : none
}