* {
	margin: 0; padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a img, :link img, :visited img
	{
	border: 0;
	}
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul
	{
	list-style: none;
	}

body {
	background: #ffffff url(../images/bg.gif) fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px 0 20px 0;
	}
	
em {
	font-style: italic;
	font-weight: bolder;
}

hr.clear {
	clear: both;
	}

br.clear {
	clear: both;
	}

br.clear-left {
	clear: left;
	}

br.clear-right {
	clear: right;
	}

hr {
	display: none;
	}
	
a {
	text-decoration: none;
	color: #3366cc;
	}	
	
a:hover {
	color: #efbc68;
	}	
	
span.slant {
	text-transform: none;
	font-style: italic;
	}
	
div#container {
	margin: 0 auto;
	width: 925px;
}

div#header {
	height: 135px;
	background: url(../images/header.jpg);
	border: 1px solid #5f5a43;
}

div#content {
	margin: 20px 0 0 0;
	background: #FFF;	
	border: 1px solid #5f5a43;
	height: 100%;
}

div#header img {
	padding: 45px 0 0 30px;
}

div#header h1 {
	font-weight: normal;
	color: white;
	margin: 5px 0 0 20px;
	font-size: .9em;
}

div#navContainer {
	width: 260px;
	float: left;
}

div#navContainerInner {
	padding: 15px 30px 0 30px;
}

#navlist {
	border-bottom: 1px solid #5f5a43;
}

#navlist li {
	azimuth: none;
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #5f5a43;
	line-height: 22px;
}

#navlist li ul li {
	padding: 4px 0 4px 24px;
	border: none;
}

#navlist li a { 
	text-decoration: none; 
	color: #676767;
}

#navlist li a:hover {  
	color: #efbc68;
}

#navlist li a.current {  
	color: #efbc68;
}

#navContainer img {
	margin: 15px 0 15px 0;
}

#rightCol {
	width: 663px;
	float: left;
	margin-bottom: 25px;
}

#rightColInner {
	padding: 50px 50px 25px 0;
}

#rightCol h1 {
	font-size: 1.4em;
	color: #8a900f;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#rightCol h2 {
	font-size: 1.2em;
	color: #514e3f;
	margin: 0 0 15px 0;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #514e3f;
}

#rightCol p {
	margin: 7px 0 0 0;
	line-height: 1.7em;
	font-size: .9em;
	color: #514e3f;
}

#rightCol ul {
	margin: 7px 0 0 40px;
}

#rightCol li {
	list-style: square;
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 1.7em;
	font-size: .9em;
	color: #514e3f;
}

#rightCol img {
	float: left;
	border: 1px solid #5f5a43;
	margin: 0 15px 15px 0;
	padding: 2px;
}

#footer {
	margin: 15px 0 0 30px;
}

#footer p {	
	margin: 7px 0 0 0;
	line-height: 1.5em;
	font-size: .8em;
	color: white;
}

#contactInfo {
	width: 260px;
}

#contactInfoInner {
	padding: 0 0 30px 30px;
}

#contactInfo h1 {
	font-size: 1.3em;
	color: #8a900f;
	margin: 0;
	font-weight: normal;
}

#contactInfo p {
	margin-top: 7px;
	line-height: 1.5em;
	font-size: .9em;
	color: #514e3f;
}

