BODY, HTML	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	background: #1d5785 url(images/bgBlueGradient.png) repeat-y;
}
#container	{
	width: 900px;
	margin: 20px auto;
}
#header	{
	background: url(images/header.png) no-repeat;
	height: 190px;
	text-align: left;
	padding: 15px 0 0 0;
	margin: 0;
	width: 900px;
}
#header a:link#home, #header a:visited#home, #header a:hover#home, #header a:active#home	{
	display: block;
	height: 180px;
	width: 375px;
	border: 0;
}
#header p	{
	margin: 0 0 0 755px;
	padding: 4px;
	color: #FFF;
}
#nav	{
	background: url(images/navBG.gif);
	color: #FFF;
	font-size: 75%;
	text-align: left;
	padding: 5px 0;
	font-weight: bold;
	margin: 0;
	z-index: 999;
	text-transform:uppercase;
}
a	{
	outline: none;
}
#nav	{
	z-index: 2;
	height: 1.5em;
}
#mainContent	{
	background: url(images/bgMainContent.gif);
	margin: 0;
	text-align: left;
	padding: 15px 5px 15px 10px;
}
#left	{
	width: 400px;
}
#right	{
	width: 445px;
	float: right;
	background-color: #F0F0F0;
	padding: 15px 10px 10px;
	margin-top: -15px;
	border-bottom: 3px dotted #DDD;
}
#left IMG, #right IMG	{
	padding: 2px;
	border: 1px solid #bc981b;
	margin: 0 10px 10px 0;
}
.left	{
	height: 110px;
	width: 120px;
	margin: 0 5px 5px 0;
}
a.segue:link, a.segue.visited	{
	display: block;
	text-align: right;
	height: 1.5em;
	color: #bc981b;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.segue:hover, a.segue.active	{
	text-decoration: underline;
}
h1 {
	margin: 10px 20px 10px 2px;
	color: #000;
	font-size: 150%;
	font-variant: small-caps;
}
h2	{
	font-size: 110%;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}
h3	{
	font-size: 105%;
	color: #000;
	margin: 3px 0 0;
	padding: 0;
}
#mainContent P	{
	margin: 3px;
	padding: 0;
}
#mainContent a:link, #mainContent a:visited	{
	color: #bc981b;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active	{
	text-decoration: underline;
}
#mainContent p	{
	margin: 10px;
	padding: 0 10px;
}
#news p	{
	margin: 5px 0;
	padding: 0;
}
#mainContent p.news a:link	{
	font-weight: bold;
	text-decoration: none;
	color: #bc981b;
}
#mainContent p.news a:visited	{
	text-decoration: none;
	color: #bc981b;
}
#mainContent p.news a:hover, #mainContent p.news a:active	{
	text-decoration: underline;
	color: #bc981b;
}
.fltlt	{
	float: left;
	margin: 0 10px 10px 20px;
}
.fltrt	{
	float: right;
	margin: 0 25px 10px 10px;
}
.hr	{
	height: 3px;
	width: 100%;
	border-top: 3px dotted #DDD;
	clear: left;
	margin: 10px 0;
}
#mainContent UL LI	{
	list-style: square;
}
#footer	{
	text-align: center;
	background: url(images/bgFooter.gif) no-repeat;
	height: 83px;
}
#footer p	{
	margin: 0;
	padding: 30px 0 10px;
}
#footer a:link, #footer a:visited	{
	color: #000;
	text-decoration: none;
	padding: 10px;
}
#footer a:hover	{
	color: #000;
	text-decoration: underline;
}
#footer a:active	{
	color: Navy;
	text-decoration: none;
}
#copyright	{
	text-align: center;
	color: #FFF;
	font-size: 85%;
	padding: 10px;
}
.table	{
	border: 3px solid #1d5785;
}
.table tr td	{
	padding: 4px 4px 4px 15px;
	font-size: 110%;
	font-weight: bold;
	background: url(images/li.gif) no-repeat;
}
.table tr td:hover	{
	background: #dfebf4;
}
.table tr td.clear	{
	background-image: none;
}
.table td.clear:hover	{
	background: #FFF;
	background-image: none;
}
.table td.top	{
	background: url(images/table-top.gif);
	height: 10px;
	padding: 0;
	margin: 0;
}
.table td.base	{
	background: url(images/table-base.gif);
	height: 10px;
	padding: 0;
	margin: 0;
}
li	{
	margin: 10px 0;
	padding-right: 10px;
}