@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-width: 1px;
	border-style: solid;
}
#top {
	display: none;
}
#header {
	height: 240px;
	width: 390px;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
/* Container for col_left and frame2 */
#frame1{

}
#col_left  {
	clear:left;
	float: left;
	width: 199px;
	height: 300px;
	margin-top:131px;
}
*:first-child+html #col_left  {
	margin-top:-131px;
}
*+html #col_left {
	margin-top:0px;
}
#col_left.footer_bg {
	background-image:none;
	}

/* Container for col_right and col_mid */
#frame2 {
	margin-left: 200px;
}
#col_right {
	float: left;
	width: 190px;
	margin-top:131px;
        line-height: 20px;
}
*:first-child+html #col_right  {
	margin-top:-131px;
}
*+html #col_right  {
	margin-top:0px;
}
#col_mid {
	padding: 20px;
	margin-left: 193px;
	margin-top: -241px;
}

#footer {
	text-align: center;
}

/* Header Elements */
/*****************/
#logo {
	float: left;
	width: 199px;
	height: 110px;
}
#claim {
	display: none;
}
#header_menu {
	display: none;
}
#header_pic {
	display: none;
}

/* Left Elements */
/*****************/

.content_left {
	display: none;

}
.left_menu {
	display: none;
}

.left_sub_menu {
	display: none;

}

/*
.left_menu {
	width: 199px;
}
.left_menu li {
	border-bottom-width: 2px;
}
.left_menu li a {
	display: block;
	padding: 5px 13px 6px;
}
.left_menu li li {
	border-bottom-width: 0;
}
.left_menu li li a {
	border-left-width: 30px;
	padding: 4px 13px;
}
*/
#banner {
	display:block;
}


/* Right Elements */
/******************/
.right_menu {
	width: 190px;
}
.right_menu li {
}
.right_menu li a {
	display: block;
	padding: 5px 10px 6px;
}
.right_menu li a.act {
}
.right_menu li li {
}
.right_menu li li a {

}
.right_menu li li a {
	padding: 4px 13px;
	border-left-style: solid;
	border-left-width: 30px;
}
.right_menu li li li a {
	padding: 4px 20px;

}
.right_menu li li li li a {
	padding: 4px 50px;
	border-left-style: solid;
	border-left-width: 30px;

}


.random_img {
	display:none;
}
.content_right {
	display:none;
}

#col_left #banner, #col_right #banner {
	margin: 20px 0;
	width: 199px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

/*****************/
/* Footer Elements */
/*****************/
#footer #col_left{
	height: 22px;
	margin-top: 0px;
	}
*:first-child+html #footer #col_left {
	height: 22px;
	margin-top: 0px;
	padding-top:0px;
}

#frame2 #banner {
	width: 700px;
	height:100px;
}

#frame2.footer_bg {
     padding-top:4px;
     height: 18px;
}
.footer_bg a {
	padding:10px;
}

/**************************************/
/* 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 li, .content_right  ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 1px 0;
	font-size:120%;
}

#col_mid  ol, .content_right  ol {
	margin:5px 0 12px 20px !important /*Non-IE6*/;
	margin:5px 0 12px 25px /*IE6*/;
}
.content_img_left {
	clear:left;
	float: left;
	width: 199px;
	height: 280px;
	margin-top:0px;
}

