@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 4px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000033;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}

.oneColElsCtrHdr #container {
	width: 775px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #000000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 7px;
} 
.oneColElsCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(/images/bgLight.jpg);
	background-repeat: repeat;
	font-size: 9pt;
	
}

.resultsTable ul {

	/* margin-left: .7em;
	padding-left: .7em;
	*/
	list-style-type: square;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColElsCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColElsCtrHdr #search {
	position: absolute;
	top: 55px;
	margin-left: -265px;
	left: 50%;
	z-index: 99;
	
}

.oneColElsCtrHdr #mainMenu {
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}

.oneColElsCtrHdr #search input {
	background-color: #333333;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 9px;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
.style1 {color: #FFFFFF; font-weight: bold}
.style2 {color: #CC0000; }

/* DETAIL PAGE */

/*.style1 {font-weight: bold}*/

.table_1 {
	border: 1px solid #000000;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.table_2 {
	border: 1px solid #cccccc;
	margin-bottom: 4px;
}
legend {
	color: #000000;
}

a.company:link, a.company:visited, a.company:active 
{ 
  font-family: verdana,helvetica,'sans serif';
  font-size:12px;
  font-weight: bold;
  text-decoration: none;
}

a.company:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
		 
}

.bulletList {
	list-style-type: square;
	margin-left: 1em;
	padding: 2px;
	line-height: 1em;
}
.news li {
	list-style-type: square;
	margin-left: 1em;
	padding: 2px;
	line-height: 1em;
}

.newsTitle {
	background-color: #CCCCCC;
	border: 1px solid #f8f8f8;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.newsTitle h1 {
	margin-left: 15px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	border: 0;
	color: #000033;
}

#scroller {
	position: absolute;
	top: 96px;
	margin-left: -385px;
	left: 50%;
	color: #FFFFFF;
}

.weather input {
	max-width: 2px;
}
-->

