/* CSS Document */

body {
	background: #fff url(bg.gif) repeat-x;
	margin: 0px;
	background-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #C5DBE8;
	scrollbar-darkshadow-color: #C5DBE8;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #C5DBE8;
}
a:link {
	color: #47A2D1;
	text-decoration: none;
}
a:visited {
	color: #47A2D1;
	text-decoration: none;
}
a:hover {
	color: #CC00FF;
	text-decoration: underline;
}
a:active {
	color: #115C66;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0 0 20px 0;
	}
ul {
	margin: 0;
	padding: 0 0 20px 20px;
	}
.contentsColor {
	color: #115C66;
	}
.mainBox {
	margin: 0px;
	width: 996px;
	}
#header {
	height: 92px;
	overflow:hidden;
	}
#menuBox {
	width: 238px;
	float: left;
	}
#contentBox {
	background: url(content-bg.gif) no-repeat;
	width: 708px;
	height: 490px;
	margin: 0px;
	padding: 28px 0 50px 50px;
	float: right;
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #115C66;
	text-align:justify;
	line-height: 150%;
	}
#contentArea {
	width: 600px;
	height: 450px;
	overflow: auto;
	padding: 15px 10px 0 10px;
	}
#bottomMenu {
	width: 600px;
	margin-top: 40px;
	padding: 3px 0 0 10px;
	border-top: 1px dotted #A9DEDE;
	}
.title {
	font: 22px bold "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
.textField {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #115C66;
	background-color: #EAF7F7;
	padding: 2px;
	height: 15px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#frontList a {
	color: #FFF;
	text-decoration: none;
}
#frontList a:hover {
	color: #47A2D1;
	text-decoration: none;
}
#frontList a:active {
	color: #FFF;
	text-decoration: none;
}