* {
} 

body {
	background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
	margin: 20px auto;
	width: 724px;
	background-repeat: repeat-y;
	background-color: #fff;
	background-image: url(images/rmidbg.jpg);
}

#top {
	height: 30px;
	background-color: #fff;
	background-image: url(images/rtopbg.jpg);
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
	height: 30px;
	background-color: #fff;
	background-image: url(images/rbotbg.jpg);
}


.header {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/header2.jpg);
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs {
	background: #ffffff;
	border-bottom: 2px solid #3b6ebf;
	padding: 5px;
}
	
.middle {
	float: left;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: left;
	width: 65%;
	display: inherit;
	padding-right: 5px;
}

.right {
	float: left;
	width: 20%;
	margin: 0;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #FF6600;
}

.middle h2 {
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.right h2 {
	color: #FF9933;
	font-size: 14px;
	margin-top: 15px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
