body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 9px;
	background: #333;
	text-align: center;
	color: #333;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #333;
	text-align: left;
}

#top {
	width: 800px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	height: 132px;
}

#top-logo {
	height: 132px;
	width: 800px;
}

#top-logo a {
	text-decoration: none;
}

#top-logo img {
	border: 0;
}

#nav {
	width: 800px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	clear: both;
	padding: 10px 0;
        font-size: 12px;
        font-weight: bold;
	text-align: center;
}

#nav a {
	color: #417e6c;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 1px dotted #417e6c;
}

#content {
	width: 770px;
	float: left;
	margin: 5px 15px;
	line-height: 15px;
	font-size: 9px;
	display: inline;

}

#bottom {
	width: 800px;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 9px 0;
	text-align: center;
	font-size: 9px;
}

h2 {
	font-size: 18px;
}

a {
	color: #d2a138;
}

p.sub-title {
	margin-top: -15px;
	font-weight: bold;
}

span.section-title {
	font-weight: bold;
	color: #417e6c;
	display: block;
}

img {
	border: 0;
}

img.align-right {
	float: right;
}

table th, td {
	width: 100px;
	text-align: center;
}

table th {
	font-weight: bold
}

table th.left, td.left {
	text-align: left;
}

div.montage-clear {
	clear: both;
}

div.montage {
	float: left;
	margin-right: 5px;
}
