BODY {
	min-width: 800px;
	text-align: center;

	background-color: #dddddd;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 14px;
	
	text-decoration: none;
	color: #05487c; 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 12px;
	
	text-decoration: none;
	color: #ff9200; 
	
	margin: 0;
	margin-top: 5px;
	margin-bottom: 0px;
		
}

p, ul, li, a, td, BLOCKQUOTE {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	
	text-decoration: none;
	color: #05487c;
	
	text-align: justify;
}

ul, li, BLOCKQUOTE {
	text-align: left;	
}

a {
	text-align: left;
	text-decoration: none;
	color: #0b5dc1; 
}

a:active, a:hover  {
	color: #ff9200; 
}


#center_layer {
	text-align: left;
	background-color: white;

	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	
	width: 800px;
}

#navigation_layer {
	position: absolute;
	
	width: 796px;
	min-width: 796px;
	height: 22px;
	
	background: white url(/images/layout/nav-bg1.jpg);
	background-repeat: repeat-x;

	padding: 2px;
	
	text-align: center;
}


#banner_layout_layer {
	position: absolute;
	z-index: 100;
	
	width: 800px;
	min-width: 800px;
	height: 136px;
	top: 26px;
	
	padding: 0px;
}

#banner_image_layer {
	position: absolute;
	z-index: 50;
	
	width: 800px;
	min-width: 800px;
	height: 120px;
	
	top: 26px;
	
	text-align: right;
}


#container_layer {
	position: absolute;
	
	margin-top: 160px;
	left: 0px;
	width: 800px;
	
	background-color: white;
	padding: 0px;
	padding-top: 10px;
}

#navigation_box, #content_box, #image_box, #gallery_box {
	position: relative;
	background-color: white;
	
	padding: 5px;
}

#navigation_box {
	float: left;
	width: 180px;
	padding: 0px;
}

#content_box {
	float: left;
	
	width: 460px;
	padding-left: 10px;
}

#image_box {
	float: right;
	
	width: 130px;
	
	text-align: center;
}

#gallery_box {
	float: left;
	
	width: 590px;
	padding-left: 10px;
}

#footer_box {
	position: relative;
	left: 0px;
	bottom: 0px;
	top: 10px;
	
	padding: 0;
	
	width: 100%;
	height: 35px;
	clear: both;
	
	background-image: url("../images/layout/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	
	text-align: right;
	vertical-align: bottom;
}

#disclaimer_box {
	position: relative;
	left: 0px;
	bottom: 0px;
	top: 0px;
	
	padding: 0;
	
	width: 100%;
	clear: both;
	
	text-align: right;
	vertical-align: bottom;	
}

#side_nav_top {
	height: 102px; 
	background: white url("../images/layout/side-nav-top.png"); 
	background-repeat: no-repeat;
	
	text-align: center;
	vertical-align: top;
}

#side_nav_bottom {
	height: 33px;
	background: white url("../images/layout/side-nav-bottom.png"); 
	background-repeat: no-repeat;
}

#side_nav {
	border-left-color: #5090b4;
	border-left-style: solid;
	border-left-width: 1px;	

	border-right-color: #5090b4;
	border-right-style: solid;
	border-right-width: 1px;	
	
	padding-left: 5px;
}

#sideheading {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 14px;
	
	text-align: center;
	
	color: white;
	margin-top: 25px;
}



A.topnav, .topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	
	text-decoration: none;
	color: #0b5dc1; 
}

A.topnav:active, A.topnav:hover  {
	color: #ff9200; 
}


A.sidenav, .sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 12px;
	
	text-decoration: none;
	text-align: left;
	color: #05487c; 
	
	margin-left: 5px;
}

A.sidenav:active, A.sidenav:hover  {
	color: #ff9200; 
}


A.disclaimer, .disclaimer, A.admin {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 9px;
	
	text-decoration: none;
	color: gray; 
	
	vertical-align: bottom;
	text-align: right;
	
	margin: 0;
}

.disclaimer {
	padding-right: 5px;
}

A.admin {
	color: red;
}

A.disclaimer:active, A.disclaimer:hover, A.admin:active, A.admin:hover  {
	color: black; 
}


img {
	border-color: #ff9200;
}

.required {
	font-size:12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
		
	background: white;
}

.form_text {
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.form_textarea {
	width: 300px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	
}

.form_submit {
}
