body {
	background-image: url(../jpg/bg.jpg);
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
}
/*
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3366ff;
}*/
#main_content {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	background-image: url(../images/header.png);
	height: 59px;
}
#content {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y; /*position: relative; 	top: -14px;*/
	/*border: 1px solid red;*/
}
#footer {
	background-image: url(../images/footer.png);
	height: 8px;
}
#footertext {
	text-align: center;
	font-size: 11px;
	color: #777777;
}
#footertext a {
	color: #777777;
	text-decoration: none;
}
#top_content {
	margin-left: 66px;
	width: 860px;
	padding-top: 15px;
	/*border: 1px solid blue;*/
}
#middle_content {
	/*margin-left: 66px;*/
	background-image: url(../images/content-bg.jpg);
	width: 913px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/*border: 1px solid green;*/
}
#comboMenu {
	/*background: #6A6458; 	width: 750px;*/
	height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 30px;
	left: 30px;
}
#comboMenu li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#comboMenu li a:link, #comboMenu li a:visited {
	display: block;
	/*height: 1%;*/
	color: rgb(147,146,146); /*background: #3B4E77;*/
	margin: 0;
	padding: 0px 8px; /*border-right: 1px solid #fff;*/
	text-decoration: none;
}
#comboMenu li a:hover {
	/*background-color: #F2462E;*/
	color: #000;
}
#comboMenu li a:active {
	/*background-color: #5F879D;*/
	color: #000;
}

#comboMenu .subMenu {
	display: none;
	list-style-type: none;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	border: 0;
}
#comboMenu .subMenu li {
	float: none;
	margin: 0;
	padding: 0 0 0 12px;
	border: 0;
	height: 8pt;
	width: 400px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#comboMenu .subMenu li a:link, #comboMenu .subMenu li a:visited {
	display: block;
	color: rgb(147,146,146);
	margin: 0;
	border: 0;
	text-decoration: none;
}
#comboMenu .subMenu li a:hover {
	color: #000;
}

#comboMenu li:hover > .subMenu {
	display: block;
}
.menuNumber {
	color: rgb(249,208,12);
	font-weight: bold;
}
