body {
	background-color: #99CCCC;
}


@charset "UTF-8";
body {
	background: #99CCCC;
	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 */
}

#container1 {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top:  15px;
	margin-bottom:  15px;
	border: 3px solid #2A002A;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
	padding-right: 85px;
	background-image: url(images1/blgr086.jpg);
}
#container2 {
	width: 820px;
	background-color: #99CCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top:  0px;
	margin-bottom:  0px;
	border: 3px solid #2A002A;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 0px;
}

#header{
	width: 810px;
	background-color: #99CCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

#navcontainer{
	width: 800px;
	height:60px;
	margin-left:10px;
	margin-right: 10px;
	margin-top:20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #2A002A;
	border-bottom-color: #2A002A;
	background-color: #99CCCC;
	}

.navfont {
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	color: #2F002F;
	font-weight: normal;
	font-style: italic;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	}
	

#content{
	width: 770px;
	background-color:#669999;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:20px;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	border: 1px solid  #2F002F;
}

.smallfont {
	text-align: center;
	font-family: georgia;
	font-size: 15px;
	color: #EEE6CD;
	font-weight: normal;
	font-style: italic;
}	

.smallfont a:link{
	color: #EEE6CD;
}

.smallfont a:hover{
	color: #EEE6CD;
}

.smallfont a:visited {
	color: #EEE6CD;
}

.mediumfontdark{
	font-family: georgia;
	font-size: 19px;
	color: #2F002F;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

	.mediumfontdark a:link{
	color: #2F002F;
}	

.mediumfontdark a:hover{
	color: #2F002F;
}	

.mediumfontdark a:visited{
	color: #2F002F;
}	

.mediumfontlight{
	font-family: georgia;
	font-size: 18px;
	color: #EEE6CD;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}	

.mediumfontjustified{
	font-family: georgia;
	font-size: 15px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}	

.largefont{
	text-align: center;
	font-family: georgia;
	font-size: 20px;
	color: #2F002F;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}	

.lightborder {
	border: 1px solid #EEE6CD;
	
	}

 #footer{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top:1px;
	margin-bottom: 1px;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2F002F;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #2F002F;
	text-align: center;
	font-family: georgia;
	font-size: 13px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	background-image: url(blgr086%20copy.jpg);
	}
	
	#footer ul{
	dislay: inline;
	}
	
	.footfont {
	text-align: center;
	font-family: georgia;
	font-size: 16px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	}
	
	.navfontsmall {
	text-align: center;
	font-family: georgia;
	font-size: 13px;
	color: #2F002F;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	}
	
	.navfontsmall a:link{
	color: #2F002F;
	}
	.navfontsmall a:hover{
	color: #2F002F;
	}
	
	.navfontsmall a:visited {
	color: #2F002F;
	}
	
	
	
#footer ul li{
	display: inline;
	
	}

#footer ul li a:hover{
	background-color: #99CCCC;
	font-family: georgia;
	font-style: italic;
	font-size: 13px;
	color: #2F002F;
	font-weight: lighter;
}

#content {
	text-decoration: none;
	color:  #2F002F;
}
a:visited {
	text-decoration: none;
	color:  #2F002F;
}
a:hover {
	text-decoration: underline;
	color:  #2F002F;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #99CCCC;
}
