body{	
	background-image: url(/images/tile.gif);
	background-color: #000;
	color:#000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding:0px 0 0px;
	text-align:center; /* Hack for IE5/Win */
}

/*Binding box*/

#main {
	color: #fff;  
	background-color: #2f302f;
	border: 2px solid #605c5a;
	width: 750px;
	height: auto;
   margin:50px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	clear: both;
}

/*logo Image*/

#banner {
	width: 750px;
	height: 133px;
	background-color: #fff;
	clear: both;
}

.logo {
	width: 375px;
	height: 133px;
	float: left;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	
}

.van {
	width: 375px;
	height: 133px;
	float: right;
	background-repeat: no-repeat;
	
}

/*Menu Image & Text Links*/

#menu{
	background-color: #000;
	color: #fff;  
	width: 750px;
	height: 35px;
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
}

#menu_items{
	background-color: transparent;
	margin: 0px 0px 0px 45px;
	width: 600px;
	padding: 10px;
}

	
#menu2{
	color: #fff;  
	width: 750px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/menu2.gif);
	background-repeat: no-repeat;
}	
	
/*Main Copy/Content*/

#image_container{
	background-image: url(/images/maintop.jpg);
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 750px;
	height: 229px;
	line-height: 0px;
	
}

#bottom_image{
	background-image: url(/images/mainbottom.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 114px;
}

#content{
	background-color: transparent;
	margin: 0px 0px 0px 45px;
	width: 600px;
	padding: 4px;
}



#content_container2{
	background-color:#fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	width: 730px;
	height: auto;
	padding: 10px;
	line-height: 15px;	
}
/*Copyright Footer*/

#copyright{
	background-color: transparent;
	color:#70706f;
	width: 740px;
	height: auto;
	font-weight: bold;
	text-align:right;
	padding: 7px 5px 7px 0px;
	margin: 0px 0px 0px 3px;
	
}
.style1 {
	color: #F26522;
	font-weight: bold;
}
/*headings*/
h1 {
	color: #f26522;  
	background-color: none;
	font-size: 2em;
	font-family: Arial, sans-serif;
	font-weight: bold; 
}

h2 {
	color: #f26522;  
	background-color: none;
	font-size: 1.75em;
	font-family: Arial, sans-serif;
	font-weight: bold; 
}

h3 {
	color: #fff;  
	background-color: none;
	font-size: 1.25em;
	font-family: Arial, sans-serif;
	font-weight: bold; 
}

h4 {
	color: #f26522;  
	background-color: none;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold; 
}
	

	   
/*Links*/
		
a { 
   color: #f26522;
	background-color: transparent;
   font-weight: bold;
   text-decoration: underline;
}

a:visited {
   color: #fff;
	background-color: transparent;
   text-decoration: underline;
	font-weight: bold;
}
.border {
	border: 1px solid #333333;
}



a:hover {
	color: #fff;
	background-color: transparent;
   text-decoration: none;
	font-weight: bold;
}

a:active{
	color:#858080;
	background-color: transparent;
	text-decoration: underline;
	font-weight:bold;
	
}

/* Contextual Links*/

#copyright a {
	background-color:none;
	color: #858080;
	text-decoration: underline;
	font-weight: normal;
	
}

#copyright a:visited {
	background-color:none;
	color: #70706f;
	text-decoration: underline;
	font-weight: normal;
}

#copyright a:hover {
	background-color:none;
	color: #858080;
   text-decoration: none;
	font-weight: normal;
}

#copyright a:active{
	color:#ccc;
	background-color: #fff;
	text-decoration: underline;
	font-weight:normal;
}
