body {
	margin: 0;
	padding: 0;
	background: #1E7EAD url(images/bg-tile.gif) top center repeat;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	margin: auto;
	width: 940px;
	padding: 0 20px;
	background: url(images/page-bg.png) top center repeat-y;
}
#header {
	width: 940px;	
	background: url(images/header-bg.jpg) bottom center no-repeat;
}
#header td {
	height: 50px;
	padding: 25px 25px 65px;
}
#header a {	
	display: block;
	font: bold 24px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#header a img {
	max-height: 160px;
	width: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #9FB9C9;
}


#stage {
	background: url(images/page-top.jpg) top center no-repeat;
	overflow: auto;
}


/* ============================================== side nav ============================================== */

#nav {
	background: url(images/nav-bg.gif) 0 0 repeat-y;
	margin: 0 0 10px 26px;
	float: left;
	width: 255px;
}
#nav-top {
	background: url(images/nav-top.jpg) 0 0 no-repeat;
}
#nav ul {
	margin: 0;
	padding: 20px 50px 60px 20px;
	list-style: none;
	background: url(images/nav-end.jpg) bottom left no-repeat;
	min-height: 200px;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: url(images/nav-div.png) bottom repeat-x;
}
#nav li a {
	display: block;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav-bullet.png) 6px 13px no-repeat;
	padding: 9px 0 12px 25px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li div {
	margin: -5px 0 0;
	padding-bottom: 10px;
	line-height: 0;
}
#nav li div a {
	font-size: 11px;
	line-height: 14px;
	color: #D6DAC2;
	background: url(images/nav-bullet.gif) 25px 7px no-repeat;
	padding: 4px 0 4px 35px;
}
#nav li div a:hover {
	color: #FFFFFF;
}



/* ============================================== general content ============================================== */

#content {
	margin-left: 285px;
	padding: 100px 30px 10px 0;
	min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	color: #125489;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #125489;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #125489;
}
p {
	margin: 14px 0;
}
a {
	color: #8C9D42;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 37px;
	background: url(images/nav-bullet.png) 20px 7px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 630px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-size:;
	font-weight: bold;
	color: #125489;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	background: #72832C url(images/footer-bg.gif) top repeat-x;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}

#credit {
	background: url(images/credit-bg.png) top no-repeat;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #6F9198;
	padding: 10px 0 50px;
}
#credit a {
	color: #6F9198;
}

