@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #000080;
}
#container {
	border: 0;
	background-color: #fff;
	max-height: inherit;
	color: #000080;
}
#masthead {
	background-color: #000080;
	background-image: url('../remax/images/rmxlogo.jpg');
	background-repeat: no-repeat;
}
#banner {
	font: inherit;
	border-bottom: 1px solid #FFFFFF;
	background-color: #000080;
	font-size: small;
	color: #A8C5FF;
	text-align: center;
}
#navigation {
	background-color: #000080;
	text-align: left;
}
#navigation2 {
	background-color: #000080;
	text-align: left;
}
html>body #navigation {
	overflow: hidden;
}
#navigation2 {
	overflow: hidden;
}
#column_l {
	width: 723px;
	padding: 15px;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation2 {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 10px;
}
html>body #column_l {
	width: 723px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	border-color: #000080;
	border-style: solid;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #000080;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #A8C5FF;
	text-decoration: none;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	background-repeat: no-repeat;
}
#navigation a:hover {
	color: #000080;
	text-decoration: none;
	background-color: #FF0000;
	background-repeat: no-repeat;
}
#navigation2 ul {
	border-color: #000080;
	border-style: solid;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #000080;
}
#navigation2 li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation2 a {
	color: #FFCC00;
	text-decoration: none;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	background-repeat: no-repeat;
}
#navigation2 a:hover {
	color: #000080;
	text-decoration: none;
	background-color: #FFCC00;
	background-repeat: no-repeat;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000080;
}
h2 {
	font-size: x-large;
	color: #000080;
}
h3 {
	font-size: large;
	color: #000080;
}
h4 {
	font-size: medium;
	color: #000080;
}
blockquote,p,ol,ul {
	font-size: small;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000080;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
}
/* Links */
a {
	color: #000080;
}
a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}