body {
	background:url(images/background.gif) #840018;
}

#wrapper {
	width:100%;
	background:url(images/background-gradient.gif) center top repeat-x;
	_text-align:center;
	min-height:800px;
	_height:800px;
}

#wrapper2 {
	width:949px;
	margin:0 auto;
	_text-align:left;
	background-color:#fff;
}

#top-request {
	width:941px;
	_width:949px;
	height:16px;
	_height:20px;
	text-align:right;
	padding:4px 8px 0 0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background:url(images/background-gradient.gif) center top repeat-x;
}

#top-request a {
	color:#fff;
	text-decoration:none;
}

#top-request a:hover {
	text-decoration:underline;
}

/* Header */

#header {
	width:949px;
	height:104px;
}

#header h1 {
	float:left;
	width:417px;
	height:104px;
}

#header h2 {
	float:right;
	width:532px;
	height:104px;
}

/* Header End */
/* Top Navigation */

#top-nav {
	width:947px;
	height:31px;
	margin:0 0 0 1px;
	background:url(images/nav-bg.gif) repeat-x;	
}

#top-nav h3 {
	float:left;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#131313;
	padding:0 0 0 15px;
	margin:0;
	line-height:31px;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	/*width:947px;*/
	float:right;
}

#top-nav ul li {
	float:right;
	width:104px;
	height:31px;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#131313;
	line-height:28px;
	text-align:center;
}

#top-nav ul li a {
	width:104px;
	height:31px;
	display:block;
	color:#131313;
	text-decoration:none;
	background:url(images/nav-button.gif) 0 0 no-repeat;
}

#top-nav ul li a:hover {
	background:url(images/nav-button.gif) 0 -31px no-repeat;
}

#top-nav ul li.topnavfirst {
	width:25px;
	background:url(images/nav-button.gif) right top no-repeat;
}

/* Top Navigation End */
/* Top Navigation Dropdown */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #dfc4c4;
}

/* Top Navigation Dropdown End */
/* Content Area */

#content {
	width:874px;
	_width:910px;
	margin:9px 0 0 19px;
	padding:18px;
	background:url(images/content-top.gif) center top no-repeat #eee;
	min-height:300px;
	_height:300px;
}

#content-bottom {
	width:910px;
	margin:0 0 0px 19px;
	background:url(images/content-bottom.gif) center top no-repeat;
	height:15px;
	padding:0 0 20px;
}

.centered {
	text-align:center;
}

/* Content Area End */
/* Footer */

#footer {
	width:950px;
	margin:0 auto;
	background:url(images/footer.gif) center top no-repeat;
	padding:15px 0 20px 0;
	font:11px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	padding:0 0 10px 0;
}

/* Footer End */