body {
	margin: 10px;
	background-image: url(images/bgnocenter.gif);
}

#Header {
	background-image: url(images/header.jpg);
	width: 960px;
	margin: auto;
	height: 80px;
	position: relative;
}

#Header .request {
	top: 41px;
	left: 89px;
	position: absolute;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}

#Header .request a {
	color: #FFFFFF;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}

#Image {
	margin: auto;
	width: 960px;
	background-color: #000000;
	text-align: center;
}

#Body {
	margin: auto;
	width: 955px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: top right;
	background-repeat: no-repeat;
}

#menu {
	width: 155px;
	text-align: center;
	font-size: 10px;
	position:relative;
	z-index:2;
}

#menu a {
	display: block;
	margin: 0px;
	color: #3B3B3B;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu a:hover {
}
#menu ul { 
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
}
#menu li:hover {
	position: relative;
}
#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}
div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
	padding: 2px 2px 2px 2px;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
	display: block;
	background-color: #E0CF84;
}
div#menu ul a ul,
div#menu ul ul a {
	text-align: left;
	color: #3B3B3B;
	padding: 0px 0px 0px 0px;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover {
	background-color: #73A3D9;
}
div#menu ul a:hover ul,
div#menu ul ul a:hover {
	background-image: none;
}
#menuBG {
	background-color: #73A3D9;
	text-align: center;
	width: 155px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 960px;
	margin: auto;
	background-image: url(images/footer.jpg);
	height: 104px;
	position: relative;
	color: #FFFFFF;
}

#Footer a {
	color: #FFFFFF;
}

#Container {
	width: 100%;
	background-image: url(images/bg.gif);
	background-position: center;
}

.cclogo {
	position: absolute;
	top: 16px;
	right: 8px;
	text-align: right;
}

.crlogo {
	position: absolute;
	top: 40px;
	right: 8px;
	text-align: right;
}

.address_su {
	position: absolute;
	top: 40px;
	left: 8px;
}

#Footer .bottommenu {
	position: absolute;
	top: 0px;
	left: 197px;
	width: 402px;
	height: 16px;
	color: #3B3B3B;
}

#Footer .bottommenu a {
	color: #57585A;
}

#Body .rightside {
	font-size: 12px;
}
.parTitle {
	font-style: italic;
	font-weight: bold;
}
