*{padding: 0; margin: 0}

html{scrollbar-width:5px;
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #152439;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color: #152439;
scrollbar-shadow-color: #152439;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color:#FFFFFF;
overflow-y: yes;
overflow-x: auto;
}

body{margin:0; padding: 0px; text-align: center; background: #152439 url(../gfx/body_bg2.gif) repeat-y scroll center; height:100%; font-size:100%;
}

img{margin:0px; float: left;}
div{color: #152439;	background-color: transparent; font-family: verdana, arial, sans-serif;}

a{color: #435D81;font-weight: bold; font-family: Tahoma, verdana, arial, sans-serif; text-decoration: none;}
a:hover{color: #152439;}

h1, h2, h3, h4, h5 {font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; margin-bottom: 10px;}
h1 {font-size: 130%;}
h2 {font-size: 120%; }
h3 {font-size: 110%; }
h4 {font-size: 100%; }
h5{font-size: 85%; line-height: 150%;} 
h6{font-size: 70%; font-weight: normal; } 

/*
label,
div.checkbox{width:100%; margin: 10px 0 0; display:block; font-weight: bold;  color: #1C503A;}
input, textarea{border: 1px solid #1C503A; color: #1C503A; margin-top: 2px;}
input[type="radio"], input[type="checkbox"] {border:0px}
input[type="reset"], input[type="submit"] {margin-top:10px; font-size:10px; height: 18px; background-color: white;; padding:0px 4px 2px 4px;}
select{color: #1C503A;}
.checkbox label {display: inline; margin:0;}
*/

#all_container{
	position: relative;
	margin: 0 auto; 
	text-align: center; 
	overflow:hidden; 
	height:auto; 
	padding:0px; 
	width: 756px; 
	}

#container{
	position: relative;
		width:756px; 
		margin: 0 auto; 
		padding: 0px 0px 30px 0px;
		text-align: left;
		overflow:hidden; 
		height:auto; 
	background-image: url(../gfx/bottom_half_bg.jpg);
	background-position: 0px; 
	background-repeat: repeat-y; 
	}
#header{
	width:756px; 
	height: 61px; 
	margin:0px;
	padding:0px; 
}

#top_pic{
	width:756px; 
	height: 224px; 
	margin:0px;
	padding:0px; 
	}

#bottom_half{
	margin: 0px 0px 0px 45px;
	width:679px;
	height: auto;
	border-left:1px solid white;	
}


#menu{
	width:149px;
	float: left;
	height: auto;
	min-height: 300px;
	padding: 0px 0px 0px 0px;
	}

#footer{
	position: absolute; 
	bottom: 0px;
	width:149px;
	padding: 0px 10px 40px 10px;  
	text-align: left; 
	/* 
	margin-top:-105px;
	height:80px;
	clear:left;
	 */
	
	}

		#menu_top{
			width:149px;
			height:24px;
			background: #D0DAE9 url(../gfx/menu_bg_top.gif);
		}

		#menu ul {
			height: auto;
			margin:0;
			padding:0;
			background: #D0DAE9 url(../gfx/menu_bg.gif); 
			white-space:nowrap;
		}

		#menu li {
			margin:0;
			padding:0;
			list-style-type:none;
			background:none;
		}

		#menu a {
			text-indent: 15px;
			text-align: left;
			font-size:78%;
			color: #FFFFFF; 
			margin:0;
			display: block;
			padding:3px 0px 0px 0px;
			height:29px;
			border:0;
			}
		#menu a:hover{
		color: #152439;
		}
		
		#menu li.b01 { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_b01.gif) no-repeat 0% 0% ; }
		#menu li.b02 { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_b02.gif) no-repeat 0% 0%; }
		#menu li.b03 { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_b03.gif) no-repeat 0% 0%; }
		#menu li.b04 { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_b04.gif) no-repeat 0% 0%; }
		#menu li.b05 { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_b05.gif) no-repeat 0% 0%; }
		
		#menu li.b_sel { height: 23px; width: 149px; background: transparent url(../gfx/menu_bg_hover.gif) no-repeat 0% 0% ; }
		#menu li.b_sel a{color: #152439;
		}
		#menu li a:hover
			{
			color: #152439;
			background: transparent url(../gfx/menu_bg_hover.gif) no-repeat ; 
			}

#content{
	float: left;
	width: 440px;
	text-align: left;
	padding: 5px 25px 0px 60px;
}

#height_fix{height:100%;}



#bottom_cover{
		width:756px; 
		height:61px;
		margin: 0 auto; text-align: left;
		border-bottom:0px solid white;
}

