#Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	position: relative;
	width: 960px;
	height: 80px;
	background-image: url(images/header.jpg);
	margin: auto;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	background-image: url(images/background_tile.jpg);
}
#Header .request {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 108px;
	position: absolute;
	top: 44px;
	left: 105px;
	text-align: center;
	color: #383216;
}

#Header .request a {
	color: #383216;
}
#Header .cclogo {
	text-align: right;
	/*position: absolute;
	top: 29px;
	right: 10px;*/
	margin:10px;
}
#Image {
	background-color: #000000;
	width: 960px;
	position: relative;
	margin: auto;
	text-align: center;
}
#Body {
	margin: auto;
	/*background-image: url(images/rightbg.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2E7B2;
}
#Footer {
	background-image: url(images/footer.jpg);
	margin: auto;
	height: 71px;
	width: 960px;
	position: relative;
	color: #D6D6D3;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#Container {
	background-image: url(images/centerbg.jpg);
	margin: auto;
	width: 100%;
	background-position: center;
	background-repeat: repeat-y;
}
#Footer .crlogo {
	text-align: right;
	position: absolute;
	top: 24px;
	right: 10px;
}
#Footer .crlogo a {
	color: #D6D6D3;
}
#Footer .address {
	position: absolute;
	left: 11px;
	top: 22px;
}

#Footer .address a {
	color: #D6D6D3;
}

#Footer .address1 {
	position: absolute;
	left: 209px;
	top: 16px;
	width: 415px;
	height: 15px;
}

#Footer .address1 a {
	color: #D6D6D3;
}

#menu {
	width: 160px;
	text-align: right;
	font-size: 14px;	
	position:relative;
	z-index:2;
}

#menu a {
	display: block;
	margin: 0px;
	color: #E0DBAC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 3px 10px 3px 0px;
}
#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;
	padding: 0px 0px 0px 0px;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover {
	background-image: url(images/navbg.jpg);
}
div#menu ul a:hover ul,
div#menu ul ul a:hover {
	background-image: none;
}
#menuBG {
	background-color: #73A3D9;
	text-align: center;
	width: 155px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#Body .rightside {
	font-size: 12px;
}
.parTitle {
	font-style: italic;
	font-weight: bold;
}
.invisible {
	border-style:none;
	border-color:#182750;
	scrollbar-3dlight-color:#182750;
	scrollbar-arrow-color:#182750;
	scrollbar-base-color:#182750;
	scrollbar-darkshadow-color:#182750;
	scrollbar-face-color:#182750;
	scrollbar-highlight-color:#182750;
	scrollbar-shadow-color:#182750;
	height: 29px;
	_float: right;
}
