body {
	background-color: #446C8E;
	padding-left: 15px;
}

#header {
	width: 610px;
	height: 100px;
	margin-left: 154px;
	margin-bottom: 0px;
	padding-left: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 3px solid #A9A9A9;
	border-left: 3px solid #A9A9A9;
	border-right: 3px solid #FFFFF0;
	border-bottom: 1px solid #8B0000;
	
	font-family: "Times New Roman", serif;
	font-size: 35px;
	text-align: left;
}

.subtitle {
	display: block;
	font-size: 20px;
	padding-right: 154px;
	padding-top: 20px;
	float: left;
}

.lastsubtitle {
	display: block;
	padding-top: 20px;
	font-size: 20px;
}

#main {
	width: 950px;
}

#menu {
	width: 145px;
	padding-left: 0px;
	margin: 0px;
	margin-top: 20px;
	background-color: #B8C1CF;
	border-top: 2px solid #A5A5A5;
	border-left: 2px solid #A5A5A5;
	border-right: 2px solid #FFFFF0;
	border-bottom: 2px solid #FFFFF0;
	list-style: none;
	float: left;
}

.menulink {
	display: block;
	padding: 4px 2px 4px 3px;
	width: 140px;
	font-family: "MS Sans Serif", sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #8B0000;
}

#menu li {
	display: block;
	width: 140px;
}

.menulink:hover {
	background-color: white;
}

.selected {
	padding: 4px 2px 4px 3px;
	width: 130px;
	font-family: "MS Sans Serif", sans-serif;
	font-size: 16px;
	background-color: white;
	color: #8B0000;
}

.sublink {
	display: block;
	color: #335C5E;
	font-size: 14px;
	text-decoration: underline;
	padding-left: 20px;
	padding-top: 8px;
}

.sublink:hover {
	background-image: url(../images/dot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.subselected {
	color: #335C5E;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 8px;
	background-image: url(../images/dot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.subsublink {
	display: block;
	color: #335C5E;
	font-size: 12px;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 4px;
}



#text {
	width: 750px;
	padding: 20px;
	margin-left: 5px;
	margin-bottom: 30px;
	padding-top: 50px;
	background-color: #DDE3EC;
	border-left: 3px solid #A9A9A9;
	border-right: 3px solid #FFFFF0;
	border-bottom: 3px solid #FFFFF0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	float: left;
}

#text h3 {
	font-size: 22px;
	font-family: Arial, sans-serif;
}

#text h4 {
	font-size: 18px;
	font-family: Arial, sans-serif;
}

#text strong {
	font-family: Arial, sans-serif;
}

.block {
	background-color: white;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

