﻿/* CSS layout for dynamic template */
*
{
	border: 0;
	margin: 0;
}

body {
	margin: 8px;
	padding: 0;
	background-image:url('../images/rmxbkgrnd.jpg');
	border-width: 0px;
	text-align:center;
}


#masthead {
	width: 835px;
	height: 285px;
	margin:0 auto;
	background-image:url('../images/websiteBanner.png');
}

#top_nav {
	width: 835px;
	height:auto;
	margin:0 auto;
	background-color: #336699;
}

#container {
	width: 833px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	}

#left_col {
	border-color: #336699;
	background-color:#FFFFFF;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

#right_col {
	border-color: #336699;
	background-color:#FFFFFF;
	float: right;
	padding-right: 8px;
	}

#footer_links {
	width: 835px;
	margin:0 auto;
	line-height: 23px;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#footer_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}

#footer_address {
	width: 835px;
	margin:0 auto;
	background-color: #CC0000;
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	color: white;
	font-size: 18px;
	clear: both;
}

#footer_copyright {
	width: 835px;
	margin:0 auto;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	font-size: 13px;
}
#footer_copyright a {
    font-family:Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
}
#footer_copyright a:hover {
    font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}
#page_content {
	width: 770px;
	text-align:center;
	background-color:#FFFFFF;
}	

/* Content Styles */
.nav_table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.nav_table a {
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.nav_table a:hover {
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: red;
	text-decoration:none;
}