body {
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	color: #000;
	background: #F0F8FF url(images/bodybg_02.gif) repeat-x;
}

/* fix for IE6 */
* html body {
	margin-top: 10px;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 846px; 
	min-height: 100%;
	text-align: left;
}

/* fix for IE6 */
* html #container {
	height: 100%;
}

#banner {
	margin: 10px 0;
}
#banner_inner {
	background: #FFF;
}
#banner_strap {
	float: right;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
}
#banner hr {
	color: #FFF;
	background: #FFF;
	border: 0;
	height: 2px;
}

.main_content {
	padding: 0 10px;	
}

.left_column {
	float: left;
	width: 20%;
	padding: 0 0 20px 0;
}

.sidemenu {
	width: 170px;
	font-size: 0.9em;
	margin: 20px 0 50px 0; 
	border: 1px solid #FFF; 
}
.sidemenu ul {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}
.sidemenu ul li a {
	display: block;
	color: #DCDCDC;
	width: 100%;
	padding: 15px 0;
	text-indent: 5px;
	border-bottom: 1px solid #369;
	background: #36C url(images/menubg_01.gif) repeat-x;
} 
.sidemenu ul li a:hover {
	color: #FFF;
	background: #69C url(images/menubg_02.gif) repeat-x;
	text-decoration: none;
} 
.sidemenu ul li a.current {
	color: #FFF;
	background: #69C url(images/menubg_02.gif) repeat-x;
} 

.right_column {
	float: right;
	width: 75%;
	padding: 0 0 20px 0;
}

#footer {
	position: static;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}
#footer hr{
	margin-left: 20%; margin-right: 20%;
}
#strap {
	font-size: 1.4em;
	font-family: "comic sans ms",sans-serif;
	font-style: italic;
	color: #F00;
	margin-bottom: 10px;
}
#bottom_menu {
	color: #C0C0C0;
}

a { 
	color: #36C;
	text-decoration: none;
 }
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ul.sub { 
	list-style-type: circle;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	margin-top: -10px;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #F00;
	border-bottom: 1px solid #F00;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #F00;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
	color: #F00;
}
p {
	line-height: 1.3em;
}

.subheader {
	font-size: 1.5em;
	font-family: georgia,serif;
	color: #F00;
}
.boldtext {
	font-size: 1.2em;
	color: #F00;	
}
.smalltext {
	font-size: 0.8em;
}

.form_box label {
	float: left;
	width: 30%;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

#slideshow {
	border: 1px solid #F00;
	padding: 5px 6px 0 6px;
}
a.slideshow img {
	border: 6px solid transparent;
}
a.slideshow:hover img {
	border: 6px solid #36C;
}
a.slideshow:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}
