@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#323331;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image:url(pictures/bg.gif);
	background-repeat:repeat-x;
}

#main
{
	overflow:hidden;
	width:100%;
	height:auto;
}

#center
{
	width:970px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
}

#header
{
	width:970px;
	height:130px;
	overflow:hidden;
}

#menu
{
	width:970px;
	height:45px;
	overflow:hidden;
}

.menu
{
	width:160px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin-top:15px;
	color:#FFFFFF;
	background-image:url(pictures/menu_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	font-weight:bold;
}

#content
{
	width:970px;
	overflow:hidden;
	height:auto;
}


#content_center
{
	width:510px;
	height:auto;
	overflow:hidden;
	padding:10px;
	background-color:#f0fae2;
	font-size:12px;
}

#content_center_header
{
	width:530px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/content_head.png);
	background-repeat:no-repeat;
}

#content_center_footer
{
	width:530px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/content_footer.png);
	background-repeat:no-repeat;
}

#content_right
{
	width:210px;
	height:auto;
	overflow:hidden;
	margin-top:60px;
}

#content_left
{
	width:210px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-right:10px;
	margin-top:60px;
}

#navigation
{
	background-color:#b3dc02;
	width:190px;
	height:auto;
	overflow:hidden;
	padding:10px;
}

.navigation_menu
{
	width:180px;
	background-image:url(pictures/navigation_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#2c2c2c;
	font-size:12px;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
}

.navigation_menu_header
{
	width:210px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/green_header.png);
	background-repeat:no-repeat;
}

.navigation_menu_footer
{
	width:210px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/green_footer.png);
	background-repeat:no-repeat;
}

.black_header
{
	width:210px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/black_header.png);
	background-repeat:no-repeat;
	margin-top:0px;
}

.black_footer
{
	width:210px;
	height:10px;
	overflow:hidden;
	background-image:url(pictures/black_footer.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.black_div
{
	background-color:#000000;
	width:190px;
	color:#FFFFFF;
	padding:10px;
}

#footer
{
	width:750px;
	overflow:hidden;
	padding-top:25px;
	font-size:12px;
	color:#666666;
}

img
{
	border:none;
}

.menu a, .menu a:visited, .menu a:active
{
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover
{
	color:#9adc03;
	text-decoration:none;
}

.navigation_menu a, .navigation_menu a:visited, .navigation_menu a:active
{
	color:#2c2c2c;
	text-decoration:none;
}

.navigation_menu a:hover
{
	color:#686868;
	text-decoration:none;
}

.blue
{
	color:#000000;
	text-decoration:underline;
}

.text
{
	padding:25px;
}

h1
{
	font-size:20px;
	font-weight:normal;
	padding-bottom:15px;
	color:#060;
}

h2
{
	color:#f5a82a;	
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	background-image:url(/pictures/icon.png);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:30px;
}

h3
{
	color:#000000;	
	font-size:16px;
	font-weight:normal;
	padding-bottom:1px;
	padding-top:1px;
	margin:0px;
}

h4
{
	color:#060;	
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
	background-image:url(/pictures/icon_green.png);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:30px;
}

h5
{
	color:#f5a82a;	
	font-size:18px;
	font-weight:bold;
	padding-bottom:0px;
	background-image:url(/pictures/icon.png);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:30px;
}

#title
{
	font-size:20px;
	font-weight:normal;
	padding-top:20px;
	padding-left:10px;
	color:#060;
	font-family:Georgia, 'Times New Roman', Times, serif;
	overflow:hidden;
	width:auto;
}

a, a:visited, a:active
{
	color:#333333;
	text-decoration:underline;
}

a:hover
{
	color:#272727;
	text-decoration:none;
}

ul, li
{
	list-style:circle;
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:25px;
}

li a, li a:visited, li a:active
{
	color:#80a9d2;
	text-decoration:none;
}

li a:hover
{
	color:#b3d0ed;
	text-decoration:none;
}

select
{
	width:190px;
	font-size:12px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:1px;
	height:20px;
	margin-bottom:10px;
}

input[type=text], input[type=password]
{
	width:185px;
	font-size:12px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:1px;
	height:15px;
	margin-bottom:10px;
}

textarea
{
	width:185px;
	font-size:12px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:1px;
	height:40px;
	margin-bottom:10px;
	font-family:Arial;
}

form
{
	padding:0px;
	margin:0px;
}

input[type=button], input[type=submit]
{
	background-color:#b3dc02;
	color:#000000;
	border:none;	
}

.green_button
{
	background-color:#b3dc02;
	color:#000000;
	border:none;
}

form
{
	padding:0px;
	margin:0px;
}