body {
	margin: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #000000;
}
#wrapper {
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999999;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	background-color: #333;
	background-image: url(layout_images/hmr_header.jpg);
	text-align: center;
	height: 110px;
	background-repeat: no-repeat;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
	width: 940px;
	background-color: #FFFFFF;
}
#main_content {
	float: left;
	width: 615px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}

#side_content {
	float: right;
	width: 290px;
	padding-top: 20px;
	text-align: center;
	padding-right: 10px;
}
.box_300 {
	background-image: url(layout_images/box_300_bg.jpg);
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-right: 5px;
	height: 200px;
}

#side_content p {
	font-size: 12px;
	color: #990000;
}

#footer {
	height: 25px;
	color: #FFFFFF;
	background-color: #333333;
	clear: both;
	width: 950px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.emphasis {
	font-style: italic;
}
#navigation {
	background: #666;
	width: 950px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style:none;
	float: left;
	background-color: #bbb;
}

#navigation li {
display: inline;
background: #fff;
}

#navigation a {
float: left;
padding: 5px 15px;
color: #fff;
background: #666;
text-decoration:none;
margin: 0 2px 0 0;
}

#navigation a:hover {
	background-color: #990000;
}
h1 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
.clear {
	clear: both;
}

textarea {
	text-align: left;
}
h2 a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.red {
	font-weight: bold;
	color: #990000;
}
a {
	color: #990000;
}
