@charset "utf-8";

* :focus { outline: 0; }

#linkbox {
	width:200px;
	float:left;
	overflow: hidden;
}


/* CSS Document */

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#999966;
}
.twoColFixLt #container { 
	width: 780px; 
	background: #000;
	margin: 0 auto; 
	border: 1px #FFFFCC solid;
	text-align: left;
}
.twoColFixLt #header {
    margin: 2px 5px 2px 5px;
    border: solid 1px #666666;
	text-align:left;
	overflow:hidden;
}
.twoColFixLt #footer {
    margin:0 10px 0 10px;
	text-align:center;
}
.twoColFixLt #sidebar1 {
	float: left;
	display:inline;
	background-color:#333333;
	border: solid 1px #666666;
	width: 180px;
	margin-left:5px;
	padding: 15px 10px 15px 20px;
	font-size:12px;
	font-weight:bold;
}
.twoColFixLt #sidebar2 {
	float: left;
	display:inline;
	background-color:#333333;
	border: solid 1px #666666;
	width: 180px;
	margin-left:5px;
	margin-top: 30px;
	padding: 15px 10px 15px 20px;
	font-size:12px;
	font-weight:bold;
	clear:left;
}
.twoColFixLt #mainContent { 
	margin: 0 5px 0 225px;
	padding: 0 15px 15px;
	border: solid 1px #666666;
	text-align:justify;
} 
.fltrt { 
	float: right;
	margin-top: 8px;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-top: 8px;
	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;
}

/* opacity codes */
.opaque2 {	// for IE5-7
	filter: alpha(opacity=50);
}


h1 {
font-size:18px;
font-weight:bold;
color:#999900;
}
h2 {
font-size:16px;
font-weight:bold;
color:#FFFF99;
}
h3 {
font-size:14px;
font-weight:bold;
color:#999900;
}
h5 {
color:#FFFF99 }
p {
font-size:12px;
font-weight:normal;
}

img {border:none}

a:link {color:#999933}
a:visited {color:#999933}
a:hover {color:#FFFF99}

.style1 {color: #999933; font-weight:bold}
.style2 {color:#FFFF99; font-weight:bold}
.style3 {color:#CCCCCC}
.styleq {color:#999966; font-style:oblique}
