body {
	background-color: #fff;
	/*background-image: url("images/top_x.gif"); 
	background-repeat: repeat-x;*/
	margin: 0 auto;
	text-align: center;
	font-family: "Tahoma", Verdana, Lucida Sans Unicode, Sans-Serif;
	font-size: 12px;
	color: #006699;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
/*	padding: 10px;*/
	overflow: hidden;
}

.button {
	height: 24px;
	background-image: url("images/button_x.gif");
	background-repeat: repeat-x; 
	background-color: #006699;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #66cc66;
}

#header {
	/*background-color: #eaf7d3;
	padding: 20px;*/
	/*border: 1px solid #808080;*/
	border-bottom: 1px dotted #006699;
	/*background-image: url("images/header_x.gif");
	background-repeat: repeat-x;*/
	
}

#header a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link, a:visited {
	color: #66cc66;
	text-decoration: none;
}



.h_menu {
	text-align: right;
/*	border: 1px solid #006699;*/
	border-top: 0px;
	margin-bottom: 3px;
	padding: 10px;
	
}

.l_box ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}	

.l_box ul ul {
	padding-left: 20px;
}

.h_menu a:link, .h_menu a:visited {
	padding: 5px;
	background-color: #fafafa;
	color: #006699;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.h_menu a:hover {
	background-color: #006699;
	color: #fff;
}

#left {
	width: 220px;
	float: left;
}
*html #left {
	width: 215px;
	float: left;
}

#right {
	width: 670px;
	margin-left: 230px;
	min-height: 280px;
}
*html #right {
	width: 670px;
	margin-left: 225px;
	min-height: 280px;
}

.l_box {
	border: 1px dotted #006699;
	padding: 5px;
	margin-bottom: 10px;
	background: #006699;
	font-family: "Tahoma", Verdana, Lucida Sans Unicode, Sans-Serif;
	font-size: 12px;
	color: #fff; 

}

.r_box {
	border: 1px dotted #006699;
	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: #fff;
}

.main_table td {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ededed;
	text-align: left;
}

.main_table {
	width: 660px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h4 {
   text-align: center;
   margin: 0 auto;
   padding: 5px;
   background:#66cc66;
   color:#fff;
   font-size: 1em;
}

#footer {
	border-top: 1px solid #c0c0c0;
	background: #003366;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	width: 900px;
	margin: 0 auto;
}

.shorter {
	width: 135px;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #404040;
	padding: 2px;
}