@charset "UTF-8";
/* CSS Document for screen layout only */

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

#printonly {
	display: none;
	}


body {
	background-color: #000000;
	background-image: url("images/black_gray_bckgnd.jpg");
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.45em;
	margin: 0 0 0 0;  
	padding: 0 0 0 0;  
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}


h1 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: -0.75em;
}

h2 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: -0.25em;
}

h3 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: -0.55em;
}

h4 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: -0.25em;
}

h5 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: -0.95em;
}

h6 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: -1.05em;
}

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

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

a:hover {
  color: #336699;
  text-decoration: underline;
}

.imgLeft {
	padding: 10px 15px 10px 0px;
	float: left;
	}
	
.imgRight {
	padding: 10px 0px 10px 15px;
	float: right;
	}
	
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;  
  width: 850px;
  padding: 0px 0px 0px 0px;  
  text-align: left; 
}

#outerWrapper #header {
	background-color: #000000;
/*	border-bottom: solid 1px #826a50; */
	font-size: 18px;
	font-weight: bold;
	height: 290px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;  
	padding: 0px 0px 0px 0px;  
	width: 850px;
}
#outerWrapper #topNavigation {
	height: 35px;
	margin: 0;
	padding: 0;
	width: 850px;
	background-color: #FC0;
}
#outerWrapper #contentWrapper {
	margin: 0px 0px 0px 0px;  
	padding: 25px 0px 0px 0px;  
	width: 850px;
}
#outerWrapper #contentWrapper #lcolButtons {
	background-color: #FFFFFF; 
	float: left;
	height: 100%;
	margin: 0px 0px 0px 0px;  
	padding: 10px 0px 10px 35px;  
	width: 125px;
}
#outerWrapper #contentWrapper #rcolNews {
	background-color: #FFFFFF; 
	float: right;
	height: 100%;
	margin: 0px 0px 0px 0px;  
	padding: 10px 15px 10px 15px;  
	width: 195px;
}

#newstxt {
	width: 130px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	background-color: #FFFF99;
}


#outerWrapper #contentWrapper #content {
	height: 100%;
	margin: 0 235px 0 165px;
	padding: 10px 15px 10px 15px;
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outerWrapper #contentWrapper #content #quoteBox {
	width: 300px;
	margin: 10px 15px 10px 0px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #336699;
	border-top: 2px solid;
	border-top-color: #336699;
	border-bottom: 2px solid;
	border-bottom-color: #336699;
	}


#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#outerWrapper #footer {
	background-color: #000000;
	margin: 0;
	padding: 12px 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #FFFFFF;
	text-align:center;
	font-size: 10px;
}


#outerWrapper #footer p {
	margin: 3px 0;
	padding: 0;
	
	}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

#outerWrapper #footer #noPrint {
	font: Tahoma, Arial, sans-serif;
	}

#advertisement a:link, #advertisement a:visited, #advertisement a:hover {
	font-size: 9px;
	}

.emphasisB {
	font-weight: bold;
	}

