@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers; text left-aligned in #container selector */
}

body,td,th {
    color: #669933;
    font-size: smaller;
}
 
button {
background:#933;
margin:0;
padding:0;
}

.style0 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #000000;
}
.style1 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #003300;
}
a:link {
	font-size:65%;
	border:none;
	color: #685377;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size:65%;
	border:none;
	color: #685377;
}
a:hover {
	font-size:65%;
	border:none;
	color: #685377;
	text-decoration: underline;
}
a:active {
    font-size: 145px;
    border: none;
    color: #685377;
    text-decoration: none;
}
a img {
	border:none;
}


 #container {
	width: 1150px;  /* 20px less than a full 800px width allows browser chrome and avoids horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;
	font-weight: 400;
} 


.twoColFixLtHdr #sidebar1 {
	float: left;
	border:hidden 1px;
	width: 402px; 
	height:868px;
	background: #000;
	padding-top:50px;
	margin-top: 0px;
	margin-left:0px;
}
.frameOn img{
border: 2px solid #000;
}
.frameOn:hover img{
border: 2px solid #f96;
}
.frameOn:hover{
color: red; /* Dummy definition to overcome IE bug */
}


.twoColFixLtHdr #header {
	border: 1px hidden #000;
	background: #000;
	color: #000000;
	height:220px;
	margin-bottom:40px;
	padding: 0px 0px 5px 50px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position:390px 10px;
} 


.twoColFixLtHdr #header h1 {
	visibility:hidden;
	margin: 0;
	padding: 0px 0 50px 24px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000000;
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:32px;
	letter-spacing:1px;
	text-align:right;
}
.twoColFixLtHdr #header h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px 10px 50px;
	
	font-size: 16px;

}

/*NAVBAR*/
#navbar {
position:relative;
top:0px;
}
#navbar ul {margin:0; padding:0; list-style: none;}
#navbar a {
	display: block;
	width:6.5em;
}
#navbar li {float:left; width:6.5em;}
#navbar li ul {
	position: absolute;
	width:375px;
	left: -999em;
}
#navbar li:hover ul, #nav li.sfhover ul {left: auto; display:block; width:6em; position:absolute; color:#6cc;}
div.content {clear:left;}
ul.nav li {display: inline; }
ul.nav a {
	border: 1px solid #6cc;
	padding: 5px 5px 5px 5px;
	margin:5px 5px 10px;
	text-decoration:none;
	font-size:85%;
	text-transform:uppercase;
	text-align:center;
	color:#FF9966;
	}
ul.nav a:hover {
	color:#6cc;
	}

/*end  NAVBAR*/


.indent {
font-size:85%;
font-variant:small-caps;
	text-indent:15px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	height:40px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 18px 0 0px;
	padding: 20px 0px 0px;
	width:150px;
}
#sidebar2 ul {margin:0; padding:0; list-style: none;}
#button a {
	display: block;
	width:5em;
}
#button li {width:7.25em;}
ul.button a {
	border: 1px solid #6cc;
	padding: 5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	text-decoration:none;
	font-size:85%;
	text-transform:uppercase;
	text-align:center;
	color:#6cc;
}



.twoColFixLtHdr #mainContent {
	float:right;
	margin: 15px 30px 0 0px;
	padding: 15px 20px 0px 20px;
	line-height:normal;
	
	width:623px;
} 
.twoColFixLtHdr #footer {
	clear:right;
	margin-left:430px;
	padding: 0 10px 20px 27px;
	width:350px;
	background-color: #000000;
} 
.twoColFixLtHdr #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 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color: #f96;
}
.twoColFixLtHdr #footertag {
	clear:both;
	margin-left:0px;
	padding: 0 10px 20px 27px;
	background-color: #000000;
} 
.twoColFixLtHdr #footertag 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 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	font-style:normal;
	color: #666699;
}
.fltrt { /* to float an element right--the floated element must precede the element it goes next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* used to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* placed on a div or break element--should be final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*differntiates external link*/
a.external:link {
	color: #66CCCC;
	text-decoration: none;
	text-transform:uppercase;
	font-size:65%;
}
a.external:visited {
	text-decoration: none;
	color: #66CCCC;
}
a.external:hover {
	text-decoration: underline overline;
	color: #6cc;
}
a.external:active {
	text-decoration: overline;
	color: #6cc;
}
 
a.headerlink1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}
a.headerlink1:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 14px;
	font-weight:bold;	
}
a.headerlink1:hover {
    text-decoration: underline overline;
    color: #696;
    font-weight: bold;
}
a.headerlink1:active {
	text-decoration: overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 12px;
	font-variant:small-caps;
	font-weight:bold;	
}

a.headerlink2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6cc;
	font-size: 14px;
	font-weight:bold;	
	text-decoration: none;
}
a.headerlink2:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699;
	font-size: 14px;
	font-weight:bold;	
}
a.headerlink2:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699;
	font-size: 14px;
	font-weight:bold;
}
a.headerlink2:active {
	text-decoration: overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699;
	font-size: 14px;
	font-weight:bold;	
}
a:link {
	font-size:65%;
	border:none;
	color: #685377;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size:65%;
	border:none;
	color: #685377;
}
a:hover {
	font-size:65%;
	border:none;
	color: #685377;
	text-decoration: underline;
}
a:active {
    font-size: 145px;
    border: none;
    color: #685377;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f96;
}
.style2 {
	font-weight:900;
	color: #66CCCC;
}
.style4 {
	font-weight:bold;
	font-size:50%;
	color: #000033;
}

.styleUL {
	line-height:1.5; 
}
.style9 {
	color: #669933;
	font-size: 14px;
	font-weight:bold;
	line-height:1.1;
}
.style10 {
	color: #669933;
	font-size: 13px;
	font-weight:normal;
	line-height:1;
}
