body  {
	font-family:"Trebuchet MS", 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 */
	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: #999;
	font-size:12px;
	line-height:20px;
}
.skyhigh #container { 
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/new/bgd.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.skyhigh #header { 
	background-image:url(../images/new/header.jpg);
	height: 131px;
}

a {
	color: #fbc214;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	color: #fff;
	text-decoration:underline;
	font-size:12px;
}

.skyhigh #header .text {
	width: 330px;
	float:right;
	margin: 50px 30px 0 0;
	text-align:center;
	color:#fbc214;
	font-weight:bold;
	font-size:13px;
}

.skyhigh #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.skyhigh h2 {
	font-size:14px;
	color:#FFF;
}

.skyhigh h3 {
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}

.skyhigh .hilite {
	color:#fbc214;
}

#nav {
	margin: 0 20px;
}

#nav ul{
	margin:0;
	padding: 0;
	color: #fbc214;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:30px;
	white-space:nowrap;
}

#nav li{
	list-style-type:none;
	display:inline;
	padding: 0 8px;
}

#nav a:link {
	text-decoration:none;
	color:#FBC214;
}

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

.skyhigh #banner {
	margin: 0 20px;
	background-image:url(../images/new/banner.jpg);
	height:180px;
	width:685px;
}
.skyhigh #banner .text2{
	width:200px;
	float:right;
	color:#FFF;
	margin: 50px 0;
}
#menu {
	margin: 0 20px;
	background-image:url(../images/new/menu.jpg);
	height:49px;
	width:681px;
	color: #fbc214;
	font-size: 11px;
	line-height: 17px;
	padding-top:4px;
	padding-left:4px;
	
}

.lgfont{
	color: #fbc214;
	font-size: 14px
}

.skyhigh #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right:20px;
	margin-top: 20px;
	padding: 10px;
}
.skyhigh #mainContent {
	margin: 0 265px 0 22px;
	padding: 0 20px;
}

.skyhigh #mainContent2 {
	width:645px;
	padding: 0 30px;
} 

.skyhigh #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/new/footer.jpg);
} 
.skyhigh #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:#FFF;
}

.skyhigh #footer .copy {
	font-size:10px;
}

.skyhigh #footer a:link {
	color:#fbc214;
}

.skyhigh #footer a:hover {
	color: #fbc214;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form CSS */

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
legend {  
margin-left: 1em;  
color: #FFF;
font-size:16px;
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  
.submit input
{
margin-left: 4.5em;
}

input
{
color: #OOO;
background: #FFF;
border: 1px solid #781351
}

label {    
display: block;  
}


/* place css box model fixes for IE 5* in this conditional comment */
.skyhigh #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.skyhigh #sidebar1 { padding-top: 30px; }
.skyhigh #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
