@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #263340;
	color: #FFF;
	background-image: url(../graphics/css/bg/site_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/************ link styles ************/

a:link, a:visited, img{
	color: #E88920;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin: 0px;
	padding: 0px;
}

a:hover, img{
	text-decoration: underline;
	border: 0px;
}


/***********************************************/
/* Main Layout Divs
/***********************************************/
#pagecell{
	
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 800px;
	background-color: #DBE1E8;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #B15F2D;
}

#header{
	position: relative;
	background-image: url(../graphics/css/headers/Header_noLogo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 120px;
}

#content{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	min-height: 250px;
	height: auto;
	border-left: 0px solid #ccd2d2;
	background-image: url(../graphics/css/bg/content_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer{
	clear: both;
	border-top: 1px solid #B15F2D;
	background-color: #374757;
	font-size: small;
	color: #DBE1E8; /*#B15F2D*/
	padding: 5px 10px 10px 10px;
	/*min-height: 150px;*/
	margin-top: 0px;
}


/***********************************************/
/* Sub Layout Divs
/***********************************************/

.Story_Head {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 25px;
	font-size: 18px;
	font-weight: bold;
	color: #F60;
}

.Story_Body {
	position: relative;
	width: 780px;
	margin: 15px auto 0px auto;
	font-size: 14px;
}

.Story_Body p {
	text-indent: 35px;
}


.Option_Box {
	position: relative;
	width: 640px;
	text-align: center;
	margin: 25px auto 25px auto;
}



/***********************************************
Login Panel
***********************************************/


#LoginPanel {
	position: relative;
	width: 400px;
	height: auto;
	top: 50px;
	margin: 0px auto 0px auto;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	background-image: url(../graphics/css/bg/panel_bg.png);
	background-position: top left;
	background-repeat: repeat;
}


#LoginPanel input[type="submit"] {
	padding: 3px 10px 3px 10px;
}


/***********************************************/
/* Status Classes
/***********************************************/


.error {
	color: #C00;
	font-weight: bold;
}











