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;
}

.bg
{
	background: url(../images/separator_nav.png) repeat-y 702px;
}

.hidden_bg
{
	background: none;
}

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

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

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

.title a
{
	padding: 3px 8px;
	color: #8f8da0;
	font-size: 10pt;
	vertical-align: 30%;
	text-decoration: underline;
}

a:hover
{
	color: #004071;
}

table
{
	font-size: 10pt;
	padding: 30px 30px 30px 50px;
}

.table_large
{
	font-size: 10pt;
	padding: 30px 30px 30px 50px;
}

th
{
	background-color: #f15922;	
	padding: 10px;
	color: #fff;
}


td
{
	background-color: #8f8da0;
	color: #eee;
	padding: 10px;
}


/* =============================== 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;
}

.hidden
{
	display: none;
}

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