body {	
	font-family:verdana;
	font-size:11px;	
	background:#456995;
}

body, h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
}

/*
*	Site container
*/
.sitecontainer {
	width:760px;
	margin: 0 auto;
	border-left:1px solid #334D6E;
	border-right:1px solid #334D6E;
	background: #fff;
}


/*
*	Site logo
*/
.sitelogo {
	text-align:right;
	height:60px;
	background: #fff url(images/logo.gif) no-repeat right top;
	border-bottom:1px solid #334D6E;
}



/*
*	Site banner
*/
.sitebanner {
	height:200px;
	background: #fff url(images/banner.jpg);	
}



/**
*	Site menu
*/
.sitemenu {
	height: 62px;
	margin: 0 auto;
	text-align: center;
	background: url(images/menu_bg.gif) left top;
}
.sitemenu a {
	display: block;
	width:105px;	
	height: 57px;
	line-height: 57px;
	color: #808080;
	font-weight:bold;
	text-decoration:none;
}
.sitemenu a:hover {
	margin-top:2px;
	height: 56px;
	line-height: 56px;
	text-decoration:none;
	background: #eeeeee none;
	border-bottom:1px solid #70BCCE;
}
.sitemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemenu ul li.here {
	margin-top:2px;
	height: 56px;
	line-height: 56px;
	background: #D3EB7E none;
}
.sitemenu ul li.here a {
	margin-top:2px;
	height: 56px;
	line-height: 56px;
}
.sitemenu ul li.here a:hover {
	margin-top:0px;
	padding-top:6px;
	height: 50px;
	line-height: 50px;
}
.sitemenu ul li {
	display: block;
	float: left;
	width:105px;
	background: url(images/menubg.gif) no-repeat left top;
}
.sitemenu .first { 
	background: none
}



/**
*	Site Sub menu
*/
.sitesubmenu {
	float:left;
	width:100%;
	margin: 0;
	text-align: left;
	border-bottom:1px solid #e0e0e0;
	background: #D3EB7E;
}
.sitesubmenu a {
	padding-left:2px;
	display: block;
	width:150px;	
	height: 17px;
	line-height: 17px;
	color: #808080;
	text-decoration:none;
}
.sitesubmenu a:hover {
	padding-left:2px;
	margin-top:2px;
	height: 15px;
	line-height: 15px;
	text-decoration:none;
	background: #ffcc00 none;
}
.sitesubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitesubmenu ul li.here {
	padding-left:2px;
	margin-top:2px;
	height: 16px;
	line-height: 16px;
	background: #ffcc00 none;
}
.sitesubmenu ul li.here a {
	margin-top:2px;
	height: 16px;
	line-height: 16px;
}
.sitesubmenu ul li.here a:hover {
	margin-top:0px;
	padding-top:6px;
	height: 20px;
	line-height: 20px;
}
.sitesubmenu ul li {
	display: block;
	float: left;
	width:150px;
}
.sitesubmenu .first { 
	background: none
}



/*
*	Site title
*/
.sitetitle {
	color:#334D6E;
	margin-top:10px;
	margin-left:10px;
	font-size:20px;
	font-family:verdana;
}


/*
*	Site content
*/
.sitecontent {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
}


/*
*	Site footer
*/
.sitefooter {
color:#707070;
	text-align:center;
	height:20px;
	line-height:20px;
	background:#eeeeee;
}
