/*
Template by OSDEV.in
*/


html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EAF1F1;
	font: 8pt verdana, arial;
	color: #FFFFFF;
	}
h1	{
	color: #059696;
	}
#container {
	float: left;
	margin: auto;
	background: #EAF1F1 url(layout/bg_body.gif) repeat-y;
	padding: 0;
	text-align: center;
	width: 800px;
	}
#menu {
	float: right;
	width: 160px;
}
#menu ul{
	display: inline;
	}
#menu  ul li{
	list-style-type: none;
	line-height: 150%;
	border-left: #C8C8C8 1px solid;
	border-top: #C8C8C8 1px solid;
	border-bottom: #C8C8C8 1px solid;
	border-right: #C8C8C8 8px solid;
	background-color: #EFF0F0;
	margin-top: 5px;
	}
#menu ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	}
#menu ul li a:hover{
	color: #000;
	background-color: #038585;
	text-decoration: none;
	}
#content {
	margin: auto;
	background: #FFFFFF;
	padding: 6px;
	text-align: left;
	min-height: 450px;
	width: 630px;
	font: 9pt verdana, arial;
	color: #000;
}
#content a {
	color: #059696;
	text-decoration: none;
	font: bold 9pt  verdana, arial;
}
#content a:hover  {
	color: #000;
	font: bold 9pt  verdana, arial;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #059696;
}
#footer {
	margin: auto;
	padding: 0;
	text-align: center;
}
textarea {
	color: #000;
	text-decoration: none;
	background: #EFEFEF;
	border: 1px solid #ADAEAF;
	font: bold 9pt  verdana, arial;
}
input, select, button {
	color: #000;
	text-decoration: none;
	background: #EFEFEF;
	border: 1px solid #ADAEAF;
	font: bold 9pt  verdana, arial;
}
input:hover {
	background: #FEFCFD;
	border: 1px solid #000;
}