@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #959595;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-repeat: no-repeat;	
}
.oneColLiqCtrHdr #container {
	width: 742px;  /* this will create a container 80% of the browser width */
	background-color: #CCC;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 0 0 0;  /* 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. */
	background-image: url(images/header_2.gif);
	background-repeat:no-repeat;
	background-color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:138px;
	color:#000;
	
	
}
.oneColLiqCtrHdr #header h1 {
	margin-top:0px; /* 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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding:10px ;
	background-color: #333333;
	width:722px;
} 
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	text-align:center;
	height:14px;
	font-size:9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding-top:2px;
		color:#000000;

} 
.oneColLiqCtrHdr #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 */
	color:#000000;
}
	h1 {font-size: x-large;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF9933;}

h2 {font-size:13px;
color:#FFFFFF;}
	
	p {
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
}
	p2 {
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: right;
}

ul {
	list-style: none;
	
 text-align: right;
}



.nav a {
	font-weight: bold;
	color: #000;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	
}

.nav a {
	text-decoration: none;
}

.nav li a:hover {
	width: 122px;
	color:#CC6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.nav li {
	float:left;
	height:18px;
	text-align: center;
	cursor: default;
	border-right: 1pt solid #666666;
	margin-top:-2px;
	color: #000;
}

.nav li#last {
	width: 100px;
	height:18px;
	text-align: center;
	cursor: default;
	margin-top:-2px;
	border-right: 0pt solid #666666 ;
	
}

.nav li a:hover{
color:#CC6600;
width:122px;
}

.nav li:hover ul, li.over ul {
	display: block;
	background-color:#FF6600
}

.form1 p {
	align: right;
	text-align: right;
}


.style1 {
	font-size: 10%
}
.style3 {
	font-size: 12px;
	color: #000;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #000;
}
body,td,th {
	color: #333;
}

#horizontal        
{ 
float:right;
font-size: 12px; 
font-style: normal;
background-color: transparent; 
text-align: center; 
word-spacing: 0; 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bolder;
margin-top:-3px; 
line-height:14px;
padding:0;
}


#horizontal a:link {color:#000; text-decoration:none;}

#horizontal a:hover {color: #666;} 
#horizontal a:visited { text-decoration:none;} 
