@charset "utf-8";

/* CSS Document */

p, li, ul, ol, td, tr, body
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
	padding: 10;
	float: none;
	z-index: 1000;
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 6px;
	line-height: 130%;
	list-style-image: url(images/HiddenArrow.gif);
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/goldgradient.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #000066;
}

#wrapper {
	margin-right: auto;
	width: 790px;
	margin-left: auto;
}
#header {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	float: left;
	width: 760px;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

#headerinfoleft {
	float: left;
	width: 40%;
}
#headerinforight {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 0px;
	height: auto;
}

#menu {
	height: 35px;
	clear: left;
	width: auto;
	overflow: hidden;
	vertical-align: baseline;
}
#pagelinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: 36px;
	background-color: #244D64;
}
#pagelinks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#pagelinks   a   {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
#pagelinks   a:link   {
	color: #FFFFFF;
	text-decoration: none;
}
#pagelinks   a:hover   {
	color: #FFFFFF;
	text-decoration: none;
}
#pagelinks   a:active   {
	color: #FFFFFF;
	text-decoration: none;
}
#pagelinks   a:visited   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
#innerbody {
	background-color: #FFFFFF;
	float: left;
	z-index: -1;
	width: 790px;
}
#sidebar {
	width: 185px;
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	padding-top: 0px;
}

#sidebar p {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-top: 5px;
}
#sidebar img {
	text-align: center;
	vertical-align: bottom;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#flashcontain {
	text-align: center;
	z-index: -1;
}
#innerbodywrap {
	float: right;
	width: 565px;
}
#flashbuttons {
	text-align: center;
	clear: left;
}
#footer {
	height: auto;
	padding-top: 10px;
	clear: left;
	background-color: #244d64;
	padding-bottom: 10px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	vertical-align: middle;
	color: #FFFFFF;
}

#footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e7e7e4;
	text-decoration: underline;
}

#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ecb104;
}

#footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #76b4cf;
	
}

.bluebold {
	color: #6699CC;
	font-weight: bold;
	font-size: 12px;
}
#wrapper #header #headerinforight a {
	font-weight: bold;
	color: #0066CC;
}
#wrapper #innerbody #innerbodywrap #maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76b4cf;
	text-align: left;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
}

