@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: 110px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
}


/* Container for col_left and frame2 */
#frame1{


}

#col_left  {
	clear:left;
	float: left;
	line-height: 20px;
	width: 200px;
	margin-left: 0px;
}

/* Container for col_right and col_mid */
#frame2 {
	margin-left: 220px;
	line-height: 20px;
}
#col_right {
	display: none;
}
#col_mid {
	padding: 20px;
	margin-top: 260px;
}

#footer {
	text-align: center;
}

/* Header Elements */
/*****************/
#logo {
	float: left;
	width: 199px;
	height: 110px;
	margin: 0px;
}
#claim {
		display:none;
}
#header_menu {
	display: none;
}


#header_pic {
	position: relative;
	top: 2px;
	height: 354px;
	width: 411px;
	margin-left: 350px;
}
* html #header_pic {
	top: 2px;
}
*:first-child+html #header_pic {
	top: 2px;

}

/* Left Elements */
/*****************/
.left_menu {
	margin-top:-260px;
	width: 200px;
}
*:first-child+html .left_menu {
	margin-top: 0px;
}

* html .left_menu {
	margin-top: 0px;
}
*+html .left_menu {
	margin-top: 0px;
}
/* Left Elements */
/*****************/
.left_menu {
	margin-top:-260px;
	width: 199px;
}
*:first-child+html .left_menu {
	margin-top: 0px;
}

* html .left_menu {
	margin-top: 0px;
}
*+html .left_menu {
	margin-top: 0px;
}
.left_menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;

}

.left_menu li a {
	display: block;
	padding:10px 0px 5px 20px;
	margin-bottom:0px;
}
.left_menu li a.act {

}
.left_menu li li {
	border-bottom-width: 0px;

}
.left_menu li li a {
	border-left-style: solid;
	border-left-width: 30px;
	padding:3px 0px 5px 10px;
	
}
.left_menu li li li a {
	padding:3px 0px 5px 10px;
	border-left-width: 45px;	
}
.left_menu li li li a.act {
	border-bottom-style: inherit;
	border-bottom-width: 0px;
}
.left_menu li li li li a {
	
	margin-left: 30px;
}
.left_menu li li li li a.act {
	text-decoration: underline;
	border-left-width: 10px;
	border-left-style: solid;
	margin-left: 30px;
}
.sub_menu_left  {
	display:none;
}

.content_left {
	display:none;
}

 	
#col_left #banner, #col_right #banner {
	margin: 20px 0;
	width: 199px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

/* Right Elements */
/******************/
.right_menu {
	display:none;
}
.random_img {
	height: 182px;
}
.content_right {
	padding: 10px;
}

/* Footer Elements */
/*****************/
#footer #col_left {
	display: none;
}
#footer #frame2 {
	margin-left: 200px;

}
#frame2 #banner {
	width: 700px;
}
#footer 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;
	margin:7px 0 10px 0;
}
#col_mid  ul li, .content_right  ul li {
	margin:0 0 0px 2px; 
	padding:0 0 0 12px; 
	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%;
}
