﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #B4CDD4;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 5px groove #61330A;
	border-left: 5px groove #61330A;
	border-bottom: 5px groove #61330A;
	border-top: 5px groove #61330A;
	background-color: #A3C1C9;
	background-image: url('../images/serene_side.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	height:100px;
	background-color: #A3C1C9;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0px;
}
#masthead h1 {
	color: #61330A;
	text-align:left;
	font-size:15px;
	margin: 5px 0px 5px 10px;
}
#head {
	height:100px;
	width: 460px;
	border: 0;
	padding: 0;
	margin: 0;
	float:right;
}
#tag {
	float:left;
}
#menubar {
	background-color: #61330A;
	margin-left: 160px;
	text-align: center;
}
html>body #menubar {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;	
	background-image: url('../images/elegantbg.jpg');
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}
#column_left {
	float: left;
}
#column_left hr {
	height:2px;
	width:80%;
	color:#8CA7AE;
}
#column_right {
	padding-bottom: 30px;
}
#column_right hr {
	height:2px;
	width:50%;
	color:#8CA7AE;
}
#image {
	text-align: center;
	margin: 5px;
}
#image0 {
	text-align: center;
	margin: 5px;
}
#image1 {
	text-align: center;
	margin: 5px;
}
#footer {
	height:25px;
	background-color: #B4CDD4;
	color: #61330A;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:3px #8CA7AE ridge;
}
/* Styles for Navigation */
#navlist {
	margin: 0;
	width: 100%;
	padding: 0;
	height: 25px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	color: #A3C1C9;
	margin: 0 1px;
	padding: 5px;
	border: 0;
	display: block;
	text-decoration: none;
}
#navlist a:hover {
	color: #61330A;
	text-decoration: none;
	background-color: #CC9966;
	border: 0;
}
#menubar #navlist .uberlink {
	color: #61330A !important;
	text-decoration: none;
	background-color: #CC9966;
	border: 0;
	font-weight:bold;
	cursor: default;
}
/* Styles for Right Column */
#column_right h4 {
	color: #61330A;
	margin-top: 0px;
}
#column_right ul {
	list-style-image:url('../images/bullet.gif');
	margin-left:15px;
}
#column_right p {
	color: #999977;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #61330A;
	font-weight: bold;
	text-decoration: underline;
}
#column_right a:hover {
	color: #CC9966;
	text-decoration: none;
}
/* Styles for Left Column */
.image {
	margin:5px;
}
h1 {
	font-size: 18px;
	text-align:center;
	color: #61330A;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #61330A;
	margin-top: 0px;
}
h3 {
	font-size: 18px;
	text-align:center;
	color: #61330A;
	margin-top: 0px;
}
h4 {
	font-size: 16px;
	color: #61330A;
	margin-top: 0px;
}
h5 { 
	font-size: 14px;
	text-align:center;
	color: #61330A;
	margin-top: 0px;
}
h6 { 
	font-size: x-small;
	color: #61330A;
	margin-top: 0px;
}
a {
	color: #6666FF;
}
a:hover {
	text-decoration:none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 10px;
}
#footer a {
	color: #61330A;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC9966;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}