body {
	background-color: #63c2f0;
	background-image: url("images/top_x.gif");
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	
}

a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: inherit;	

}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #01090d;
	border-right: 2px solid #01090d;
	padding:  10px;
	background-color: #fff;
	overflow: hidden;
	
	
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.button {
	height: 26px;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	border: 1px solid #c0c0c0;
}

#header {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 150px;
	background-image: url("images/header_x.gif");
	background-repeat: repeat-x;
	width: 780px;
	margin: 0 auto;
}  

.top {
 padding: 10px;
 }
 
.title {
float:left;
padding-right: 10px;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}



.h_menu {
	text-align: right;
	border: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
}


.l_box ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #000000;
}	

.l_box ul ul {
	padding-left: 20px;
}

.h_menu a:link, .h_menu a:visited {
	padding: 10px;
    color: #ffffff;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
}


#left {
	width: 180px;
	float: left;
	margin: 0 auto;
	padding-right: 10px;
	
}

#right {
	width: 600px;
	margin-left: 200px;
	background-color:#FFFFFF;

	
}

.l_box {
	
	padding: 5px;
	margin-bottom: 10px;
}

.r_box {
	
	padding: 5px;
	margin-bottom: 10px;
	
}


.b_head {
	background-image: url("images/menu_x.gif");
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	font-weight: bold;
	color:#FFFFFF;
}

.e_head {
    background-color: #6695cf;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	font-weight: bold;
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

div.spacer {
  clear: both;
  }

#footer {
	border-top: 1px solid #c0c0c0;
	text-align: center;
	padding-top: 5px;
	color: #202020;
	clear:both;
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

