body {
	margin: 0;
	padding: 0;
	background: #326D9A url(images/nav-roll.png) top center no-repeat;
	font: 14px/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#container {
	margin: auto;
	width: 940px;
	padding: 0 20px;
	background: url(images/content-bg.gif) top center repeat-y;
}

#header {
	background: #326D9A url(images/header-bg.jpg) bottom center no-repeat;
}
#header table {
	width: 940px;
	background: url(images/header-top.png) center -10px no-repeat;	
}
#header td {
	height: 100px;
	padding: 75px 35px 55px;
	width: 50%;
}
#header a {	
	display: block;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header a img {
	max-width: 400px;
	height: auto;
	border: none;
}
#header #tagline {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #C6DEF2;
	padding-bottom: 70px;
}

#stage {
	background: url(images/content-top.gif) top center no-repeat;
	padding: 35px 0 0 35px;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	width: 230px;
	background: #DEDEDE url(images/nav-bg.gif) 0 0 repeat-y;
}
#nav ul {
	margin: -2px 0 0;
	padding: 0;
	list-style: none;
	background: url(images/nav-top.gif) 0 0 no-repeat;
	border-bottom: 1px solid #EFEFEF;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: none;
}
#nav li a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
	color: #595959;
	background: url(images/bullet.gif) 16px 15px no-repeat;
	padding: 11px 5px 14px 30px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #B5B5B5;
}
#nav li a:hover {
	background: #356F9A url(images/nav-roll.png) 0 0 no-repeat;
	color: #FFFFFF;
	border-top: 1px solid #63A3D3;
	border-bottom: 1px solid #356F9A;
}

#nav div {
	line-height: 0;
}
#nav div a {
	font-size: 11px;
	background: url(images/bullet2.gif) 33px 14px no-repeat;
	padding-left: 45px;
}
#nav div a:hover {
	background-position: -230px 0;
}
.nav-end {
	display: block;
	background: url(images/nav-end.gif) 0 0 no-repeat;
	height: 38px;
}



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

#content {
	margin: -10px 0 0 270px;
	padding: 1px 35px 0 0;
	min-height: 300px;
	position: relative;
}

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

h1 {
	margin: 12px 0 20px;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	color: #125489;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #125489;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 14px;
	color: #125489;
}
p {
	margin: 14px 0;
}
a {
	color: #125489;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet2.gif) 20px 8px 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: 600px;
	height: auto;
	background: #DEDEDE;
	margin: 7px;
	padding: 4px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	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 {
	clear: both;
	margin: -30px auto 0;
	width: 938px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #8FBBDD;
	background: #4086BA url(images/footer-bg.jpg) top center no-repeat;
}
#footer td {
	padding: 95px 30px 30px;
}
#footer p {
	margin-bottom: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #8FBBDD;
}

