a.ex { text-decoration: none; }

a.ex:link { color: #5f5f5f; }

a.ex:visited { color: #5f5f5f; }

a.ex:hover { color: #5f5f5f; }

a.ex:active {  }



/* CSS Document */

body {
	margin:0;
	font: normal 13px arial, tahoma, sans-serif;
	color:#888;
	background: #fff url(images/bg.jpg) no-repeat;
	text-align:left;
}

#main_container {
	float: left;
	width: 800px;
}

.top_nav {
	float: right;
	text-align: right;
	margin: 30px 20px 5px 0;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#prebanner {
	background: #fff url(images/prebanner.gif) no-repeat;
	float: right;
	width: 597px;
	margin-left: 0;
	margin-top: 100px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#banner {
	background: #fff url(images/banner.jpg) no-repeat;
	float: right;
	width: 592px;
	height: 127px;
	margin-top: 6px;
}

#content {
	float: right;
	background: #fff url(images/content.gif) no-repeat;
	margin-left: 0;
	width: 597px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#content h1 {
	color: #144283;
	margin: 5px 10px 5px 10px;
	border-bottom: 1px solid #144283;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
}

#content p {
	text-align: justify;
	margin: 5px 20px 5px 20px;
}

.contentimg {
	background: #fff;
	float: right;

	margin: 15px 8px 15px 15px;
}

.contentimg2 {
	background: #fff;
	float: left;

	margin: 15px 15px 15px 8px;
}

#nav {
	float: left;
	width: 192px;
	margin-top: 100px;
}

#nav ul {
	float: left;
	list-style: none;
	color: #870000;
	width: 192px;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li {
	width: 192px;
	height: 23px;
	background: #fff url(images/nav_button.gif) no-repeat;
	margin-bottom: 0;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 0;
	}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #eee;
}

#nav #under_nav {
	float: left;
	width: 192px;
	height: 270px;
	background: url(images/under_nav.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#footer {
	background: #222;
	float: left;
	width: 800px;
	padding: 5px;
	text-align: center;
}

#footer p {
	text-align: center;
}