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

body { background:#fff; }

body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	background: #fff url(img/bg.gif) repeat-y top center;
}

#wrap {
	width:760px;
	margin:0px auto;
}

.content table td { padding: 6px 8px; }

.content  p { padding: 8px 0; }

a {
	color: #0140a0;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #518ae0;
	text-decoration:underline;
}

.links  {
	margin: 0 0 0 auto;
	width: 240px;
	border: 1px solid #6f9a34;
	background: #90c843;
	padding: 4px 10px;
}

.links a, .links a:hover {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 4px 0;
}

.table td {
	border-collapse:collapse;
	border:1px solid #AAAAAA;
	font-size:13px;
	padding:2px 3px;
}

img { border:0px; }

.menu {
	background:url(img/menu_back.gif) repeat-x top left;
	margin:0px 1px;
}

.content {
	margin:10px 1px;
	position:relative;
}

.content .home_text {
	position:absolute;
	top:363px;
	left:2px;
	width:519px;
	height:56px;
	background:url(img/home_text.png) no-repeat top left;
}

.content .left_content {
	float:left;
	width:404px;
	height:426px;
	background:url(img/home_content_bg.jpg) no-repeat top left;
}

.content .right_content {
	float:right;
	width:354px;
}

.content .right_content .top {
	background:#5D5D5D url(img/home_right_bg.gif) repeat-x bottom left;
	padding:5px 14px 7px 14px;
}

.content .right_content .top ul { margin-top:6px; }

.content .right_content .top ul li {
	list-style-image:url(img/li_img.gif);
	margin-left:35px;
	color:#FFFFFF;
	margin-bottom:4px;
}

.content .right_content .bottom {
	background:#ECF6FF url(img/right_picture.jpg) no-repeat top left;
	padding:10px 14px 10px 174px;
	_padding:10px 0px 0px 170px;
	_margin:0px;
	height:183px;
}

.content .right_content .bottom img { margin-bottom:9px; }

/***************************************/				







/*Footer*/



.footer {
	color:#767175;
	padding:19px 0px 19px 0px;
	font-size:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(img/footer.gif) repeat-x top left;
	margin:0px 1px;
}

.footer a,  .footer a:hover {
	color:#767175;
	text-decoration:none;
}

.footer a:hover { text-decoration:underline; }

.footer .left {
	float:left;
	display:block;
	margin-left:45px;
}

.footer .right {
	float:right;
	display:block;
	margin-right:45px;
}

/*Form style*/



.button {
	background:#666666;
	border:0px none;
	color:#FFFFFF;
	width:47px;
	height:24px;
	cursor:hand;
}

.txtform {
	border:solid 1px #E0E0E0;
	height:18px;
	width:207px;
	font-family:Tahoma;
	font-size:12px;
	margin-bottom:5px;
}

.textform {
	border:solid 1px #E0E0E0;
	width:207px;
	height:70px;
	font-family:Tahoma;
	font-size:12px;
	margin-bottom:5px;
}

/* Clear Float Fix Problem */



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

ul li { margin-left:40px; }