@charset "utf-8";
#page_container {
	margin: 0px auto;
	padding: 5px;
	width: 900px;
	border: 1px solid #000066;
}
#page_container img{
	border-style: none;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #777676;
}


#header_main {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
 #header_1os, #header_2os, #header_3os, #header_myth  {
	padding-left: 10px;
	padding-top: 10px;
}

#top_left_main, #top_left_1os, #top_left_2os, #top_left_3os, #top_left_myth {
	padding-right: 10px;
}
#top_right_main, #top_right_1os, #top_right_2os, #top_right_3os, #top_right_myth {
	padding-left: 10px;
}

#middle_1os, #middle_2os, #middle_3os, #middle_myth {
	padding: 15px;
}
#middle_main {
	padding: 5px;
}
#top_left_main  p, #top_left_1os p, #top_left_2os p, #top_left_3os p, #top_left_myth p {
	padding-left: 50px;
}

#top_right_1os p, #top_right_2os p, #top_right_3os p, #top_right_myth p {
	padding-right: 50px;
	text-align:left;
}


h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	margin-bottom: 5px;
}


a:link, a:visited, #current a:active {
	text-decoration: none;
	color: #663300;
}

a:hover{
	text-decoration: underline;
	color: #666600;
	background: url(images/nav_btn_selected.gif) no-repeat;
}
.main_content_scroll {
	overflow: auto;
	height: 300px;
	width: 100%;
}
