@charset "utf-8";

a {
	color:#006;
	text-decoration:none;
	}
	
a:hover {
	color:#999;
	text-decoration:none;
	}

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px
	}

h1 {
	font-size:18px;
	color:#006;
	margin-bottom:25px;
	font-weight:normal;
	}
	
h2  {
	font-size:14;
	color:black;
	margin-top:0px;
	padding:0px;
}
	
.main {
	width:850px;
	padding:0px;
	margin:0px;
	border:0px;
	}
	
.main p {
	padding-left:0px;
	}
	
img {
	border:0px;
	margin:10px;
	padding:0px;
	}
	
.buttons {
	height:20px;
	padding:0px;
	padding-top:0px;
	margin:0px;
	width:auto;
	}
	
.buttons_sub {
	text-align:center;
	background-color:#EFEFEF;
	height:18px;
	padding:0px;
	padding-top:3px;
	margin:0px;
	}
.buttons_sub a {
	font-size:11px;
	color:#006;
	font-weight:normal;
	}
	
.buttons_sub a:hover {
	font-size:11px;
	color:#999;
	font-weight:normal;
	}
	
.buttons a {
	font-size:12px;
	color:#006;
	font-weight:bold;
}

.buttons a:hover {
	color:#999;
	font-weight:bold;
}

.sub {
	margin-top:30px;
}
	

.links {
	width:120px;
	height:400px;
	background-color:#d4d4d4;
	padding:0px;
	padding-top:0px;
	margin:0px;
	float:left;
	text-align:left;
	border:1px;
	}
	
.content {
	width:830px;
	min-height:300px;
	background:url(images/sub_fade.jpg) top repeat-x;
	padding:10px;
	padding-top:0px;
	padding-bottom:30px;
	margin:0px;
	color:#666666;
	text-align:left;
	}
	

.logo_top{
	width:840px;
	height:22px;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-left:10px;
	text-align:left;
	border:0px;
	background:url(images/logo_top.jpg) bottom no-repeat;
}
	

.top {
	width:100%;
	height:108px;
	margin:0px;
	padding:0px;
	background-color:#e0dedf;
	}
	
.top_all {
	width:1000px;
	height:108px;
	margin:0px;
	padding:0px;
	border:0px;
}

.top_left{
	width:76px;
	height:108px;
	margin:0px;
	padding:0px;
	background:url(images/banner_left.jpg) right no-repeat;
	float:left;
}

.top_right{
	width:74px;
	height:108px;
	margin:0px;
	padding:0px;
	background:url(images/banner_right.jpg) right no-repeat;
	float:left;
}
	
.top_banner {
	width:850px;
	height:108px;
	background-image:url(images/banner1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
	float:left;
	}
	
.team td {
		vertical-align:top;
}
	
.footer {
	width:840px;
	height:25px;
	padding:5px;
	margin:0px;
	margin-top:20px;
	font-size:10px;
	color:#666666;
	border-top:#CCCCCC solid 1px;
	background:url(images/footer.jpg) bottom no-repeat;
	}