body  {
font: 12px Verdana, Geneva, sans-serif;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
margin: 0; 
padding: 0;
text-align: center; 
color: #000000;
}

#container { 
width: 822px;  
background: #FFFFFF;
margin: 0 auto; 
text-align: left;
} 

img {
border:none;
}

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

a:visited {
color:#006699;
text-decoration:none;
}

a:HOVER {
color:#CCC;
text-decoration:none;
}

a:active {
color:#006699;
text-decoration:none;
}

.bluelarge {
color:#006699;
padding:0px 0px 0px 0px;
margin:0px;
font-weight:bold;
}

/***********HEADER AREA************************/

#header { 
width:785px;
height:84px;
float:left;
margin:15px 0px 0px 37px;
display: inline;
} 

#logo {
width:151px;
height:84px;

}

/***********MENU AREA************************/

#menu {
float:left;
width:785px;
background-image:url(../images/navbg.jpg);
height:29px;
background-position:right;
font-weight:bold;
margin:21px 0px 0px 37px;
color:#CCC;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
}

#menu ul {
padding:5px 0px 0px 0px;
margin:0px;
list-style:none;
}

#menu li {
padding:0px 0px 0px 62px;
display:block;
float:left;
width:auto;
list-style-image:none;
}

#menu li.first {
padding:0px 0px 0px 2px;
display:block;
float:left;
width:auto;
list-style-image:none;
}




/***********FLASH AREA************************/

#flash {
width:785px;
height:351px;
float:left;
margin-left:37px;
margin-top:17px;
background-image:url(../flash/1.png);
background-repeat:no-repeat;
}


/***********SIDEBAR AREA************************/


#sidebar1 {
width:393px;
float:left;
padding-top:27px;
padding-left:37px;
}

#box1 {
width:119px;
height:109px;
float:left;
margin-right:18px;
}

#box2 {
	width:119px;
	height:109px;
	float:left;
	margin-right:18px;
}

#box3 {
	width:119px;
	height:109px;
	float:left;

}

/***********CONTENT  AREA************************/


#mainContent { 
color:#666666;
width:324px;
float:right;
padding:22px 43px 20px 25px;


} 















.twoColFixLtHdr #footer { 
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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;
}
--> 
</style>
