* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0 0 35px;
	background: #1F2B61;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	color: #fed600;
}

h1 {
	margin-bottom: .30em;
	font-size: 200%;
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 0.8em;
	line-height: 1.3em;
}

ul, ol {
	list-style-position: inside;
}

a {
	color: #e6c100;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 816px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background:     url("../images/design/layout/header.gif") no-repeat 64px 18px;
}

#header h1 {
	margin: 0;
	padding: 5px 210px 0 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	font: normal 22px "Georgia", Times New Roman, Times, serif;
	font-weight: bold;
	color: #fed600;
}

#header h2 {
	margin: 0 0 0 0;
	padding: 10px 215px 0 0;
	text-transform: uppercase;
	text-align: right;
	font: normal 22px "Trebuchet MS", Times New Roman, Times, serif;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

/* Page */

#page {
	width: 736px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	background:      url("../images/design/layout/page.gif") repeat-y 100px 0px;
}

/* Content */

#content {
	float: left;
	width: 486px;
	padding: 15px 25px 0 25px;
}

#content .header {
	position: relative;
	margin-bottom: 30px;
	width: 480px;
	height: 100px;
	border: 3px solid #000000;
}

#content .logo {
	position: relative;
	margin: -51px 20px 0 -165px;
	float: left;
	border: 5px solid #000000;
	background-color: #FFFFFF;
}

#content .logo2 {
	position: relative;
	margin: 88px 20px 0 -165px;
	float: left;
	border: 5px solid #000000;
	background-color: #FFFFFF;
}

#content h2 {
	margin-bottom: .75em;
	padding-top: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #fed600;
	font-size: 90%;
	font-weight: bold;
	color: #e6c100;
}

#content .news1 {
	float: left;
	width: 156px;
	height: 280px;
	border: 1px solid #e6c100;
	background-color: #FFFFCC;
}

#content .news2 {
	margin-left: 6px;
	float: left;
	width: 156px;
	height: 280px;
	border: 1px solid #e6c100;
	background-color: #FFFFCC;
}

#content .news3 {
	margin-left: 6px;
	margin-bottom: 30px;
	float: left;
	width: 156px;
	height: 280px;
	border: 1px solid #e6c100;
	background-color: #FFFFCC;
}

#content .news_header {
	height: 14px;
	padding: 2px;
	padding-left: 5px;
	background-color: #FFFFCC;
}

#content h3 {
	margin-left: 18px;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}

#content .news_content {
	padding: 5px 5px 0 5px;
	background-color: #FFFFCC;
}

#content h4 {
	margin: 1px 0px 5px 0;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
	color: #000000;
}

#content .image {
	position: relative;
	margin-bottom: 10px;
	float: left;
	border: 3px solid #000000;
}

#content .image_report_link img {
    margin-left: 8px;
	border: 1px solid #000000;
}

#content .image_report_link img:hover {
    margin-left: 8px;   
	border: 1px solid #e6c100;
}

#content .image_gallery_link img {
    margin-right: 5px;    
	border: 3px solid #000000;
}

#content .image_gallery_link img:hover {
	margin-right: 5px;    
	border: 3px solid #e6c100;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 50px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sidebar li {
	margin-bottom: 25px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background:      url("../images/design/layout/underline.gif") repeat-x left bottom;
}

#sidebar li ul.sub {
	margin-left: 15px;
}

#sidebar li li.sub {
	margin: 0;
	padding-bottom: 1px;
	background: inherit;
}

#sidebar h2 {
	margin-bottom: 5px;
	padding-left: 15px;
	text-transform: uppercase;
	background:     url("../images/design/layout/marker.gif") no-repeat left center;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 85%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	padding-left: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a {
	padding-left: 15px;
	background:      url("../images/design/layout/arrow.gif") no-repeat 5px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Credits */

#credits {
	width: 611px;
	height: 60px;
	margin: 0 auto;
	padding: 15px 225px 0 0;
	background:     url("../images/design/layout/credits.gif") no-repeat 100px 0px;
}

#credits p {
	margin: 0;
	text-align: right;
	font-size: 75%;
	color: #FFFFFF;
}

#credits a {
	color: #FFFFFF;
}
