BODY {
	background-image: url(../images/page-back.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Header {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100px;
	width: 760px;
	left: 0px;
	top: 0px;
}
#Content {
	position: absolute;
	visibility: visible;
	width: 510px;
	left: 183px;
	top: 139px;
	z-index: 3;
	background-image: url(../images/content-back.jpg);
	background-repeat: repeat-y;
}
#Navigation {
	position: absolute;
	visibility: visible;
	width: 183px;
	left: 0px;
	top: 139px;
	z-index: 4;
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-y;
}
#Footer {
	font-size: 10px;
}
#Headerbase {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 39px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#Text {
	margin-right: 20px;
	margin-left: 20px;
}
HR {
	color: #9888B9;
	height: 2px;
	width: 350px;
}
#Navcontainer {
	background-image: url(../images/nav-back-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 183px;
}
.buttonscontainer {
	width: 170px;
	margin-left: 3px;
}

.buttons a {
	color: #000099;
	padding: 4px 15px 4px 4px;
	display: block;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	background-image: url(../images/button-normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top: 1px solid #D9DCEB;
	border-right: 1px solid #8D99C9;
	border-bottom: 1px solid #8D99C9;
	border-left: 1px solid #D9DCEB;
}

.buttons a:hover {
	background-color: #F5F5F5;
	color: #3F314B;
	text-decoration: none;
	border: 1px solid #D9DCEB;
	background-image: url(../images/button-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
H1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
H2 {

	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
H3 {


	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
H4 {



	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {

	color: #1664AE;
	text-decoration: none;
}
