/* COLOR INFORMATION /
Light Cream: #f9f6ed
Medium Cream: #f0eccf
Dark Cream: #e1d99f
Light Brown: #b8a086
Medium Brown: #291d0d
Dark Brown: #1d1101
Text Color: #615f4a
White: #ffffff
/                   */

/* LINK STYLE */
a {
	color: #615f4a;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #615f4a;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #615f4a;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #e1d99f;
	text-decoration: none;
	font-weight: normal;
}
/* BASIC PAGE STYLES */
html>body, html>body {
    height: auto;
	}
html, body {
	background: #1d1101 url(images/background.gif) repeat;
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
	padding:  0px auto;
}
p, font {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #615f4a;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
.padding {
	padding: 5px 15px 5px 15px;
	text-align: justify;
	}
img.floatLeft {
	float: left;
	padding: 5px 5px 5px 0px;
}
img.floatRight {
	float: right;
	padding: 5px 0px 5px 5px;
}
form {
	margin: 0px auto;
	padding:  0px auto;
}
ul {
	margin: 0px auto;
	padding:  0px auto;
	padding-left: 35px;
	padding-bottom: 14px;
}
td, ol, li  {
	list-style-type: square;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #615f4a;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
/* H Styles */
h1 {
	font: bold 14px/15px "Georgia", Times, serif;
	color: #615f4a;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
}
h3 {
	font: normal lighter 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2c0364;
	margin: 0px 0px 2px 0px;
	font-weight : bold;
}
h4 {
	font: normal bolder 11px/10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5e665a;
	margin: 0px 0px 4px 0px;
}
h5 {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	line-height : 14px;
	display: inline;
	}
h6 {
	font: normal lighter 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2c0364;
	margin: 0px 0px 2px 0px;
}
.red {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	line-height : 14px;
	}
/* HTML CONSTRUCTION */
div.content_base {
	position: relative;
	width: 718px;
	background-color: #f9f6ed ;
	min-height: 200px;
	margin-top: 25px;
	margin-left: -358px;
	left: 50%;
	z-index: 1;
	
}
div.content_top {
	position: relative;
	width: 698px;
	height: 15px;
	padding-top : 10px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align : bottom;
	text-align : right;
	z-index: 10;
	
}
div.content_header {
	position: relative;
	width: 698px;
	height: 162px;
	padding-top : 3px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff url(images/header_image.jpg) no-repeat;
	z-index: 10;
	
}
div.content_nav {
	position: relative;
	width: 698px;
	height: 40px;
	padding-top : 1px;
	padding-bottom : 10px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 10;
}
div.content_main {
	position: relative;
	width: 698px;
	min-height: 100px;
	padding-bottom : 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	font: normal 11px  "Georgia", Times, serif;
	color: #615f4a;
	line-height: 14px;
	z-index: 10;
}
div.content_footer {
	position: relative;
	width: 698px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size : 10px;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #75624c;
	line-height: 14px;
	z-index: 10;
	padding-top : 8px;
}
/* HTML CONSTRUCTION color="#75624c"*/
div.content_bottom {
	position: relative;
	width: 698px;
	height: 7px;
	padding-bottom: 25px;
	margin-top: 3px;
	margin-left: -349px;
	left: 50%;
	text-align: justify;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #615f4a;
	z-index: 20;
}
