body
{
	background: #123 url("../img/bg_white.jpg") repeat-x;
	border-top: 1px solid #123;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 0 40px;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#0033FF;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

h5
{
	text-align: center;
	font-size:13px;
	color:#FFFFFF;
}

p
{
	overflow: hidden;
	padding: 2px 0;
	margin:4px;
	color:#FFFFFF;
	text-align: left;
}

.space img
{
	padding:20px 20px 20px 0;
}

.heading
{
	font-family: Georgia, serif;
	text-align: left;
	font-weight:bold;
	color:#FFF;
	font-size:15px;
	text-decoration:underline;
}

#footer 
{
	width:940px;
	height:20px;
	margin:0 auto;
	border:1px dotted #666;
}

#top_header 
{
	width:100%;
	height:30px;
	background:#123;
	border:0px dotted #123;
}

#top_header #inside_main
{
	width:940px;
	height:30px;
	margin:0 auto;
	border:0px solid #666;
}

#top_header #inside 
{
	width:700px;
	height:30px;
	margin:0 auto;
	border:0px solid #666;
	float:left;
}

#top_header #inside_right
{
	width:235px;
	height:30px;
	border:0px dotted #666;
	float:right;
	background:#123;
}

#container 
{	width:940px;
	height:500px;
	margin:0 auto;
	border:0px dotted #000;
}

#container #logo_nav 
{
	width:940px;
	height:90px;
	border:0px dotted #123;
	margin:0 auto;
}

#container #content 
{	
	width:940px;
	height:400px;
	margin:0 auto;
	border:1px dotted #666;
}

#content #left 
{
	width:200px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	border-right:1px dotted #666;
}

#content #center
{
	width:510px;
	height:400px;
	margin:0px;
	border:0px dotted #666;
	float:left;
	margin-left:12px;
}

#center #center_top
{
	width:500px;
	height:180px;
	margin:5px;
	border:1px dotted #666;
	background:#FFFFFF;
}

#center #center_bottom
{
	width:500px;
	height:180px;
	margin:25px 5px 5px 5px;
	border:1px dotted #666;
	background:transparent;
}

#content #right
{
	width:200px;
	height:100%;
	margin:0px;
	padding:0px;
	float:right;
	border-left:1px dotted #666;
}


.h_mnu_01{
	width: 100%;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #123;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #123;
	border-right-color: #123;
	border-bottom-color: #123;
	border-left-color: #123
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #123;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #617D99;
}
