@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2F002F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtr #container {
	width: 890px;
	height: 2000px;
	background-color: #99CCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	margin-bottom:20px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #2F002F;
}

.oneColFixCtr #header {
	width: 880px;
	height: 200px;
	background-color: #99CCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #450045;
}	

.oneColFixCtr #navcontainer ul{
	background-color:#669999;
	width: 818px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: italic;
	text-align: center;
	color: #E1D9C2C;
	font-size: 12px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F002F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F002F;
	}

#navcontainer ul li{
	display: inline;
	
	}

#navcontainer ul li a {
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	font-weight: lighter;
	background-color: #669999;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px
}

#navcontainer ul li a:hover{
	background-color: #F4FFE4;
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	color: #D2CBB5;
	font-weight: lighter;
}

.oneColFixCtr #content{
	width: 870px;
	background-color:#669999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid  #2F002F;
}

.oneColFixCtr #content2{
	width: 500px;
	background-color:#3B003B;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 50px;
	text-align: justify;
	font-family: georgia;
	font-size: 14px;
	color: #E1D9C2;
	font-weight: lighter;
	font-style: italic;
	}
	
.smallfont {
	text-align: center;
	font-family: georgia;
	font-size: 14px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
}	

.mediumfont{
	text-align: center;
	font-family: georgia;
	font-size: 16px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}	

.mediumfontjustified{
	text-align: center;
	font-family: georgia;
	font-size: 16px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;
}	

.largefont{
	text-align: center;
	font-family: georgia;
	font-size: 24px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
}	

.extralargefont{
	text-align: center;
	font-family: georgia;
	font-size: 82px;
	color: #2F002F;
	font-weight: bolder;
	font-style: italic;
}	

.oneColFixCtr #footer ul{
	background-color:#669999;
	width: 818px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: italic;
	text-align: center;
	color: #E1D9C2C;
	font-size: 12px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F002F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F002F;
	}


#footer ul li{
	display: inline;
	}

#footer ul li a {
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	font-weight: lighter;
	background-color: #669999;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px
}

#footer ul li a:hover {
	background-color: #F4FFE4;
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	color: #D2CBB5;
	font-weight: lighter;
}
