body {
	background-color: #D7D7D7;
	color: #333;
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}
#container {
	background: url(images/page-bg.gif) top center repeat-y;
	margin: 0 auto;
	width: 971px;
}
#header {
	background: url(images/header-bg.jpg) top left no-repeat;
	height: 252px;
	margin-bottom: 20px;
	padding: 0 29px;
}
#header th {
	color: #1C268E;
	font-size: 20px;
	font-weight: bold;
	height: 135px;
	text-align: center;
	width: 195px;
}
#header td {
	text-align: right;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}


#nav {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	list-style: none;
	width: 180px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-transform: lowercase;
	text-decoration: none;
	color: #767676;
	background: url(images/bullet.gif) top left no-repeat;
	padding: 0 0 15px 15px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav div {
	margin: -10px 0 20px;
	line-height: 0;
}
#nav div a {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 5px;
	background: none;
}
#content {
	margin: 20px 50px 40px 250px;
}
#footer {
	background: url(images/footer-bg.gif) bottom left no-repeat;
	clear: both;
	color: #FFF;
	font: 11px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 60px 10px 19px 19px;
}
a {
	color: #1C268E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	font: normal 11px/13px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
}
input {
	font: normal 11px/14px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	height: 19px;
	vertical-align: middle;
}
h1 {
	color: #F08A02;
	font: normal 22px Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
	text-transform: lowercase;
}
h2,h3,h4 {
	color: #1C268E;
}
.mini {
	font-size: 10px;
}