@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F3F3F3;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12213E;
}

#menu {
	background: #ededed;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 192px;
}
#menu li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #ededed;
	border-bottom: 1px solid #ccc;
	color: #0d223d;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a.current {
	background-color:#576678;
	font-weight:bold;
	color:#ECCB9E;
}
#menu a:hover {
	background: #576678;
	color: #fff;
	padding-bottom: 8px;
	font-weight:bold;
}

.h1 {
	border-bottom: 1px dashed #cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #D9983E;
}
a:active {
	color: #D9983E;
}

.nametitle {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F6F2D;
	border-bottom: 1px solid #cccccc;
	font-weight:bold;
	margin-bottom:-25px;
}

.title {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
}



