

/* Main Layout Stylesheet */ 



/* Imported Stylesheets */

@import url("images.css");
@import url("tables.css");
@import url("heading.css");
@import url("menu.css");



html {
	height: 100%;
	}


body {
 	margin: 0;
 	padding: 0;     
 	background: #CAC47D;
 	color: black;
 	font-family: "Lucida Sans", sans-serif;
 	font-size: 10pt;
 	width: 100%;
 	min-width: 990px;
 	height: 100%;
 	}



#container {
	background: #E8E3AA;
	position: relative;
	min-height: 100%;
	margin-bottom: -70px;
	
	}


#main-contain {
 	clear: both;
 	background: #E8E3AA;
 	width: 100%;
 	float: left;
 	}
 




/* Main Text Section */


#main {
 	margin-left: 200px;
 	border-left: 3px solid #9C2A00;
 	background: #E8E3AA;
 	padding-left: 55px;
	padding-right: 55px;
	padding-top: 46px;
	padding-bottom: 55px;
	width: auto;
 	max-width: 900px;
 	font-size: 10pt;
	font-family: "Lucida Sans";
	line-height: 150%;
	}


.mainheading {
	font-family: "Lucida Sans", sans-serif;
	font-size: 13pt;
	color: #9C2A00;
	font-weight: bold;
	letter-spacing: -.5pt;
	word-spacing: 1pt;
	}






/* List styles */


#main ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	}


#main ul.indent {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 30px;
	}


#main ul.none {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-left: 12px;
	}


#main li {
	margin-left: -24px;
	padding-bottom: 20px;
	}


#main li.indent {
	padding-bottom: 20px;
	text-indent: -40px;
	margin-left: 0px;
	}


#main li.last {
	margin-left: -24px;
	padding-bottom: 0px;
	}







/* Bold and Italics */


.blink {
	font-weight: bold;
	}


.ilink {
	font-style: italic;
	}


.bi {
	font-style: italic;
	font-weight: bold;
	}


.cent {
	width: auto;
	text-align: center;
	}





/* Footer */


#footer {
 clear: both;
 background: #CAC47D;
 width: auto;
 position: relative;
 bottom: 0px;
 height: 60px;
 text-align: center;
 font-family: "Lucida Sans", sans-serif;
 font-size: 8pt;
 color: black;
 line-height: 12pt;
 margin-top: -70px;
 padding-top: 10px;
 padding-left: 200px;
 }


#foottext {
 min-width: 790px;
 max-width: 1010px;
 }



/* For sticky footer */

.clearfooter {
	height: 70px;
	clear: both;
	}






/* Big Red Line */

#line {
	background: #9C2A00;
	width: 3px;
	left: 200px;
	height: 1500px;
	position: absolute;
	margin-top: -1500px;
	}







/* Links */

a:link {color: black;}
a:visited {color: black;}
a:hover {color: #9C2A00;}
a:active {color: black;}




