@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#cfcfcf;
	background-image:url(images/white_bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:medium;
}

.header
{
	height:110px;
	background-image:url(images/top2.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

.flash
{
	height:180px;
	width:930px;
	margin:0px auto;
	text-align:right;
	background-image:url(images/banner_1.jpg);
	background-position: bottom;
	background-repeat:no-repeat;	
}

.main
{
	background-image:url(images/middle_bg.png);
	background-position: top center;
	background-repeat:repeat-y;
}

.main_text
{
	width:880px;
	height:1200px;
	margin: 0px auto;
	text-align:justify;
}


.heading1
{
	font-size:24px;	
	color:#000;
	font-weight:bold;
	text-align:center;
}

.image
{
	float:left;
	width:370px;
	margin: 0px 32px 0px 33px;
	text-align:center;
}

.image_full
{
	float:left;
	width:820px;
	margin: 0px 30px 0px 30px;
	text-align:center;
}

.image_txt
{
	float:left;
	width:370px;
	margin: 0px 32px 0px 33px;
	text-align:center;
	font-weight:bold;
}

.image_full_txt
{
	float:left;
	width:820px;
	margin: 0px 30px 0px 30px;
	text-align:center;
	font-weight:bold;
}

.nav
{
	width:900px;
	height:30px;
	margin: 0px auto;
}

.nav_element
{
	width:180px;
	height:30px;
	margin: 0px 0px 0px 0px;
	float:left;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	background-image:url(images/nav2.png);
	background-repeat:no-repeat;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	letter-spacing:3px;
	cursor:pointer;
}

.footer
{
	text-align:center;
	font-size:10px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.footer a
{
	text-align:center;
	font-size:10px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.footer a:hover
{
	text-align:center;
	font-size:10px;
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.form_label
{
	width:150px;
	float:left;
	font-weight:bold;
}

.form_field
{
	width:180px;
	float:left;
}


a:hover .nav_element
{
	width:180px;
	height:30px;
	margin: 0px 0px 0px 0px;
	float:left;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	background-image:url(images/nav2_over.png);
	background-repeat:no-repeat;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	letter-spacing:3px;
	cursor:pointer;
}




