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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #000;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 18pt;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  
}

h1 {
  color: #000;
  font-size: 15pt;
  font-weight: bold;
  line-height: 18pt;
}

h2 {
  color: #000;
  font-size: 13pt;
  font-weight: bold;
  line-height: 16pt;
}

a,  a:link {
	color: #007F98;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #9F00E7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F06;
		font-weight: bold;
	text-decoration: none;
}

a:focus {
	color: #6C0;
			font-weight: bold;
	text-decoration: none;
}


a:active {
	color: #3C0;
			font-weight: bold;
	text-decoration: none;
}
/* This is a container for the page content.
IE 5 browser require the use of text-align: center defined by the body element to center the container.
 */
#outerWrapper {
	background-color: #333;
	margin: 0 auto 0 auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 970px;
	border: 1px solid #333333;
}
#outerWrapper #header {
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	height: 338px;
	line-height: 15px;
	padding: 0px;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FC0;
}
.bannerPic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#outerWrapper #contentWrapper #rightColumn1 {
 
  float: right;
  margin-left: 20px;
  padding: 20px 20px 20px 0px;
  width: 250px;
}
/* Contains the main page content. */
#outerWrapper #contentWrapper #content {

  margin: 0 290px 0 0;
  padding: 20px 20px 20px 20px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #999;
	border-top: solid 1px #666; 
	padding: 10px 10px 10px 10px; 
	text-align: center;
}
.hrule {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.sidepic {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.smalltext {
	font-size: 11px;
	line-height: 12px;
}
.entry {
	background-color: #A3A093;
	border: 1px solid #f3d661;
	margin-bottom: 20px;
	color: #333;
}
.entryedge {
	padding: 10px;
}
.panel {
	background-color: #A3A093;
	border: 2px solid #E04754;
	margin-bottom: 20px;
	color: #333;
}
.paneledge {
	padding: 20px;
}



.litetext {
	color: #999;	
}



.navtd {
	padding-right: 10px;
	padding-left: 10px;
}
.adbox {
	background-color: #000;
	border: 1px solid #E04754;
	color: #333;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}

.adbox a:visited {
	color: #007F98;
	font-weight: bold;
	text-decoration: none;
}

.topnav {
height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #C90;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .2em;
}

.topnav a:link {

	color: #ECCF53;
	text-decoration: none;
}
.topnav a:visited  {

	color: #ECCF53;
	text-decoration: none;
}

.topnav a:hover  {
	color: #F06;
	text-decoration: none;
}

.topnav a:focus  {

	color: #ECCF53;
	text-decoration: none;
}

.topnav a:active  {
	color: #FFF;
	text-decoration: none;
}

.briterule {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
.dot {
	color: #666;
}