body {
	margin: 0px;
	}

body, td, p, div, select {
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	}

p {
	margin: 0px;
	}

#Header {
	background: url('../img/header-bg.jpg');
	height: 111px;
	width: 100%;
	}

#HeaderWrapper {
	width: 1000px;
	}
	
#HeaderLogo {
	float: left;
	}
	
#HeaderLinks {
	float: right;
	}
	
#HeaderMenu {
	float: right;
	}

#Path {
	background: url('../img/path-bg.jpg');
	height: 43px;
	width: 100%;
	}

#PathWrapper {
	width: 940px;
	}

#PathLinks {
	padding-top: 14px;
	float: left;
	}

#PathLinks a {
	color: #999999;
	text-decoration: none;
	}
	
#PathLinks a.selected {
	color: #666666;
	}
	
#PathLinks a:hover {
	text-decoration: underline;
	}
	
#PathShortcuts {
	padding-top: 14px;
	float: right;
	}

#FeatureHome {
	background: #e6e6e6;
	width: 100%;
	height: 301px;
	}

#FeatureSub {
	background: #e6e6e6;
	width: 100%;
	height: 72px;
	}
	
#Features {
	}

#Footer {
	margin-top: 20px;
	border-top: solid 2px #d2b036;
	width: 940px;
	}

#FooterRights {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #336600;
	}

#FooterDes {
	float: right;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #336600;
	}

#FooterDes a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	}
	
#SubContentWrapper {
	width: 940px;
	}

#SubMenu {
	width: 160px;
	float: left;
	border-top: solid 1px #b5b5b5;
	}
	
#Content {
	width: 770px;
	float: right;
	border-top: solid 1px #d2b036;
	}
	
#ContentWrapper {
	text-align: left;
	width: 730px;
	}

/*Memu*/
.Menu {
	float:left;
	width:160px;
	margin:0px;
	padding:0px;
	}
	
.Menu a {
	text-decoration: none;
	color: #666666;
	}
	
.Menu a:hover {
	color: #336600;
	}
	
.Menu li {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	line-height: 13px;
	border-bottom: #b5b5b5 solid 1px;
	}
	
.Menu li.selected {
	background: #f6f6f6;
	padding-bottom: 0px;
	}
	
.Menu li.selectedAlone {
	background: #f6f6f6;
	}
	
.Menu li.selected a {
	color: #336600;
	font-weight: bold;
	}
	
.Menu li.selectedAlone a {
	color: #336600;
	font-weight: bold;
	}

/*SubMemu*/
.Menu ul.SubMenu {
	width: 160px;
	margin-left: -10px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
.Menu ul.SubMenu a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	}
	
.Menu ul.SubMenu a:hover {
	color: #336600;
	}
	
.Menu ul.SubMenu li {
	background: url('../img/submenu-li.gif') 12px 10px no-repeat #f6f6f6;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top: #b5b5b5 solid 1px;
	border-bottom: none;
	line-height: 13px;
	}
	
.Menu ul.SubMenu li.selected {
	background: url('../img/submenu-li.gif') 12px 10px no-repeat #f6f6f6;
	}
	
.Menu ul.SubMenu li.selected a {
	color: #336600;
	font-weight: bold;
	}