body {
	font-family: Verdana, serif;
	background-image: url(/background.jpg);
	background-color: #acbac7;
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 792px;
}
#header {
	width: 100%;
	height: 60px;
}
#main_content {
	margin: 0 auto;
	width: 100%;

	padding-top: 10px;

	border: #6d81A2 1px solid;

	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: 9px;
	margin: 10px auto;
	color: #3d5172;
}
.content {
	float: left;
	width: 510px;
	padding: 0 30px 30px 30px;
	text-align: justify;
	font-size: 12px;
	color: #3d5172;
}
.content h1 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.content h2 {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu {
	width: 200px;
	float: right;
	margin: 0 10px 0px 10px;
	font-size: 12px;
	color: #3D5172;
}
.menu ul{
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;

	border: #b5c1cd 1px solid;
	background-color: #f2f3f7;
}
.menu ul li{
	list-style-type: none;
}
.menu h1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.menu li {
	padding-top: 2px;
	list-style-type: circle;
}
a {
	color: #3265ae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.menu_link {
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	font-weight: bold;
	text-decoration: underline;
}
.matrix {
	font-size: 10px;
}
