/*PLEASE DO NOT CHANGE ANY STYLES UNLESS YOU KNOW CSS, PARTICULARLY 'POSITION', 'BORDER', 'PADDING', 'MARGIN', 'Z-INDEX', AND 'FLOAT'.  THESE COMMANDS AFFECT LAYOUT IN DIFFERENT BROWSERS.  CHECK ALL CHANGES MADE FOR COMPATABILITY.*/

@charset "utf-8";

body {
	position:relative;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #fff;
	font: 12pt arial, helvetica, sans-serif;
	border:0;
	}
/*GENERAL FORMATTING*/
h1, h2, h3, h4, h5 {
	padding-left: 10px;
	padding-right:5px;
	margin: 0;
	text-align: left;
	color:#000;
	font-family: Trajan Pro, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 36pt;
	}
h2 {
	font-size: 24pt;
	font-style: italic;
	padding-top:5px;
	}
h3 {
	font-size: 18pt;
	}
h4 {
	font-size: 15pt;
	}
h5 {
	padding-left: 5px;
	font-size: 14pt;
	line-height: 20px;
	}
a img {
	border: 0;
	margin: 10px;
	}
a:link {
	color:#f93;
	text-align:left;
	}
a:visited {
	color: #666;
	text-align:left;
	}
a:hover,a:focus {
	color:#c00;
	text-align:left;
	}
ul,ol {
	text-align:justify;
	color: #000;
	position:relative;
	margin-right: 10px;
	}
li {padding-bottom:0;margin-bottom:0;}
table {margin:0;}
td {padding:5px;padding-right:0;}
	
#container {
	position:relative;
	margin: auto;
	border-top: 0;
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #c00;
	width: auto;
	border:0;
	}

body>#container { width: auto; }

/*TOP BANNER, SHOULD BE CONSTANT ON ALL PAGES*/
#masthead {
	display:none;
	}

/*EXTENSION BANNER, SHOULD BE CONSTANT ON ALL PAGES*/
#titlebar {
	display:none;
	}

/*HOME PAGE ONLY, PLEASE LIMIT USE*/
#scrollbar {
	display:none;
	}

/*PAGE CONTENT BELOW THE HEADERS*/
#main {
	position:relative;
	z-index:0;
	width: 750px;
	margin: 0;
	padding: 0;
	background: #fff;
	border:0;
	}
#main img {
	margin: 10px;
	vertical-align: top;
	}

#mainlinks {
	display:none;
	}

/*MAIN PAGE CONTENT*/
#maintext { /*1 COLUMN PAGES*/
	position:relative;
	top:0;
	left:0;
	margin: 0;
	padding:0;
	z-index:0;
	float: left;
	width: auto;
	min-height: 700px;
	border:0;
	}

#maintext p {
	padding: 0 10px 0 10px;
	text-align: justify;
	}
#maintext2 { /*2 COLUMN PAGES*/
	position:relative;
	top:0;
	left:0;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 700px;
	width: auto;
	background:#fff;
	z-index:1;
	border:0;
	}
#maintext2 p {
	padding: 0 10px 0 10px;
	text-align: justify;
	position:relative;
	}
	
#col2 { /*SUBLINKS ON THE RIGHT SIDE*/
	position:relative;
	z-index:0;
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	background: #ccc;
	float: right;
	width: 150px;
	text-align: left;
	border-top: 1px solid #000;
	display:none;
	}
#col2 ul {
	position:relative;
	z-index:10;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #c00;
	}
#col2 li {
	position:relative;
	padding:0;
	margin:0;
	border-top: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	display: block;
	}
#col2 li a {
	position:relative;
	margin: 0;
	display: block;
	height:20px;
	text-decoration: none;
	color: #000;
	padding: 1px 2px 1px 15px;
	}	
	
	
#col2 li a:visited {
	color: #666;
	}
#col2 li:hover a, #col2 li:hover li:hover a, #col2 li:hover li:hover li:hover a {
	color: #f93;
	background-color: #c00;
	}
#maintext2l { /*2 COLUMN PAGES WITH BOTH AS CONTENT*/
	position:relative;
	top:0;
	left:150px;
	padding: 5px 0 15px 0;
	margin: 0;
	float: none;
	min-height: 700px;
	width: 50%;
	background:#fff;
	border-right: 1px solid #666;
	z-index:0;
	}
#maintext2r {
	position:relative;
	top:0;
	left:0px;
	padding: 5px 0 15px 0;
	margin: 0;
	float: none;
	min-height: 550px;
	width: 50%;
	background:#fff;
	z-index:0;
	}
#maintext2l p, #maintext2r p {
	padding: 0 10px 0 10px;
	text-align: justify;
	position:relative;
	z-index:0;
	}
#maintext2r table {
	text-align: left;
	padding:10px;
	}
#logo {
	text-align:center;
	}
	
/*FOOTER STYLE, SHOULD BE CONSTANT*/
#footer {
	display:none;
	}
