html,body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	background-color: #e9f7f7;
	background-color: #edfbe8;
	background-color: #eafce4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	outline: none;
	color: #0e75a6;
	text-decoration: underline;
}

a:hover, a:active
{
	outline: none;
	color: #0e75a6;
	color: #6fb400;
	text-decoration: underline;
}


h1
{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

img
{
	margin: 0;
	border: 0;
}

#header_blue
{
	width: 100%;
	height: 15px;
	background-color: #1188c1; 
	border-top: 5px solid #0e75a6;
}

#header_login
{
	height: 40px;
	background-color: #1188c1; 
}

#login input
{
	border: none;
	padding: 3px ;
	font-size: 11px;
	margin-right: 5px;
	background-color: #ffffc1;
	background-color: #f9f9f9;
}

#login a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header_white
{
	width: 100%;
	height: 175px;
	background-color: #ffffff;
}

#header_white_1, #header_white_2, #header_white_3, #content, #footer, #login
{
	left: 50%;
	width: 710px;
	position: relative;
	margin: 0px 0px 0px -350px;
}

#header_white_1
{
	height: 25px;
}

#header_white_1 a:link, #header_white_1 a:visited, #header_white_1 div
{
	float: right;
	width: 121px;
	height: 21px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	padding: 2px 0px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('img/button1.png');
}

#header_white_2
{
	height: 125px;
}

#header_white_3
{
	height: 25px;
}

#header_white_3 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header_white_3 ul li
{
	display: inline;
}

#header_white_3 .level1 a
{
	float: left;
	width: 121px;
	height: 19px;
	color: #ffffff;
	display: block;
	margin: 0px 7px;
	font-size: 13px;
	padding: 3px 0px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('img/button2.png');
}

#header_green
{
	width: 100%;
	height: 15px;
	background-color: #90d122; 
	border-bottom: 5px solid #6fb400;
}

#content
{
	color: #444;
	font-size: 11px;
	padding: 20px 30px;
	position: relative;
	text-align: justify;
	background-repeat: repeat-y;
	background-image:url('img/bg2.png');

/* fix height for all browsers */
	min-height: 420px;
	height: auto !important;
	height: 420px;
	width: 650px;
}

#content input
{
	font-size: 12px;
}

#footer
{
	color: #555;
	border: none;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	position: relative;
	background-image: url('img/bottom.png');
	background-repeat: no-repeat;
}