zbody, a, a:hover, a:focus, a:active, ol, ul, ul li, table, caption, tbody,
tfoot, thead, tr, th, td, img, em, p, span,
h1, h2, h3, h4, h5, h6, div
{
	padding: 0;
	margin: 0;
	line-height: 1;
	border: none;
	list-style: none;
	font-size: 100%;
	background: transparent;
	text-decoration: none;
	font-weight: 100;
}

body
{
	font-family: Lucida Grande, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: url(../images/bg.png) repeat-y #dbe4e8;
}

#outer_container
{
	margin: 100px auto;
	width: 1000px;
}

#header
{
	background: url(../images/separator_header.png) repeat-x bottom;
	height: 130px;
}

#container
{
	margin: 0px auto;
	width: 1000px;
	background: url(../images/separator_nav.png) repeat-y 702px;
}

/* =============================== Content ============================= */

#content
{
	float: left;
	width: 700px;
	padding: 20px 0px;
}

#address
{
	padding-top: 20px;
	width: 380px;
	float: right;
	color: #555;
	border-left: solid #555 1px;
}

#content p
{
	padding: 0px 100px 20px 50px;
	line-height: 1.3;
	font-size: 11pt;
}

#address p
{
	padding: 0px 100px 20px 50px;
	line-height: 1.3;
	font-size: 10pt;
}

form
{
	padding: 0px 30px 20px 50px;
	line-height: 1.3;
	font-size: 9pt;
	text-align: left;
	float: left;
	width: 700px;
}

form span
{
	font-size: 8pt;
	color: #888;
}

form label
{
	float: left;
	width: 80px;
}

form textarea
{
	width: 220px;
	height: 100px;
}

#submit_button
{
	margin-left: 80px;
}

.title
{
	color: #004071;
	font-size: 20pt;
	letter-spacing: -1px;
	padding: 30px 0px 30px 50px;
}

/* =============================== End of Content ============================= */

/* =============================== Navigation ============================= */

#nav
{
	float: left;
	width: 250px;
	padding-top: 10px;
}

#nav ul li
{
	background: url(../images/nav_bullet.png) no-repeat 0px 25px;
}

#nav ul li a
{
	display: block;
	padding: 20px 0px 20px 55px;
	color: #8f8da0;
	font-style: italic;
}

#nav ul li a:hover
{
	color: #004071;
}

/* =============================== End of Navigation ============================= */