@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #111;
	font-size: 100%;
}
h1 {
	font-family: Copperplate, arial;
	font-size: 16px;
	color: #C93;
}
p {
	font-family: "lucida grande", lucida, tahoma, helevitica, arial;
	font-size: 12px;
	color: #EEE;
	text-align: justify;
}
h2 {
	font-family: Copperplate, arial;
	font-size: 14px;
	color: #C93;
}
.twoColFixRt #apDiv5 {
	border: medium solid #000;
}
headrightbox {
	border: thin solid #000;
	background-color: #666;
}
.twoColFixRt #apDiv8 {
	border: thin solid #000;
	position: absolute;
}
.twoColFixRt #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #111;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #111;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #000;
	color: #AAA;
	border: thin solid #6E510A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.twoColFixRt #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	background-color: #000;
	font-size: 12pt;
	border: thin solid #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixRt #apDiv1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #111;
	border: thin solid #000;
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body,td,th {
	color: #AAA;
}
h3 {
	color: #EEE;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #000;
	font-size: 12px;
	border: thin none #555;
	text-align: justify;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #BBB;
	text-decoration: none;
}
a:hover {
	color: #C60;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.twoColFixRt #container div #MenuBar1 li ul li {
	font-family: Copperplate;
	background-color: #000000;
}
.twoColFixRt #container div #MenuBar1 li {
	font-family: Copperplate;
	position: relative;
	font-size: 81%;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
box1 {
	background-color: #666;
}
headerleft {
	border: thin solid #000;
}
.headerrightbox {
	border: thin solid #000;
}
.headerrightbox {
	border: thin solid #000;
	position: absolute;
}
#apDiv1 {
	position:absolute;
	left:284px;
	top:848px;
	width:776px;
	height:26px;
	z-index:1;
}
 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border: thin solid #000;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.twoColFixRt #container #footer {
	background-color: #111;
	font-family: "Lucida, Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.headbox {
	border: thin solid #000;
	height: 92px;
	width: 492px;
	float: right;
	position: absolute;
	top: 55px;
	left: 499px;
}
.twoColFixRt #container #mainContent table {
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}
