

body {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	background-repeat: repeat;
	background-image: url(images/bg_tile.gif);
}


div#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}


div#header {
	height: 360px;
	width: 800px;
}

div#main_nav {
	text-align: left;
	width: 800px;
	background-color: #09182a;
}

div#main_nav ul {
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 7px;
	list-style-type: none;
}

div#main_nav li {
	padding-left: 10px;
	display: inline;
	color: white;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}


div#main_nav li a {
	text-decoration: none;
	color: white;
}

div#main_nav li a:hover {
	border-bottom-color: blue;
	border-bottom-style: solid;
	text-decoration: none;
	color: white;
	border-width: 5px;
}


div#sub_nav {
	text-align: left;
	width: 800px;
	background-color: #4f5266;
}

div#sub_nav ul {
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 7px;
	list-style-type: none;
}

div#sub_nav li {
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	display: inline;
	color: white;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}


div#sub_nav li a {
	text-decoration: none;
	color: white;
}

div#sub_nav li a:hover {
	border-bottom-color: #80ff00;
	border-bottom-style: solid;
	border-width: 5px;
	text-decoration: none;
	color: white;
}


div#main_content {
	min-height: 100px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	width: 800px;
	background-color: white;
}

div#main_content_left {
	text-align: left;
	float: left;
	width: 400px;
	position: relative;
}

div#main_content_right {
	width: 400px;
	text-align: center;
	float: right;
}

div#footer {
	clear: both;
}

p {
	margin-right: 50px;
	margin-left: 50px;
	color: black;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

p a {
	color: black;
	border-bottom-color: #ab005a;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	text-decoration: none;
}

p a:hover {
	color: #ab005a;
	border-bottom-color: #ab005a;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	text-decoration: none;}

.nav_current {
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-width: 5px;
}

.sub_nav_current {
	border-bottom-color: #80ff00;
	border-bottom-style: solid;
	border-width: 5px;
}

.img_right
{
  margin-right: 0px;
  margin-left: 7px;
  margin-bottom: 7px;
  margin-top: 0px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}	

.img_left
{
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 3px;
  margin-top: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

.img_gallery
{
  padding-bottom: 3px;
  margin: 7px;
  border-bottom-color: #ff0080;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  
}

.form_text
{
	padding-left: 50px;
	color: black;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.input_field
{
	padding: 5px;
	color: #030303;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #e3e5d7;
	border-color: #959ea0;
	border-style: solid;
	border-width: 2px;
}



