body {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	color: #050F33;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #B4B7C1;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 1em 0;
	color: #031032;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #050F33;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #050F33;
}

a {
	color: #050F33;
	text-decoration: underline;
}

a:hover {
	color: #050F33;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
}

#main {
	background: #F0D9B7;
	height: 100%;
}

#left {
	float: left; 
	width: 157px;
}

#right { 
	width: 643px;
	float: right;
	background: #CCCCCC;
}

#left p.big {
	padding: 35px 5px 0 5px; 
	color: #050F33; 
	font-weight: bold; 
	font-size: 13px;
	text-align: center;
}

#nav {
	height: 30px;
	width: 643px;
	background: #031032;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 14px;
	line-height: 30px;
	letter-spacing: 1px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav li.hover {
	color: #D4B096;
	text-decoration: none;
}
#nav li.nolink { cursor: default; }

/* Drop down Nav */
#nav li ul { 
	display: none; 
	position: absolute; 
	top: 20px;
	left: 192px;
	z-index: 10;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li.hover ul { display: block; }
#nav li li {
	color: white;
	background: #031032;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	display: block;
	cursor: default;
}
#nav li li.first { padding-top: 7px; }

#nav li li a {
	color: white;
	text-decoration: none;
}
#nav li li a:hover {
	color: #D4B096;
}
/* End */

#content {
	text-align: left;
	padding: 25px 30px 5px 30px;
	background-color: #FAF3E1;
	min-height: 300px;
}
* html #content { height: 300px; } /* IE6 Hack */

#copyright {
	margin: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

#footer {
	background: #031032;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	padding: 7px 0;
}
#footer span {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #D4B096; 
	text-decoration: none;
}

.note {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
}

.clear { clear: both; }
