body {
	text-align: center;
	background-color: #BBBBBB;
	line-height: 15px;
}
body, td, form, div, p, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
form, p {
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #990002;
	text-decoration: none;
}
a:hover {
	color: #720000;
	text-decoration: none;
}

#container {
	margin: 0px auto 0px auto;
	width: 970px;
}

/****************** Top ********************/
#top {
	padding: 0px;
	margin: 0px;
	height: 239px;
	background-color: #E7E7E7;
	border: solid #ABABAB;
	border-width: 1px 1px 0px 1px;
	vertical-align: top;
}
#topDiv {
	position: relative;
	background-color: #FFFFFF;
	width: 956px;
	height: 232px;
	top: 6px;
	left: 6px;
}
#topDiv #logo {
	position: absolute;
	top: 24px;
	left: 14px;
}
#topDiv #menu {
	position: absolute;
	top: 41px;
	right: 2px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topDiv #menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	float: left;
	background: url(../images/header/menu/vline.gif) left top no-repeat;
}
#topDiv #banner {
	position: relative;
	top: 82px;
	left: 2px;
	height: 139px;
	width: 952px;
	border-top: 5px solid #D1D1D1;
	border-bottom: 5px solid #9C0003;
}
*html #topDiv #banner {
	position: relative;
	top: 82px;
	left: 2px;
	height: 149px;
	width: 952px;
	border-top: 5px solid #D1D1D1;
	border-bottom: 5px solid #9C0003;
}
#topDiv #bannerImg {
	position: absolute;
	top: 2px;
	left: 0px;
}
#topDiv #bannerRight {
	position: absolute;
	top: 2px;
	left: 730px;
}


/****************** Content ********************/
#content {
	padding: 0px;
	margin: 0px;
	background: url(../images/content-bg.gif) repeat-y #E7E7E7;
	vertical-align: top;
	text-align: left;
	padding: 22px 54px 42px 32px;
	line-height: 17px;
}
#content h1 {
	margin: 0px 0px 35px 0px;
}

#contentLeft {
	width: 186px;
	margin-left: 0px;
	float: left;
}
#contentLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contentLeft ul li {
	padding: 0px 0px 0px 10px;
	margin-bottom: 15px;
	background: url(../images/bullet.gif) left 6px no-repeat;
	font-size: 11px;
}
#contentLeft ul li a {
	color: #000000;
}
#contentLeft ul li a:hover {
	color: #990002;
}
#contentLeft ul li h5 {
	margin: 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #BCBCBC;
}
#contentLeft ul#submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contentLeft ul#submenu li {
	padding: 0px 0px 0px 10px;
	margin-bottom: 15px;
	background: url(../images/bullet.gif) left 6px no-repeat;
	font-size: 12px;
}
#contentLeft ul#submenu li a {
	color: #000000;
}
#contentLeft ul#submenu li a:hover {
	color: #990002;
}

#contentRight {
	float: right;
	width: 645px;
	text-align: justify;
}
#contentRight h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#contentRight h5 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #BCBCBC;
}
#contentRight #mainPic {
	margin: 0px 0px 5px 20px;
	padding: 2px;
	border: 1px solid #BBBBBB;
	float: right;
}

/****************** Footer ********************/
#footer {
	background: url(../images/footer-bg.gif) top no-repeat;
	padding: 17px 0px 0px 0px;
	height: 30px;
	vertical-align: top;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #707070;
}
#footer div {
	font-size: 10px;
	color: #FFFFFF;
}
#footer #copyright {
	position: relative;
	right: 7px;
	float: right;
}
#footer #compelite {
	position: relative;
	left: 7px;
	float: left;
}