body {
	background: White url(files/beige111.jpg);
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
a:link {text-decoration: underline; color: black;}
a:visited {text-decoration: underline; color: #303030;}
a:hover {text-decoration: underline;}
a:active {color: green}

a.nav:link {text-decoration: none; color: black;}
a.nav:visited {text-decoration: none; color: #303030;}
a.nav:hover {text-decoration: underline;}
a.nav:active {text-decoration: none;}

img {
	border: none;
	margin: 14px;
}

h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
p {
	background: transparent;
	margin: 25px;
	text-align: left;
}
table {
	background-color: transparent;
	border: none;
}
div {
	background-color: transparent;
	overflow: hidden;
}
li {
	margin: 10px 25px 10px 25px
}
div.wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: 2px solid Black;
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
}
div.nav-wrapper {
	border: 6px groove Green;
	background-color: #aee1ab;
	padding: 2px;
	margin: 5px;
}
table.nav {
   
	font-size: x-large;
	text-align: center;
	width: 100%;
}
div.col-1 {
	text-align: center;
	width: 300px;
	height: 100%;
	border-right: 4px solid black;
	float: left;
}
div.col-2{
	text-align: center;
	width: 456px;
	height: 100%;
	float: left;
}
div.quote {
	font-family: Sylfaen;
	font-style: italic;
	font-size: medium;
	font-weight: normal;
	padding: 0px 100px 0px 100px;
}
div.links {
	background: #dfdfdf;
	border: 2px solid gray;
	margin: 5px 40px 5px 40px;
	padding-top: 10px;
	text-align: center;
	font-size: medium;
}
div.footer {
	height: 326px;
	width: 760px;
	background: url(files/footer.gif);
}
table.b-nav {
	width: 100%;
	height: 50px;
	font-size: large;
	border-top: 2px solid Black;
}
.clear {
	clear: both;
}
.small{
	font-size: small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.xlarge {
	font-size: x-large;
}
.xxlarge {
	font-size: xx-large;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.syl {
	font-family: Sylfaen;
	font-style: italic;
}
.red {
	color: Red;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.floatimgleft {
	float: left;
	margin: 14px
}
.floatimgright {
	float: right;
	margin: 14px
}
.mgtop15 {
	margin-top: 15px;
}
.mgtop30 {
	margin-top: 30px;
}
.no-margin {
	margin: 0px;
}
.mg25 {
	
}
.half {
	width: 50%;
}