/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000033;
}
.pagecontainer {
	width: 760px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #B8D5DB;
	background-repeat: repeat-y;
	background-image: url(images/blackline.png);
}
.contentbody {
	background-color: #B8D5DB;
	display:block;
	}

#content {
	font-size: small;
	color: #000000;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top:5px;
	width: 560px;
	margin-right: 15px;
	position: relative;
	background-color: #B8D5DB;
}

.header {
	text-align: center;
	background-color: #CCFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav {
	background-position: center;
	text-align: left;
	width: 130px;
	position: relative;
	left: 2px;
	padding-top:5px;
	font-weight: bold;
	}

.navbut {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: small;
	padding: 5px;
	background-color: #9D4632;
}

a:link {
    color:#FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
#footer {
    font-size: x-small;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    background-color: #000000;
    clear: both;
    margin-top: 15px;
}

