@charset "utf-8";
/* CSS Document */

/* BASIC LAYOUT ITEMS */

html,body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#06886C;
}

#header {
	width:900px;
	height:80px;
	background:#000;
	border-bottom:5px solid #FFF;
	background-image:url(../images/RML_header_bg.gif);
	margin:0 auto;
}

#wrapper {
	width:910px;
	background:#FFF;
	overflow:auto;
	margin:0 auto;
}

/* CONTENT ITEMS */

#content {
	margin:0 5px 0 5px;
}

#content_gray {
	width:900px;
	background: #333;
	overflow:auto;
}

#column_left {
	width:450px;
	margin:37px 0 0 37px;
	float:left;
}

#column_right {
	width:300px;
	float:right;
	margin:32px 37px 0 0;
	background:#BCBEC0;
}

#column_right_text {
	margin:10px;
}
	

/* HEADER ITEMS */

#logo_area {
	width:900px;
	margin:0 auto;
	text-align:left;
	
}

/* TEXT ITEMS */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#FFF;
	border-bottom:1px dotted #FFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	border-bottom:1px dotted #000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #CCC;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #900;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFF;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFF;
}

.form_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000; !important
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #FF0;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #FFF;
	text-decoration:none;
}