@charset "UTF-8";
/* CSS Document */

body {
		margin:0px;
		padding:0px;
		background-color:#A2C9E6;
		background-image:url(images/MainBG-Gen.jpg);
		background-repeat:no-repeat;

	}
	
	img {
		padding:6px;
		margin:6px;
		border:#600 solid 6px;
		background-color:#333;
	}
	
	.contactFormInput {
		width:300px;
	}
	
	.topLink {
		border-bottom:solid 1px #6F431C;
		text-align:center;	
	}
	
	.bottomLink {
		border-top:solid 1px #6F431C;
		text-align:center;
	}
	
	.middleLink {
		border-top:solid 1px #6F431C;
		border-bottom:solid 1px #6F431C;
		text-align:center;	
	}
	
	.contentBody {
		background-image:none;
	}
	
	.maxSize800 {
		position:relative;
		width:779px;
		height:423px;
		margin-left:auto;
		margin-right:auto;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

	.maxSize1024 {
		position:relative;
		width:100%;
		height:559px;
		margin-left:auto;
		margin-right:auto;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background-image:url(images/lbg-1.png);
		background-repeat:no-repeat;
		padding-left:3px;
		padding-right:3px;

	}
	
	.frontPageMenu {
		position:absolute;
		z-index:101;
		left:650px;
		top:20px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16pt;
		color:#600;
	}
	
	a:link, a:visited, a:active {
		color:#600;
		text-decoration:none;
	}
	
	a:hover {
		color:#FFe9B5;
		text-decoration:none;
	}
	
	
	.pageWrapper {
		position:relative;
		width:779px;
		margin-left:auto;
		margin-right:auto;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		padding-left:3px;
		padding-right:3px;
		color:#70421B;

	}
	
	.pageWrapper h1 {
		font-size:14pt;
		border-bottom:solid 1px #6F431C;
		color:#6F431C;
		margin-bottom:2px;
	}
	
	.pageWrapper h2 {
		font-size:12pt;
		font-weight:bold;
		font-style:italic;
		color:#6F431C;
		margin-bottom:0px;
		margin-top:0px;
	}
	
	.pageWrapper ul {
		font-weight:bold;
	}
	
	.pageWrapper li {
		list-style:none;
		font-weight:normal;
		top-margin:2px;
	}
	
	.pageFooter {
		position:relative;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:9pt;
		text-align:center;
		width:100%;
		height:15px;
		margin-left:auto;
		margin-right:auto;
	}