/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #833E41;}
a:visited {color: #833E41;}
a:hover {color: #666666;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px verdana, arial, sans-serif;
	line-height: 18px;
	color: #666666;
	margin: 0px 0px 15px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {

	}

h2 {
	font: 18px arial, verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #854245;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font-size: 13px;
	line-height: 20px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #833E41;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: #854245;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .lightGrey {
		background-color: #FAFAFA;
		}
	
	.formattedTable .darkGrey {
		background-color: #EEEEEE;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.rightHolder {
	float: right;
	width: 195px;
	border-left: 1px solid #854245;
	padding: 0px 0px 0px 20px;
	margin: 23px 0px 0px 20px;
	font-style: italic;
	line-height: 22px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 750px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	background-image: url(images/background_toparea.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #929292;
	height: 117px;
	}
	
	#topArea img {
		float: left;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 17px;
	color: #AFAFAF;
	line-height: 15px;
	}
	
	#menuArea a {font-weight: bold; color: #854245; text-decoration: none;}
	#menuArea a:visited {color: #854245;}
	#menuArea a:hover {color: #AFAFAF;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainArea {
	padding: 30px 45px 0px 45px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	text-align: center;
	padding: 30px 0px 22px 0px;
	background-image: url(images/background_footerarea.gif);
	background-position: bottom center;
	background-repeat: no-repeat
	}
	
	#footerArea a {color: #929292; text-decoration: none;}
	#footerArea a:visited {color: #929292;}
	#footerArea a:hover {color: #854245; text-decoration: underline;}
