/* CSS Document */

/*****************************************************************************************
Globals
*****************************************************************************************/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #767556;
	background-image: url(../Graphics/Site_BG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

img {
	outline: none;
}


a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFFCC;
}

/*****************************************************************************************
Divs
*****************************************************************************************/
#Mastercell {
	position: absolute;
	margin-left: 8%;
	margin-right: 5%;
	width: 900px;
	background-color: #E9EBEE; /*Maroon: #884257; Blue: #375880*/
	border: 1px solid #B15F2D;
	border-top: 0px;
}


#Head {
	position: relative;
	margin: 0px;
	width: 100%;
	min-height: 100px;
	background-image: url(../Graphics/Head_1.png);
	background-repeat: no-repeat;
}


#Nav {
	position: relative;
	margin: 0px;
	width: 100%;
	min-height: 22px;
	line-height: normal;
}

/***********************************************
Content Div
***********************************************/

#Content {
	position: relative;
	width: 100%;
	color: #333333;
	font: "Gill Sans MT", Arial;
	font-size: 16px; 
	min-height: 450px;
	background-image: url(../Graphics/Content_BG.png);
	background-repeat: no-repeat;
}


#Content_Body {
	position: relative;
	width: 100%;
	margin: 60px 0px 30px 0px;
}

#Content_Body a:link {
	color: #B15F2D;
	text-decoration: none;
}
#Content_Body a:visited {
	color: #B15F2D;
	text-decoration: none;
}
#Content_Body a:hover {
	color: #B15F2D; /*#FFFF66*/
	text-decoration: underline;
}


/***********************************************
Story Divs
***********************************************/

#Story_1 {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	width: 90%;
	padding: 45px 5% 0% 5%;
}


#Story_2 {
	position: static;
	font-size: 16px;
	margin: 65px 10px 0px 10px;
	line-height: 20px;
	width: 860px;
	max-width: 880px;
	padding: 1px 5px 0px 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#Story_1 P {
	text-indent: 40px;
}

#Story_2 h2 {
	color: #B15F2D;
}

/***********************************************
Footer Div
***********************************************/

#Footer {
	clear: both;
	border-top: 1px solid #B15F2D;
	background-color: #000000;
	font-size: 11px;;
	line-height: 12px;
	color: #B15F2D;
	padding: 10px 5px 0px 5px;
	margin-top: 0px;
}

#Footer a:link {
	color: #E6DFB5;
	text-decoration: none;
}
#Footer a:visited {
	color: #E6DFB5;
	text-decoration: none;
}
#Footer a:hover {
	color: #4E6792; /*#FFFF66*/
	text-decoration: underline;
}

/*****************************************************************************************

*****************************************************************************************/
.story {
	font-size: 15px;
	color: #606060;
	font-weight: bold;
	line-height: 22px;
}

.story a:link {
	color: #B15F2D;
	text-decoration: none;
}
.story a:visited {
	color: #B15F2D;
	text-decoration: none;
}
.story a:hover {
	color: #B15F2D; /*#FFFF66*/
	text-decoration: underline;
}


.story td {
	padding: 0px 25px 10px 25px;
	vertical-align: top;
}

.story h2.capsule{
	font: Arial,sans-serif;
	font-size: 18px;
	color: #4E6792;
	display:block;
	padding-bottom: 5px;
}





