body { 
	color: #464646; 
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
 }
#header {
	color: #fff;
	padding: 0px 3% 5px 3%;
	background-color: #000066;
}
#header a:link, a:active {
	padding: 0px 10px;
	color: White;
	font-weight: bold;
}
#header a:visited {
	padding: 0px 10px;
	color: White;
	font-weight: bold;
}
#header a:hover {
	padding: 0px 10px;
	color: #FFCC66;
	text-decoration: none;
}
#light {
	width: 100%;
	margin: 0px;
	text-align: right;
	color: White;
	font-family: "Trebuchet MS";
	background: #ffcc66 url(images/logoLIGHT.gif) no-repeat;
	height: 77px;
}
#rightnav {
	padding: 60px 0px 0px 0px;
	margin: 0 3%;
}
#rightnav a:link, a:active, a:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	margin: 0px 10px;
}
#rightnav a:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	margin: 0px 10px;
}
#rightnav a:hover {
	text-decoration: none;
	color: #FF8C00;
	margin: 0px 10px;
}
.maincont {
	background-color: White;
	padding: 0 3%;
}
a:link.calltoact, a:visited.calltoact, a:active.calltoact {
	font-weight: bold;
	font-size: 12px;
	color: Blue;
}
h1 {
	color: #fff;
	text-align: right;
	font: italic normal 120% Trebuchet MS;
	padding: 4px 20px 0px 0px;
	background-color: #000066;
	margin: 0px;
}
h2,h3,h4 {
	font-size: 120%;
	color: #464646;
	margin-bottom: 12px;
	margin-top: 20px;
}
p {
	color: #464646;
	text-align: justify;
}
a:link, a:active {
	color:#464646;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a:visited {
	color:#464646;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
}
.footer {
	color: #464646;
	font-size: 12px;
	margin: 5px 0px 10px;
	padding: 5px 10px 20px 10px;
	text-align: center;
	border-top: 1px solid #464646;
}
.footer a {
	color: #464646;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#credit {
	font-size : 8px;
	text-align : right;
	color : grey;
}
#credit a {
	font-size : 8px;
	text-align : right;
	color : grey;
	text-decoration: none;
}
