body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "century gothic",sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;	
	background: #FFF;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 15px auto;
	width: 800px;
	text-align: left;
	left: 22px;
}

#main_menu {
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-size: 0.8em;
}
#main_menu ul {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border-top: 1px solid #4682B4; border-bottom: 1px solid #4682B4;
	background: url(images/main_menu_bg.gif) center center repeat-x;
}
#main_menu ul li {
	display: inline;
	float: left;
}
#main_menu ul li a {
	float: left;
	color: #FFF; 
	padding: 10px 15px 3px 15px;
	text-decoration: none;
	border-right: 1px solid #4682B4; 
}
#main_menu ul li a:hover, #main_menu ul li #selected {
	color: #FFF; 
	padding-top: 11px; /*shift text down 1px for selected and active item*/
	padding-bottom: 2px; /*shift text down 1px for selected and active item*/
	background:  url(images/main_menu_bg2.gif) center center repeat-x;
}
#main_menu ul li #selected {
	color: #000080;
}

.main_content{
	margin-top: 20px;	
}

#footer {
	position: relative;
	width: 100%;
	font-size: 0.8em;
	margin: 20px 0;
	padding-bottom: 10px;
}
#bottom_menu {
	text-align: right;
	color: #06F;
	margin-bottom: 5px;
}

a { 
	color: #06F;
}
a:hover { 
	color: #069;
	text-decoration: none;
}
ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #4682B4;
	background: #4682B4;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #4682B4;
	margin: 0
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4682B4;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #4682B4;	
}

.subheader {
	font-size: 1.2em;
	font-weight: bold;
	color: #4682B4;
}
.boldtext {
	font-size: 1em;
	font-weight: bold;
	color: #4682B4;	
}
.smalltext {
	font-size: 0.8em;
}

#form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

.ss {
	font-size: 0.8em;
	border: 1px solid #4682B4;
	padding: 5px 6px;
}
a.slideshow img {
	border: 6px solid #FFF;
}

a.slideshow:hover img {
	border: 6px solid #B0C4DE;
}

a.slideshow:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}
