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

body {
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	background-color: #ffffff;
	background-image:url(../_images/bgrd_main.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align:center;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #000000;
}
a:hover { 
color: #0000ff;
}

li {
	list-style-image: url(../_images/bullet_square.gif);
}

#contentWrap
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:auto;
	text-align:left
}

.mainContent
{
padding:15px 22px 0px 20px;
line-height:15px;
}

.indexContent
{
padding:15px 22px 0px 20px;
line-height:12px;
}


.ptitle
{
background-image:url(../_images/bgrd_ptitle.gif);
background-repeat:repeat-x;
border-bottom:1px solid #ffffff;
}


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

.footertext
{
background-color:#A596A5;
}
.footerText td
{
	color:#ffffff;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footerText a:link,
.footerText a:visited,
.footerText a:active
{
	color:#ffffff;
	text-decoration:none;
}

.footerText a:hover
{
	color:#ffffff;
	text-decoration:underline;
}


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

.formText {
	font-size: 7pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.formField {
	background-color: #EBEEE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	padding:0 0 0 4px;
	width:210px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	background-color: #EBEEE8;
	padding: 0px;
	border: 1px solid #dddddd;
	color:#666666;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:10pt;
}



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

.subglobalNav{
	position: absolute;
	top:38px;
	visibility: hidden;
	text-align:left;
	font-weight:normal;
}
.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 9px;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #ffffff;
	background-color:#968996;
}
.subglobalNav a:hover { 
	color: #ffffff;
	display:block;
	background-color:#685E68;
}

