/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #715020;
}

body {
	background-color:#b98846;
	background-image:url(../_images/splash/bgrd_main.jpg);
	background-position:top center;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #715020;
	text-decoration:underline;
}
a:hover { 
	color: #c55e1a;
	text-decoration:underline;
}
.mainArea
{
	width:900px;
	margin:0px auto 0 auto;
}
.mainContent
{
margin:8px 50px 0px 48px;
}
li
{
	margin:0 0 3px 0;
	list-style-image:url(../_images/bullet_diamond.gif);
}
ul
{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
.line
{
margin:9px 0 9px 0;
border-bottom:1px solid #cccccc;
}
.nowrap
{
white-space:nowrap;
}



/* --- Page Title  ---------------------------------------------------------- */

.ptitle
{
margin:7px 15px 0 15px;
padding:0 0 4px 0;
border-bottom:1px solid #cccccc;
font-size:10pt;
color:#0099FF;
font-weight:bold;
}




/* --- Sitemap  ---------------------------------------------------------- */

.sitemap
{
line-height:14px;
font-size:9pt;
color:#000000;
font-weight:normal;
}
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active
.sitemap a:hover
{
	text-decoration:none;
	display:block;
	padding:4px 0 4px 4px;
}
.sitemap a:hover
{
	color:#5200d9;
	text-decoration:none;
	background-color:#E7DCC7;
}
.sitemapLine
{
margin:5px 0 5px 0;
border-bottom:1px solid #CEC1A8;
}



/* --- Forms ---------------------------------------------------------- */

.forms
{
margin:0 0 0 0;
padding:0 0 0 0;
}
.formField {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:18px;
	color:#000000;
}
.formMemo {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:70px;
	color:#000000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#000000;
	font-weight: bold;
	background-color: #E6BA11;
	margin:0 0 0 0;
	padding: 3px 2px 3px 2px;
	border: 1px solid #333333;
	width:60px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.formText
{
font-size:7pt;
}
.borderBotForm
{
border-bottom:1px solid #333333;
}



/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#686699;
	line-height:16px;
	font-size: 7pt;
	text-align:right;
	margin:14px 4px 15px 0;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#334D59;
	text-decoration:none;
}
.footer a:hover
{
	color:#000000;
	text-decoration:underline;
}



/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	visibility: hidden;
	top:32px;
	text-align:left;
	font-weight:bold;
}
.subglobalNav table tr td{
white-space:nowrap;
}
.subglobalNav a:link,
.subglobalNav a:visited,
.subglobalNav a:active,
.subglobalNav a:hover {
	font-size: 8pt; 
	color: #ffffff;
	padding:4px 10px 4px 10px;
	text-decoration:none;
	display:block;
	height:14px;
	border-bottom:1px solid #88003E;
	background-color:#B60050;
}
.subglobalNav a:hover { 
	color: #ffffff;
	display:block;
	background-color:#88003E;
}
