body { 
	color: #464646; 
	margin: 0;
	font-size: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
 }
 h1 {
	color: #fff;
	text-align: center;
	font: bold 10px Trebuchet MS;
	padding: 0px;
	background-color: #3399FF;
	border-bottom: 1px solid Black;
	width: 100%;
	margin: 0px ;
}
#header {
	color: #fff;
	padding: 0;
	background-color: #fff;
	width: 100%;
	text-align: center;
}
#header a:link, a:active {
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	background-color: white;
}
#header a:visited {
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	background-color: white;
}
#header a:hover {
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	background-color: white;
}
.line {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	width: 100%;
	background: #3399FF url(img/multi.jpg) repeat-y center;
}
#maincont {
	width: 740px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: Black;
}
#topnav {
	text-align: center;
	font-size: 10px;
	color: Black;
	background-color: #336699;
	padding: 3px 0;
}
#topnav a:link, a:active {
	background-color: #fff;
	text-align: center;
	color: Black;
	padding: 0 8px;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#topnav a:visited {
	background-color: #fff;
	text-align: center;
	color: Black;
	padding: 0 8px;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font: normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#topnav a:hover {
	background-color: #fff;
	text-align: center;
	color: #3399FE;
	padding: 0 8px;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font: normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 130%;
	color: #fff;
	background-color: #6794C7;
	margin-bottom: 12px;
	text-align: center;
	font-family: Trebuchet MS;
	margin: 0;
	padding: 2px 0;
}
h3, h4 {
	font-size: 130%;
	color: #464646;
	margin-bottom: 12px;
	margin-top: 25px;
	font-family: Trebuchet MS;
	font-variant: small-caps;
}
#rightnav {
	padding: 0;
	margin: 0;
	background-color: #DFEFFF;
	float: right;
	width: 154px;
	font-size: 80%;
}
#rightnav a:link, a:active {
	text-decoration: none;
	color: #000066;
	margin: 0;
	display: block;
	padding: 6px 10px;
	background-color: #4E83BD;
	border-bottom: 1px solid white;
	text-align: left;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#rightnav a:visited {
	text-decoration: none;
	color: #000066;
	margin: 0;
	display: block;
	padding: 6px 10px;
	background-color: #4E83BD;
	border-bottom: 1px solid white;
	text-align: left;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#rightnav a:hover {
	text-decoration: none;
	margin: 0;
	display: block;
	padding: 6px 10px;
	background-color: #4E83BD;
	border-bottom: 1px solid white;
	text-align: left;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}
p {
	color: #000;
	text-align: justify;
	margin: 12px 168px 12px 0;
}
p a:active, a:link, a:visited, a:hover {
	color: #4E83BD;
	font-weight: bold;
}
p a:hover {
	color: #133D85;
	font-weight: bold;
}
#footer {
	color: #464646;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #81A6D0;
	border-bottom: 1px solid #81A6D0;
}
#footer a {
	color: #034EA2;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	display: inline;
	padding: 0;
	background-color: #fff;
	text-align: left;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer a:hover {
	color: #034EA2;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
.credit {
	display: none;
	color: Black;
	background-color: White;
	display: inline;
}
#credits {
	width: 740px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	color: Black;
	text-align: center;
}
#credits p {
	margin: 0;
	text-align: center;
}
#credits a:link, a:active, a:visited {
	background-color: #fff;
	font-size: 9px;
	color: #4E83BD;
	display: inline;
	padding: 0;
	text-decoration: underline;
}
#credits a:hover {
	background-color: #fff;
	font-size: 9px;
	color: #133D85;
}
a.cta:link, a.cta:active, a.cta:visited {
	color: #FF8C00;
	display: inline;
	padding: 0;
} 
a.cta:hover {
	color: #133D85;
}