/* CSS Document */

/* Areas */

table.sitetable
	{
	/*background-image:url(../images/site_background.gif);
	background-repeat:repeat-y;*/
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica;
	width:976px;
	border:0px;
	}
	
div.maincontent {
	vertical-align:top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

div.customcontent {
	vertical-align:top;
	margin: 12px 8px 8px 32px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
}

td.centercolumn {
	vertical-align:top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	width:600px; 
}

td.leftcolumn {
	/*background-image: url(../images/nav_background.gif);
	background-repeat: repeat-y;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	width: 190px;
}

td.rightcolumn {
	/*background-image: url(../images/right_background.gif);
	background-repeat: repeat-y;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	width: 186px;
}

/* Textual */

.customheader {
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica;
	font-size: 15pt;
	font-weight: bold;
	color: #3a3a3b;
}

.customtitle {
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #3a3a3b;
}

.customcopy {
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3a3a3b;
}


/* Navigation*/

a.subnavigation {
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	padding-right: 12px;
}

a.subnavigation:hover {
	color: #000000;
	text-decoration: underline;
	padding-right: 12px;
}

a.subnavigationon {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
}

form {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

