body 
{
background-align: left;
background-position: top left;
background-attachment: fixed;
}

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#mainNav {
	width: 700px;
	float: left;
}


#mainNav ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
	list-style-image: none;
}
#mainNav li {
	background: url(images/rightEdge.jpg) no-repeat top right;
	margin-left: 20px;
	margin-right: 0px;
	float: left;
	padding: 5px 10px;
	padding-left: 0px;
}
#mainNav li.green {
	background: url(images/rightEdgeGreen.jpg) no-repeat top right;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}
#mainNav li.lightblue {
	background: url(images/rightEdgeLightBlue.jpg) no-repeat top right;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}
#mainNav li.orange {
	background: url(images/rightEdgeOrange.jpg) no-repeat top right;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}
#mainNav li.purple {
	background: url(images/rightEdgePurple.jpg) no-repeat top right;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}
#mainNav li.yellow {
	background: url(images/rightEdgeYellow.jpg) no-repeat top right;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}
#mainNav li.jpg {
	background: white;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding: 1px 10px;
	padding-left: 0px;
}

#mainNav a {
	font-family: century gothic;
	background-color: white;
	padding: 5px 10px;
	color: #0000000;
}
#mainNav a.jpg {
	font-family: century gothic;
	background-color: white;
	padding: 5px 10px;
	color: #0000000;
}
#mainNav a.green {
	font-family: century gothic;
	background-color: white;
	background: url(images/leftEdgeGreen.jpg) no-repeat top left;
	padding: 1px 10px;
	color: #0000000;
	text-decoration: none;
}
#mainNav a.lightblue {
	font-family: century gothic;
	background-color: white;
	background: url(images/leftEdgeLightBlue.jpg) no-repeat;
	padding: 1px 10px;
	color: #0000000;
	text-decoration: none;
}
#mainNav a.orange {
	font-family: century gothic;
	background-color: white;
	background: url(images/leftEdgeOrange.jpg) no-repeat;
	padding: 1px 10px;
	color: #0000000;
	text-decoration: none;
}
#mainNav a.purple {
	font-family: century gothic;
	background-color: white;
	background: url(images/leftEdgePurple.jpg) no-repeat;
	padding: 1px 10px;
	color: #0000000;
	text-decoration: none;
}
#mainNav a.yellow {
	font-family: century gothic;
	background-color: white;
	background: url(images/leftEdgeYellow.jpg) no-repeat;
	padding: 1px 10px;
	color: #0000000;
	text-decoration: none;
}

#leftbuttons {
	width: 265px;
	float: left;
}

#righttext {
	width: 400px;
	float: right;
}

#clear {
	clear:both;
}

div.inner {
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}


h1.navBtn {
	font-family: century gothic;
	color: #000033;
	font-size-adjust: .4
}

h1 {
	font-family: century gothic;
	color: #1b3569;
	font-size-adjust: .4
}

p {
	font-family: century gothic;
	color: #000033;
	font-size-adjust: .5
}

a {
	border-color: white;}

address {
	font-family: century gothic;
	color: #000033;
}


table.one {
	table-layout: automatic;
	table-border: 0;
}

table.two {
	table-layout: fixed
	table-border: 0;
}
