/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #CC0001;}
a:visited {color: #CC0001;}
a:hover {color: black;}
a:active {color: #FEF23A;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	background-color: black;
	color: #4D4D4D;
	font: 9pt/13pt arial, verdana, sans-serif;
	margin: 0px; padding: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 0px 0px 6px 0px;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	border-bottom: 1px solid #CC0001;
	}

h2 {
	font-size: 11pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #CC0001;
	margin: 0px;
	}

h3 {
	color: #FEF23A;
	background-color: black;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	}	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: 1px dashed black;
	background-color: #eaeaea;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #CC0001;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: black;
		font: bold 13px arial, verdana, sans-serif;
		color: #FEF23A;
		vertical-align: top;
		}
		
	.formattedTable .light {
		background-color: #EBEBEB;
		}
	
	.formattedTable .dark {
		background-color: #CDCDCD;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.homeNews {
	border: 1px solid black;
	float: right;
	width: 140px;
	}
	
	.homeNews div {
		line-height: 9pt;
		padding: 9px;
		}
		
		.homeNews div a {color: blue;}
		.homeNews div a:visited {color: purple;}
		.homeNews div a:hover {color: #CC0001;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	background-color: white;
	margin: 0px auto 0px auto; padding: 4px;
	width: 740px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	background: transparent url(images/background_toparea.jpg) no-repeat top left;
	padding: 9px 0px 18px 29px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 160px;
	padding: 0px 0px 50px 0px;
	}
	
	#menuArea a {color: white; text-decoration: none; display: block; padding: 0px 0px 0px 14px; margin: 0px 0px 1px 0px; font-weight: bold; background-color: black; border-right: 10px solid #CB0000;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {color: white; background-color: #4D4D4D;}
	
	#menuArea a.subnav {background-color: #4D4D4D; padding: 0px 0px 0px 24px;}
	#menuArea a.subnav:hover {background-color: #717171;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 561px;
	border-top: 10px solid #CC0001;
	margin: 0px 0px 0px 4px;
	padding: 10px 10px 15px 5px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	background-color: black;
	color: white;
	padding: 2px 10px 0px 10px;
	font-size: 7pt;
	}
	
	#footerArea a {color: white; text-decoration: none; float: right;}
	#footerArea a:visited {color: white;}
	#footerArea a:hover {color: #FEF23A; text-decoration: underline;}
