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

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

body {
	background-color: #000000;
	
}
body,td,th {
	color: #BBBBBB;
}
 
.style1 {font-weight:bold;
color: #000000;
}
.style2 {
	font-weight:bold;
	color: #A786BE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	font-weight:normal;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
.style4 {
	font-weight:bold;
	font-size:50%;
	color: #000033;
}
button {
background:#933;
margin:0;
padding:0;
}

.style1 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #003300;
}
.style4 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #54748D;
	font-size: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



.twoColFixLtHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left;
	font-weight: 400;
	
	

} 
.twoColFixLtHdr  #logo {
position:relative;
top:0px;


}
.twoColFixLtHdr #header {
	background: #000;
	color: #FFF;
	height:240px;
	padding: 60px 0px 0px 50px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position:center center;
} 


.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0 0 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;
}



.twoColFixLtHdr #header h2 {
	margin: 0px 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: 10px 10px 0px 42px;
	letter-spacing:1px;
	font-size:16px;
}
.twoColFixLtHdr #header h3 {

	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 95px; 
	font-size: 1px;

}
.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: 50px 10px 10px 25px;
	font-size: 16px;
}
.indent {
font-size:85%;
font-variant:small-caps;
	text-indent:15px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	height:48em;
	background: #000; 
	padding: 8px 10px 15px 20px;
	margin-top: 1px;
	overflow:auto;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 255px;
	padding: 1px 20px 40px;
	line-height:normal;
	
} 
.twoColFixLtHdr #footer {
	margin-left:230px;	
	padding: 0 10px 20px 55px;
	background:#DDDDDD;
	background-color: #A786BE;
	width:450px;
} 
.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:12px;
	font-style:normal;
	color:#993333	
}
.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: #CCCCFF;
	text-decoration: none;
}
a.external:visited {
	text-decoration: none;
	color: #CCFFFF;
}
a.external:hover {
	text-decoration: underline overline;
	color: #9999FF;
}
a.external:active {
	text-decoration: overline;
	color: #CCFFFF;
}
 
a.headerlink1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;	
	text-decoration: none;
}
a.headerlink1:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;	
}
a.headerlink1:hover {
	text-decoration: underline overline;
	color: #696;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;	
}
a.headerlink1:active {
	text-decoration: overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696;
	font-size: 14px;
	font-variant:small-caps;
	font-weight:bold;	
}

a.headerlink2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699;
	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;	
}
.style7 {
	color: #933;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight:bold;
}

.styleUL {
	line-height:1.5; 
}

.style8 {
	color: #A786BE;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
}

-->
