body{	
	text-align: center; /* required for centering the page in IE */
	background-image:url('../images/main/bg.png');
	background-repeat:repeat-x;	
	background-color:#067ce4;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif, Verdana;
	font-size: 12px;
	}
#maincell{
	position:static;
	width: 1000px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	
}
#header {
	position:static;
	height: 70px;
	background-image:url('../images/main/banner.png');
	}
#menu{
	position:static;
	background-image:url('../images/main/menubg.png');
	width: 1000px;
	height:30px;
	background-repeat:no-repeat
	}
#slides {
	background-image:url('../images/main/picbg.png');
	background-repeat: repeat-y;
	margin: 0px;
	}
#slideshow {
	width:996px;
	height:150px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style: solid;
	border-color: #339900;

}


#container {
 	margin:0px;
	background-image:url('../images/main/textbg.png');
	background-repeat: repeat-y;
	}
#innerContainer {
	margin-right: 25px;
	margin-left: 15px;
}
#left {
	padding-top: 15px;
	float: left;
	width: 150px;
	position:relative; 
	}
#left a{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	height:20px;
	width:100%;
}
#left a:hover{
    width:100%;
	color: #FFFFFF;
	height:25px;
	background-image: url('../images/main/menuoverbg.png');
    }
#left td{
	width:150px;
	heigth:25px;
    background-repeat: repeat-x;
	background-position: 0px;
	background-image: url('../images/main/submbuttonover.png');
}
#left img.imleft{
    width:150px;
     border: 1px solid #808080;
}
	
    

#content {
	width:800px;
	float:right;
	color:#FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	}
#content p {
	color:#FFFFFF;
	line-height:20px;
 	font-size: 12px;
 	margin-bottom: 0px;
 	margin-top: 0px;
	}
#content a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#content a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
#content a:active {
	color:#FFFFFF;
	text-decoration:underline;
	}


#content ul{
	padding-left:5px;
	list-style-type: bullet;
	}
#content li{
	line-height:20px;
	font-size: 12px;
	}
#content h1{
  	color:#0099FF;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px

}
#content h2{
  color:#0099FF;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 10px;
}
#content h3{
  color:#0099FF;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 6px;
}
#content h4{
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 3px;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#footer {
	height:50px;
	background-image:url('../images/main/footerbg.png');
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-top:10px;
	}
#footer a, #footer p{
	vertical-align:middle; 
	color:#0099CC;
}
/*Horizontal Nav*/
a.mainmenuitem{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
}
ul#nav{
	margin-left: 36px;
	font-size: 10px;
}
ul#nav li{
	float:left;
	margin-right: 1px;
	font-size: 10px;
	text-align: center;
	display: inline;
	vertical-align: middle;
}
ul#nav a{
	float:left;
	height: 26px;
	line-height: 26px;
	text-decoration:none;	
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
}
ul#nav a:hover {
	color: #fff;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url('../images/main/menuoverbg.png');
}
	
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	color: #fff;
	background-image: url('../images/main/menuoverbg.png');
	}
#nav a:link#active_menu-nav, #nav a:visited#active_menu-nav{
	color: #fff;
	background-image: url('../images/main/menuoverbg.png');
	}
	
/*Vertical Nav Left*/
ul#navleft{
	list-style-type:none;
	margin:0;
}
ul#navleft{
	font-size: 10px;
}
ul#navleft a{
	height: 25px;
	line-height: 25px;
	text-decoration:none;	
	font-weight: bold;
	background-image: url('../images/main/submbutton.png');

}
ul#navleft a:hover {
	color: #fff;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url('../images/main/submbuttonover.png');
}
	
ul#navleft li.activelink a,ul#nav li.activelink a:hover{
	color: #fff;
	background-image: url('../images/main/menuoverbg.png');
	}
#navleft a:link#active_menu-nav, #nav a:visited#active_menu-nav{
	color: #fff;
	background-image: url('../images/main/menuoverbg.png');
	}