@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: 110px;
	background-position:right;
}
/* Container for col_left and frame2 */
#frame1{
}
#col_left  {
	clear:left;
	float: left;
	width: 200px;
	line-height: 20px;
}
/* Container for col_right and col_mid */
#frame2 {
	margin-left: 201px;
	line-height: 20px;
}
#col_right {
	float: right;
	width: 199px;
}
#col_mid {
	margin-right: 200px;
	padding: 20px;
}

#footer {
	text-align: center;
}

/* Header Elements */
/*****************/
#logo {
	float: left;
	width: 199px;
	height: 110px;
}
#claim {
	display: block;
	padding-left: 330px;
	padding-top: 65px;
}
#header_menu {
	display: none;
}
#header_pic {
	display: none;
}

/* Left Elements */
/*****************/
.content_left {
	display: none;

}
.left_menu {
	width: 199px;
}
.left_menu li {
	border-bottom-width: 2px;
	border-bottom-style:solid;
}
.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-style: solid;
	border-left-width: 30px;
	padding: 4px 13px;
}

#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;
}
#banner2 {
	display:none;
}
/* Footer Elements */
/*****************/
#footer #col_left{
display:none;
}
#footer #frame2 {

}
#frame2 #banner {
	width: 699px;
	overflow:hidden;
	}
.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%;
}

