/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #300000;}
a:visited {color: #300000;}
a:hover {color: #8a3333;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	background: #300000 url(images/background_body.gif) repeat-x center top;
	font: 0.75em/1.6em arial, verdana, sans-serif;
	color: #323334;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	color: #300000;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #300000;
	margin: 0px 0px 7px 0px;
	}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #b25151;
	margin: 0px 0px 14px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 10px;
	background: transparent url(images/breakrule.gif) no-repeat center top;
	margin: 20px 0px 20px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.AlertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.AlertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #300000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.contentHolder {
	padding: 20px;
	background-color: #e2e5ee;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredContent {
	background-color: #f0e6e5;
	padding: 10px 10px 8px 10px;
	border: 3px double #300000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #eadede;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	}
	
	.formattedList li {
		background: transparent url(images/bullet.gif) no-repeat left 7px;	
		padding: 3px 0px 0px 23px;
		}
	
	.formattedList li.ticks {
		background: transparent url(images/bullet_tick.gif) no-repeat left 7px;
		padding: 5px 0px 0px 23px;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 936px;
	margin: 0px auto 0px auto;
	padding: 0px 12px 0px 12px;
	background: white url(images/background_mainholder.jpg) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	height: 82px;
	}
		
	#topArea #logo {
		float: left;
		border-top: 5px solid #300000;
		}
			
	#topArea #advertisement {
		float: left;
		margin: 8px 0px 0px 23px;
		border: 3px double #300000;
		}	
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 170px;
	margin: 15px 12px 0px 0px;
	}

	#menuArea .sponsors {
		display: block;
		margin: 20px 0px 0px 5px;
		}
	
	#menuArea a.topNav {color: #736100; display: block; line-height: 23px; text-decoration: none; border-bottom: 1px solid #300000; padding: 0px 0px 0px 10px;}
	#menuArea a.topNav:visited {color: #736100;}
	#menuArea a.topNav:hover {color: #300000;}
	
	#menuArea a.subNav {color: #e7deb2; display: block; background-color: #736100; text-decoration: none; padding: 2px 10px 3px 20px;}
	#menuArea a.subNav:visited {color: #e7deb2;}
	#menuArea a.subNav:hover {color: white;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#photoArea {
	float: left;
	width: 188px;
	color: white;
	background-color: #300000;
	margin: 0px 0px 20px 0px;
	}
	
	#photoArea h2 {
		color: #e3dcbf;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 532px;
	padding: 15px 10px 10px 24px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	margin: 0px -12px 0px -12px;
	color: #b25151;
	font-size: 0.9em;
	background-color: #300000;
	}
	
	#footerArea a {color: #b25151; text-decoration: none;}
	#footerArea a:visited {color: #b25151;}
	#footerArea a:hover {color: white; text-decoration: underline;}