/* CSS Document */
/* 28 August 2008 4:31pm */
a{
color:#666666;;
}
a:hover{
 	color:#279eaf;
}
a:link{
	color:#666666;
	text-decoration:none;

}
a:visited{

	color:#666666;
	text-decoration:none;

}
a:active{

	color:#666666;

}
img{
	border:0;
	}

body{
	background-color:white;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	
	height:100%;
	width:100%;
	margin:0;
	

}
#wrapper{
	position:relative;
	width:1003px;
	margin:auto;
	overflow-y: auto;
	overflow-x: hidden;

	
	
}

#logo{
	position:relative;
	width:282px;
	height:154px;
	/*border:1px red solid;*/
	
}
#nav {
	position:relative;
	width:703px;
	height:25px;
	background-color:#e7e7e7;
	left: 299px;
	margin-top:-48px;
	
	
}

#banner{
	position:relative;
	width:921px;
	height:398px;
	/*border : 1px red solid;*/
    margin-top:50px;
	margin-left:63px;

}



#header{
	position:relative;
	width:703px;
	height:72px;
	/*border:1px solid red;*/
	margin-left:299px;

	top:0px;
}


#contentLeft{
	float:left;
	width:282px;
}

#contentRight{
	float:right;
	width:703px;
	

}

#contentTitle{
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#666666;

}

#contentStyle{
	line-height:15px

}

#navStyle{
	font-family:Tahoma;
	font-size:14px;
	color:#666666;
	font-weight:bold;
}


#navStyle a{
color:#666666;
}



#navStyle a:hover, #navStyle a.selected{
color:#279eaf;
}


#navSideStyle{
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-align:right;

}


#navSideStyle a {
	color:#666666;

}
#navSideStyle a:hover,#navSideStyle a.selected2{

	color:#279eaf;
}



#footer {

	clear:both;
	width:914px;
	height:33px;
	background-color:#e7e7e7;
	/*border:1px red solid;*/
	font-family:Tahoma;
	font-size:10px;
	margin-left:63px;
	padding-right:2px;
	
}

.header{
	
	font-size:14px;
	color:#666666;
}
