body {
	font-family: Verdana, Tahoma, Arial, sans-serif; margin: 0; padding: 0;
}

h1 {
	font-size: 11pt;
	color: #b8c15d;
}

h3 {
	color: #ebebe6;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	height: 25px;
	font-size: 17px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	background-color: #404040;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
div.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
/*----------------------------------------------general tags------------------------------------------------*/
a {
	color: #b8c15d;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 20px;
}
li {
	color: #FFFFFF;
}
td {
	vertical-align: top;
}
ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}
input.text, select {
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	background-color: #5f5f5f;
	border: 1px solid #343434;
	color: #FFFFFF;
	width: 300px;
}
input[type=radio] {
	margin-top: 8px;
}
/*-------------------------------------------------------header and content-----------------------------------*/
#header {
	background-color: #525252;
	background-image: url(img/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 210px;
	position: relative;
}
.logo {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 44px;
	top: 53px;
	height: 87px;
	width: 286px;
}


/*--------------------------------------------------------navigation------------------------------------------*/
ul.mnav {
	height: 39px;
	position: absolute;
	left: 18px;
	top: 180px;
	list-style-type: none;
	width: 700px;
}
ul.mnav li {
	display: inline;
	float: left;
	height: 39px;
}
ul.mnav li a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 39px;
	margin-right: 15px;
}

/*----------------------------------------------------------------layout--------------------------------------------*/
#wrap {
	background-color: #404040;
	background-repeat: repeat;
	float: left;
	width: 100%;
}
#left {
	width: 160px;
	text-align: left;
	z-index: 3;
}
#footer {
	line-height: 40px;
	background-color: #404040;
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	z-index: 3;
}

/*---------------------------------------------------------------sidebar content---------------------------------------*/
#left ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#left li {
	display: block;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 16px;
	margin-left: 0px;
	line-height: 20px;
}
#left li a {
	color: #FFFFFF;
}
#left li a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------footer content--------------------------------------------*/

