body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}
#top {
	height: 90px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#menuBox {
	height: 33px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pic_new/menuback.png);
}
#menuBox  ul{
	margin: 0px;
	padding: 0px;

}
#menuBox  li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#menuBox  li a{
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;	
	padding-top: 8px;
	display: block;
	padding-bottom: 8px;
}
.menuOtherCurrent a{
	width: 110px;
	text-align: center;
	color: #073856;
	background-image: url(../pic_new/menuButtonOver.png);
}
.menuOtherCurrent a:link{
	color: #073856;
}
.menuOther a{
	width: 110px;
	text-align: center;
	color: #D7ECF7;
	background-image: url(../pic_new/menuButtonOut.png);
}
.menuOther a:link{
	color: #D7ECF7;
}
.menuOther a:hover{
	color: #073856;
	background-image: url(../pic_new/menuButtonOver.png);
}
#menuRightBorder {
	float: right;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}
#footer {
	text-align: center;
	margin-right: auto; 
	margin-left: auto;
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuHome a{
	padding-left: 20px;
	padding-right: 20px;
	color: #073856;
	background-image: url(../pic_new/menuHomeOver.png);
}
.menuHome1 a{
	padding-left: 20px;
	padding-right: 20px;
	color: #D7ECF7;
	background-image: url(../pic_new/menuHomeOut.png);
}
.menuHome1 a:link{
	color: #D7ECF7;
}
.menuHome1 a:hover{
	color: #073856;
	background-image: url(../pic_new/menuHomeOver.png);
}
.title1 {
	font-size: 14px;
	color: #CCCCCC;
}
#location {
	font-size: 15px;
	font-style: italic;
	color: #81C3E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#content_left {
	float: left;
	width: 675px;
}

#content_left a{
	color: #eee;
}

#content_left a:visited{
	color: #ddd;
}


#content {
	padding: 8px;
}
#content_right {
	float: right;
	width: 250px;
	background-color: #4A4A4A;
}
#content_right_title {
	height: 31px;
	padding-left: 10px;
	color: #999999;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../pic_new/rightMenuTopBorder.png);
}
.examples_item {
	padding: 9px;
}
.examples_item a {
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.examples_item a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.examples_item a:hover {
	text-decoration: none;

}
.examples_item a:visited {
	text-decoration: none;
}
.downNew {
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: underline;
}
#moreLink a {
	font-size: 10px;
	color: #333333;
}