/* CSS Document */
body {
	background:#C3CEBE url(images/rmox_bg.jpg) repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:
}
.style1 {font-size: 10px}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 10px;
}
.green {
	color:#00642f;
}
ul {
	list-style:square;
}
li {
	padding:7px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-variant:small-caps;
}

#navlist a { padding: 3px 15px 0px 15px; }

#navlist a:link, #navlist a:visited
{
color: #1e1e1e;
text-decoration: none;
}

#navlist a:hover
{
color: #00642F;
text-decoration:none;
}
.navigation {
	width:100%;
	height:41px;
	max-height:41px;
	background:#00642F url(images/rmox_menu_bg.jpg) repeat-x;
	padding:2px 0px;
}
.textbg {
	background:#FFFFFF url(images/rmox_txt_bg.jpg) repeat;
}

.header {
	width:100%;
	height:170px;
	background:#BEC8BD;
}
.banner {
	width:100%;
	height:100%;
	background:#000000;
}
.seperator {
	width:100%;
	height:15px;
	background:#00642F;
}
.content {      
  float: left;
  margin: 0;
  padding: 1% 2%;
}
.sidebar {
	padding:1%;
	text-align:left;
	vertical-align:top;
	background:#dde7db;

}
.footer {
	width:100%;
	height:100%;
	min-height:20px;
	background:#00642F;
	color:#999999;
	font-size:10px;
	padding:10px 0px;
}

