@charset "utf-8";
/* CSS Document */

#container {
	margin-top:50px;
	padding-top:50px;
	padding-bottom:50px;
	width:auto;
	margin-left:50px;
	margin-right:50px;
	background-color:#8F360C;
	max-width:1000px;
	}
	
#inner_container {
	margin:0px 50px 0px 50px;
	padding:0px 20px 50px 20px;
	width:auto;
	background-color:#FFFFFF;
	}
	
.navtext {
	font-family:"Courier New", Courier, monospace;
	font-stretch:semi-expanded;
	font-size:14px;
	font-weight:200;
	color:#000000;
	}
	
.navtext a {
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	font-stretch:semi-expanded;
	font-size:14px;
	font-weight:200;
	color:#660000;
	}
	
.navtext a:hover {
	background-color:#000000;
	color:#FFFFFF;
	}
	

.headertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	font-weight:300;
	color:#000000;
	}
	
.bodytext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-stretch:semi-expanded;
	text-align:center;
	letter-spacing:2px;
	line-height:20px;
	}

.importanttext {
	font-family:"Book Antiqua", "Microsoft Sans Serif", "Trebuchet MS";
	font-weight:700;
	background-color:#FF0000;
	color:#FFFFFF;
	}
	
.emphasistext {
	font-family:"Book Antiqua", "Microsoft Sans Serif", "Trebuchet MS";
	font-weight:700;
	color:#330099;
	font-size:16px;
	font-variant:small-caps;
	}
