body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	padding: 0;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* #container has an absolute width (780 pixel) */

#container{
width:800px;
margin:0 auto;

/*background-image: url(images/full-bg.jpg);*/
}
#topbar{
width:auto; 
display:block; 
height:149px;
background-image: url(images/top-bar.jpg);
}
#flashbox{
width:800px;
height: 130px; 
margin:0 auto;
}
#topmenu{
	width: 800px;
	height: 28px;
	margin: 0 auto;	
}

#main-in{
	width: 800px;
	
	/*border: 1px solid black;*/
}
#textBox{
	width:398px;
	float: left;
	padding: 10px 0px 0px 0px;
	height: 310px;
	
}
#textBox2{
	width:400px;
	float: left;
	padding: 10px 0px 0px 0px;
}
#rightcol{
	width:398px;
	height: 310px;
	float: right;
	padding-top: 10px;
	text-align: right;
	
	
}
#dwPic{
	width: 800px;
	height: 137px;
	
}

.link4 a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 3px;
}
.link4 a:hover {
	color: #ff6105;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 3px;
}
.onIt{
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	padding: 10px 5px;
}

.newHead{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;
	padding: 20px 35px;
	line-height:28px; 
	
}
.link1 a {
	display: block;
	width: 97px;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: White;
}
.link1 a:hover {
	display: block;
	width: 97px;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/tab-on.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 13px;
	color: White;
}

#footer{
width: 800px;
color: White;
background-color:  #355866;
height: 20px;
padding-top: 5px;
}

div.spacer{
clear:both; 
height:10px; 
display:block;
}

#lefty{
	width: 400px;

	float: left;
	
}

#righty{
	width: 400px;

	float: right;
	
}