
body {
	color: #000000;
	background: #60a2a4;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
p {
	line-height: 10pt;
}
h2 {
	line-height: 30px;
	font-size: 8pt;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	padding-left: 15px;
	background: #dcb940;
}

/* --- */

#container {
	margin: 0px auto 10px auto;
	text-align: left;
	width: 664px;
	padding: 11px 11px 0px 11px;
	background: #FFFFFF;
}

/* --- */

#header {
	position: relative;
	width: 664px;
	padding-top: 174px;
	overflow: hidden; 
	background: url(i/header.jpg);
}
*html #header {
	height: 1px;
}
#header span {
	position: absolute;
	left: -999px;
}


/* --- */

#nav_pdf {
	background: url(i/pdf.gif) no-repeat;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #dcb940;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_pdf li {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}
#nav_pdf a {
	line-height: 30px;
	color: #60a2a4;	
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana;
}
#nav_pdf a:hover {
	text-decoration: underline;
}

/* --- */

#content {
	margin-top: 15px;
	background: #ededed;
}

/* --- */

#left_panel {
	background: #ededed;
	float: right;
	width: 249px;
}
#left_panel h3 {
	line-height: 30px;
	color: #dcb940;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	background: #6b6b6b;
}
#left_panel h4 {
	color: #60a2a4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 15px;
}
#left_panel p {
	margin-left: 15px;
}
#nav {
	background: #6b6b6b;
	height: 66px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#nav a {
	line-height: 15px;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}
#nav a:hover {
	color: #dcb940;
}

/* --- */

#right_panel {
	float: right;
	width: 400px;
	background: #FFFFFF;
	min-height: 630px;
	padding-left: 15px;
}
*html #right_panel {
	height: 630px;
}
#right_panel h3 {
	font-size: 10pt;
}
#right_panel h4 {
	font-size: 10pt;
	color: #dcb940;
}
.highlight {
	font-style: italic;
	color: #dcb940;
	font-weight: bold;
}
