@charset "utf-8";

/* Default Elements */
/*****************/
body {
	margin: 3px 0 2px 0;
	text-align: center;

}

/* Main Elements */
/*****************/
#page {
	width: 900px;
	margin: 10px auto;
	line-height: 130%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
}
#top {
	display: none;
}
#header {
	height: 138px;
}
/* Container for col_left and frame2 */
#frame1{
}
#col_left  {
	clear:left;
	width: 200px;
	line-height: 20px;
	float: left;
}


*:first-child+html #col_left {
	margin-top: 5px;

}
/* Container for col_right and col_mid */
#frame2 {
	line-height: 20px;
	margin-left: 200px;
}
#col_right {
	float: right;
	width: 199px;
	border-top-style: none;
}
#col_mid {
	margin-right: 199px;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
}

#footer {
	text-align: center;
}

/* Header Elements */
/*****************/
#logo {
	float: right;
	width: 199px;
	height: 110px;
}
#claim {
	display: none;
}
#header_menu {
	height: 29px;
	width: 700px;
	float: left;
	margin-left: 0px;
	padding-left: 200px;
}

#header_menu a {
	display: block;
	text-decoration: none;
	padding: 7px 0px;
	white-space:nowrap;
	
}
#header_menu li {
	padding-left: 30px;
	float: left;
	width: auto;
	display: block;
}
 
#header_menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	margin-left: -35px;
		
}

#header_menu li li {
	width: 100px;
}

#header_menu li ul a {
	width: 160px;
	padding-left: 10px;
}

#header_menu li ul ul {
	margin: -24px 0 0 140px;
}

#header_menu li:hover ul ul, #header_menuli:hover ul ul ul, #header_menu li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#header_menu li:hover ul, #header_menu li li:hover ul, #header_menu li li li:hover ul, #header_menu li.sfhover ul, #header_menu li li.sfhover ul, #header_menu li li li.sfhover ul {
	left: auto;
}


#header_pic {
	height: 110px;

}

/* Left Elements */
/*****************/
.left_menu {
	display: none;
}
#col_left #banner {
	display: none;
}


 
.sub_menu_left  {
	display:none;
}
	
#col_left #banner, #col_right #banner {
	margin: 20px 0;
	width: 199px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.content_left {
	padding: 10px;
}
.content_img_left {
	background-image: none;
	text-align: center;
	width: 200px;
	height: 261px;
}


/* Right Elements */
/******************/
.right_menu {
	display:none;
}
.random_img {
	display: none;

}
.content_right {
	padding: 10px;
}
#col_right  #banner {
	margin: 20px 0;
	width: 170px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}



/* Footer Elements */
/*****************/
#footer #col_left{
	display: none;
}
#footer #frame2 {
	margin: 0px;
}
#frame2 #banner {
	width: 700px;
	margin-left: 200px;
	/*margin-bottom: -6px;*/
}
.footer_bg a {
	padding:5px;
}
/**************************************/
/* Content Elements */
/**************************************/
h1 {
	margin:0px 0 5px 0;
	font-weight:bold;
	font-size:150%;
}
h2 {
	margin:10px 0 5px 0;
	font-weight:bold;
	font-size:137%;
}
h3 {
	margin:-25px 0 5px 0;
	font-weight:bold;
	font-size:130%;
}
h4 {
	margin:15px 0 10px 0;
	font-weight:normal;
	font-size:125%;
}
h5 {
	margin: 10px 0 8px 0;
	font-weight:bold;
	font-size: 120%;
}
h6 {
	margin: 12px 0 2px 0;
	font-size:110%;
}

#col_mid ul, .content_right ul {
	list-style: none;
}
#col_mid  ul li, .content_right  ul li {
	list-style:square;
	list-style-position:inside;
	vertical-align:baseline;
	font-size:110%;
}
#col_mid  ol, .content_right  ol {
	margin:5px 0 12px 20px !important /*Non-IE6*/;
	margin:5px 0 12px 25px /*IE6*/;
}
#col_mid  ol li, .content_right  ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 1px 0;
	font-size:120%;
}
