@charset "UTF-8";

* 
{
	font-family: Arial, Helvetica, sans-serif;
}

body 
{
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol
{
	margin: 0px;
	padding: 0px;
}

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

a:hover
{
	color: red;
	text-decoration: underline;
}

.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.warp
{
	width: 950px;
	margin: 0px auto;
}

.hide
{
	display: none;
}

/* Header (start) */
.header
{
	background: url("images/header.png") no-repeat;
	width: 950px;
}

.header a.logo
{
	display: block;
	width: 355px;
	height: 90px;
	float: left;
	margin: 42px 0px 0px 20px;
}

.header .desc
{
	float: right;
	font: bold 27px arial;
	margin: 50px 254px 0px 0px;
}

.header .desc b
{
	color: #96c059;
	margin: 0 70px;
}

.bg
{
	background: url("images/bg.png") repeat-y;
	width: 950px;
}
/* Header (end) */

/* Right (start) */
.right
{
	float: right;
	width: 204px;
}

.right ul
{
	margin: 130px 0 0 0;
	list-style: none;
}

.right li
{
	background: url("images/menu.png") no-repeat;
	width: 203px;
	font: bold 15.62px arial;
	margin: 7px 0;
}

.right li a, .right li a:visited
{
	color: #000000;
	text-decoration: none;
	line-height: 46px;
	display: block;
	padding-right: 20px;
}
	/* Blue */
	.right ul.blue
	{
		margin: 50px 0 0 0;
	}

	.right ul.blue li a, .right ul.blue a:visited
	{
		color: #135b93;
		font-size: 18.62px;
	}
/* Right (end) */

/* Left (start) */
.left
{
	float: left;
	width: 195px;
	text-align: center;
}

.left h2
{
	color: #5686ac;
	font: bold 22.77px arial;
	width: 135px;
	display: block;
	margin: 0px auto;
}
/* Left (end) */

/* Center (start) */
.center
{
	width: 545px;
	margin: 30px auto 0px auto;
}

.center .width
{
	width: 520px;
	margin: 0px auto;
}

.center .content
{
	width: 510px;
	margin: 0px auto;
	font: 15px Arial, Helvetica, sans-serif;
}

.center h1
{
	font: bold 22px arial;
	color: #085187;
	display: block;
}

.center h2
{
	font: bold 18px arial;
	color: #085187;
	display: block;
}

.center .op ul
{
	list-style: none;
}

.center .op li
{
	background: #f0f0f0 url("images/icon.png") top right no-repeat;
	padding: 12px 52px 12px 10px;
	margin-top: 3px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.center p
{
	font-size: 15px;
}

	/* Login (start) */
	.login
	{
		background: url("images/login.png") top left no-repeat;
		width: 499px;
		height: 284px;
		margin: 5px auto 0px;
		text-align: center;
	}

	.login div
	{
		padding-top: 40px;
	}

	.login span
	{
		display: block;
		font: bold 17px arial;
	}

	.login input
	{
		padding: 7px 0px;
		margin-top: 12px;
		width: 180px;
		font-size: 15px;
		border: 0px;
		background-color: transparent;
		cursor: text;
	}

	.login .pass
	{
		margin-bottom: 2px;
		position: relative;
		top: 5px;
	}

	.login a.next, .login a:visited.next
	{
		display: block;
		float: right;
		height: 25px;
		width: 85px;
		margin: 22px 60px 0 0;
		color: transparent;
	}

	.login a.prev, .login a:visited.prev
	{
		display: block;
		float: left;
		height: 25px;
		width: 85px;
		margin: 22px 0 0 60px;
		color: transparent;
	}
	/* end (start) */
/* Center (end) */

.end
{
	background: url("images/corner.png") no-repeat;
	height: 18px;
	width: 950px;
}

.end div
{
	position: relative;
	float: left;
	bottom: 10px;
	margin-top: -300px;
	width: 180px;
	padding-top: 100px;
}

.end h1
{
	font-size: 20px;
	margin-right: -18px;
	#margin-right: -13px;
}

/* Footer (start) */
.footer
{
	background: url("images/footer.png") top center no-repeat;
	height: 156px;
	width: 950px;
	text-align: center;

}

.footer .position
{
	position: relative;
	right: -40px;
}

.footer h1
{
	font-size: 18px;
	margin: 90px 0px 2px;
}

.footer h1 b
{
	color: #96c059;
}

.footer .blue
{
	font: bold 14px arial;
	color: #31709e;
	padding-top: 40px;
}

.footer .blue a, .footer .blue a:visited
{
	color: #7199b7;
	text-decoration: none;
}

.footer .gray, .footer .gray a, .footer .gray a:visited
{
	color: #cfcfcf;
	font: bold 12px arial;
	text-decoration: none;
}
/* Footer (end) */
