body {
	text-align: center;
	background-color: #01072B;
	margin: 0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Headings */	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #01072B;
	padding-top: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #628299;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #01072B;
	font-style: italic;
	margin-left: 1em;
}

/* Text and Bullets*/	
p {
	font-size: 12px;
	padding-top: 10px;
	margin: 0px;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
li	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Divs */	
#Wrapper {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 770px;
	border: 1px solid #A5A563;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: -385px;
}
#Banner {
	margin: 0px;
	height: 250px;
	padding: 0px;
}
#TopNav {
	background-color: #A5A563;
	margin: 0px;
	padding: 2px;
	color: #CCCC99;
}
#TopNav ul {
	list-style-type: none;
	text-align: left;
}
#TopNav ul li {
	display: inline;
}
#TopNav li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-align: left;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#TopNav li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #D7CB79;
}
#TopNav ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #01072B;
}
#Content{
	padding: 2em;
	margin-right: 250px;
	background-color: #FFFFFF;
	font-size: 12px;
	letter-spacing: .05em;
}
#Content p{
	padding-top: 10px;
}
#Sidebar {
	float: right;
	width: 200px;
	padding-top: 1em;
	background-color: #628299;
	color: #FFFFFF;
	margin-right: 25px;
}
#Sidebar p
{ 
margin-top: 0; 
}
#Footer {
	margin: 0px;
	padding: 10px;
	clear: both;
	background-color: #01072B;
}
#Footer p {
	font-size: 11px;
	color: #FFFFFF;
}

/* Links - must appear in this order to be effective*/
a:link {
	color: #A5A563;
	text-decoration: underline;
}
a:visited {
	color: #628299;
	text-decoration: underline;
}
a:hover {
	color: #A5A563;
	text-decoration: none;
}
a:active {
	color: #628299;
	text-decoration: none;
}

/* Misc */
.float-r {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float-l {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.quote {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Color Chart */
.colorchart {
	width: 450px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #000000;
	border-top-color: #000000;
}
.colorchart td {
	padding: 5px;
	font-size: 10pt;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.white {
	color: #000000;
	background-color: #FFFFFF;
}
.ecru {
	color: #000000;
	background-color: #FFFFCC;
}
.ivory {
	color: #000000;
	background-color: #FFFF99;
}
.blue {
	color: #FFFFFF;
	background-color: #8080FF;
}
.forest {
	color: #FFFFFF;
	background-color: #003333;
}
.tan {
	color: #000000;
	background-color: #CCCC99;
}
.navy {
	color: #FFFFFF;
	background-color: #000066;
}
.royal {
	color: #FFFFFF;
	background-color: #000099;
}