/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	color: #333333;
	background-color: #F2F3F2;
}


#main {
	width:718px;
	text-align:left;

	margin-top: auto;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;

	height: 100%;
 }

#menublock {

	display: block;
	height: 100%;
	width: 30%;
	float: left;
}
#contentblock {
	display: block;
	height: 100%;
	width: 70%;
	float: right;
	line-height: 1.2em;
	list-style-image: url(nav/bullet.gif);
}

#contentblock a{
	color: #000000;
	text-decoration: underline;

}
#contentblock a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004A99;

}

#contentblock h1{
	font-size: 1.3em;
	color: #004A99;

}
#contentblock h2{
	font-size: 1.1em;
	color: #3C98B7;

}

#contentblock .quotation {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #002753;
	line-height: 1.2em;
	display: block;
	margin-top: 12px;
	margin-bottom: -12px;
	margin-right: 56px;
	text-align: justify;
}

#menu {

	width: 85%;
	height: 100%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BDBEC0;
	padding-top: 135px;
}
.button {
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BDBEC0;
	display: block;
}

.button a{
	text-decoration: none;
	color: #333333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.button a:hover{
	color: #FFFFFF;
	background-color: #004A99;
}

.button span{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004A99;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -24px;
}
.emphasis {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
.roman {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.opening {
	font-size: 1.3em;
	color: #777777;
}
