@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-left-style: solid;
	border-left-width: 1px;
}
#top {
	display: none;
}
#header {
	height: 110px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

/* Container for col_left and frame2 */
#frame1{
	
}
#col_left  {
	display: none;
}
/* Container for col_right and col_mid */
#frame2 {
	margin-top: 0px;
	border-top-style: solid;
	border-top-width: 1px;


}
#col_right {	
}
#col_mid {
	padding: 20px;
	width: 655px;
	margin: 2px;
	border-style: solid;
	border-width: 0px;
	border-bottom: none;
}
}

#footer {
	text-align: left;

}

/* Header Elements */
/*****************/
#logo {
	float: right;
	width: 200px;
	height: 110px;
	margin: 0;
}
#claim {
		display: none;
}

#header_pic {
	height: 85px;
	width: 700px;
	float:left;
	margin-bottom:1px;

}

#header_menu {
	height: 22px;
	width: 698px;
	float: left;
	border-style: solid;
	border-width: 1px;

}

#header_menu a {
	display: block;
	text-decoration: none;
	padding: 4px 0px;
	
}
#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;
}



/* Left Elements */
/*****************/


#banner {
	margin: 20px 0;
	width: 199px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}


.sub_menu_left  {
	display:none;
}

/* Right Elements */
/******************/
.right_menu {
	display:none;
}
.random_img {
	margin-top: -1px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.content_right {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	margin-top: -1px;
}
.content_img_right {
	height: 250px;
	margin-top: 1px;
	border-style: solid;
	border-width: 1px;
	
}
#banner2 {
	margin: 20px 0;
	width: 199px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

/* Footer Elements */
/*****************/
#footer #col_left{

}
#footer #frame2 {
	border-bottom: none;
	width: 700px;
	text-align: center;
}
#frame2 #banner {
	width: 698px;
	height: 100px;
	margin: 0px;
	overflow:hidden;
}
.footer_bg {
	height:23px;
	padding:5px 0 0 0;

}
#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%;
}
