/* CSS Document */

* {margin: 0 auto; padding: 0;}

body {
	background-color: #e6f5f6;
	}

#bg {
	width: 961px;
	height: 796px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/bg.gif);
        background-repeat:no-repeat;
	}
#main {
	width: 795px; 
	margin-left: auto;
	margin-right: auto;
		padding-top: 50px;
	}
.main_top {
	width: 795px;
	height: 181px;
	background-image:url(images/main_top.gif);
	background-repeat: no-repeat;
	}
.main_mid {
	width: 795px;
	background-image:url(images/main_mid.gif);
	background-repeat: repeat-y;
	}
.main_bott {
	width: 795px;
	height: 15px;
	background-image:url(images/main_bott.gif);
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #000000;
	padding-left: 168px;
	padding-top: 28px;
	letter-spacing: .02em;
	}
.title_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #444444;
	margin-left: 30px;
	letter-spacing: .02em;
	}
.eutf {
	width: 580px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-left: 184px;
	padding-top: 20px;
	line-height: 1.5em;
	}
.leftmenu{
	margin-left:10px;
	margin-top:10px;
	float:left;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
}
.leftmenu ul{
	margin-left:0px;
	padding-left:10px;
}
.leftmenu li{
	font-size:12px;
	line-height:1.5em;
	list-style:none;
	padding-left:8px;
	border-bottom: 1px solid #d4eeef; 
}
.leftmenu li:hover{
	display:block;
	background-color: #e6f5f6;
	text-decoration:none;
}
.content{
	width:510px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:15px;
}
.contact {
	width: 224px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
.contact li {
	list-style: none;
	}
.contact a {
	color: #0099FF;
	}
.contact a:hover {
	color: #003366;
	text-decoration: none;
	}
.box {
	width: 554px;
	margin-left: auto;
	margin-right: auto;
	}
.box_top {
	width: 554px;
	height: 9px;
	background-image:url(images/box_top.gif);
	}
.box_mid {
	width: 554px;
	background-image:url(images/box_mid.gif);
	background-repeat: repeat-y;
	}
.box_bott {
	width: 554px;
	height: 8px;
	background-image:url(images/box_bott.gif);
	}
	
.button {
	width: 230px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	}
	
/*New Styles*/

.main_mid p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-right: 16px;
	padding-top: 8px;
	letter-spacing: .02em;
	line-height: 1.4em
	}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #000000;
	padding-left: 16px;
	padding-top: 8px;
	letter-spacing: .02em;
	}
	
.table2 {
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	padding-bottom: 8px;
	} 
	
/*end*/

a {
	color: #2c8bce;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clearing{
	clear:both;
	}