body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana,sans-serif;
	background: #FFF;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 800px;
	min-height: 100%;
	text-align: left;

}
/* Fix for IE6 */
* html #container {
	height: 100%;
}

#spacer {
	padding-top: 210px;
}
/* Fix for IE6 */
* html #spacer {
	padding-top: 230px;
}

#header {
	position: absolute;
	top: 0; left: 0;
	width: 800px;
	font-size: 1.6em;
	color: #000080;
}

#left_column {
	float: left;
	font-size: 0.9em;
	color: #000080;
	width: 200px;
	margin-top: 55px;
	padding-bottom: 100px;
}
/* Fix for IE6 */
* html #left_column {
	margin-top: 45px;
}

#sidemenu {
	width: 180px;
	margin: 20px 0 40px 0;
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu ul li a {
	display: block;
	width: 100%;
	color: #FF3;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px solid #FF3;
} 
#sidemenu ul li a:hover {
	color: #FFA500;
	text-decoration: none;
} 
#sidemenu ul li a#selected {
	color: #FFA500;
	font-weight: bold;
} 

#right_column {
	float: left;
	font-size: 1em;
	width: 600px;
	padding-bottom: 100px;
}
#main_content {
	padding-left: 10px; 
}

#footer {
	position: absolute;
	bottom: 0; left: 0; 
	width: 800px;
	font-size: 0.8em;
	padding: 0 0 10px 0;
}

#bottom_menu {
	color: #36C;
	text-align: right;
	font-weight: normal;
	margin: 0 0 10px 0;
}


ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #000080;
	background: #000080;
	border: 0;
	height: 2px;
}
a {
	color: #36C;
}
a:hover {
	color: #000080;
	text-decoration: none;
}

img {
	border-color: #333;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000080;
	margin-bottom: 0;
	text-align: right;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000080;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000080;
}
h4 {
	font-size: 0.8em;
	font-weight: normal;
}

.subheader {
	font-family: georgia, serif;
	font-size: 1.4em;
	color: #000080;
}

#strap {
	font-size: 1.4em;
	color: #000080;
}
.boldtext {
	color: #000080;
	font-weight: bold;
}
.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;
}

#slideshow {
	border: 1px solid #B0C4DE;
	padding: 5px 6px 0 6px;
}

a.slideshow img {
	border: 6px solid #FFF;
}

a.slideshow:hover img {
	border: 6px solid #B0C4DE;
}

a.slideshow:hover {
	color: #8FBC8F; /* irrelevant definition to overcome IE bug */
}

.boxed_text {
	border: 1px solid #B0C4DE;
	padding: 6px;
}

.roundedcornr_box_347242 {
   background: #6d6deb url(images/roundedcornr_347242_grad.gif) repeat-x top left;
}
.roundedcornr_top_347242 div {
   background: url(images/roundedcornr_347242_tl.gif) no-repeat top left;
}
.roundedcornr_top_347242 {
   background: transparent url(images/roundedcornr_347242_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_347242 div {
   background: url(images/roundedcornr_347242_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_347242 {
   background: transparent url(images/roundedcornr_347242_br.gif) no-repeat bottom right;
}

.roundedcornr_top_347242 div, .roundedcornr_top_347242,
.roundedcornr_bottom_347242 div, .roundedcornr_bottom_347242 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_347242 { margin: 0 10px; }
