* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #003F48;
	font-family: 'arial';
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	color: #003F48;
	text-align: left;
}

h1 {
	font-size: 18pt;
	border-bottom: 2px dotted #D3A200;
}

h2 {
	clear: both;
	font-size: 16pt;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D3A200;
}

h3 {
	clear: both;
	font-size: 12pt;
	margin-top: 18px;
	margin-bottom: 6px;
}

h4 {
	font-size: 10pt;
	margin-top: 14px;
	margin-bottom: 6px;
}

p {
	padding: 3px 0;
}

.note {
	font-size: 8pt;
	font-weight: bold;
	color: #003F48;
	text-align: left;
}

#content a {
	color: #144BFF;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	float: left;
	margin: 5px 8px 5px 0;
	border: 1px solid #ccc;
}

#content ul {
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-image: url('images/bullet.png');
}

#content ol {
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #003F48;
}

#content ol li div {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

#content li {
	padding: 2px 0;
}

#body {
	background: url('images/body-bg.png') repeat-y;
	width: 900px;
	margin: auto;
	padding: 0 4px;
}

#header {
	width: 100%;
	height: 100px;
}

#header img.logo {
	border: none;
	margin-left: 20px;
}

#navbar {
	background: url('images/navbar-bg.png') repeat-x;
	width: 100%;
	height: 31px;
	padding-top: 8px;
	margin-bottom: 15px;
}

#navbar ul {
	list-style-type: none;
	margin-left: 10px;
}

#navbar li {
	float: left;
	background: url('images/navbar-line.png') no-repeat right;
	height: 20px;
	padding-top: 3px;
	padding-right: 15px;
	margin-left: 10px;
}

#navbar a {
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#sidePanels {
	float: left;
	width: 180px;
	padding: 0 15px;
}

.sidePanel {
	width: 100%;
	margin-bottom: 25px;
}

.sidePanel ul {
	list-style-type: none;
	margin-left: 10px;
}

.sidePanel li {
	margin-bottom: 5px;
	margin-right: 10px;
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 5px;
}

.sidePanel a {
	color: #003F48;
	text-decoration: none;
}

.sidePanel a:hover {
	text-decoration: underline;
}

.sidePanelHeader {
	color: #D3A200;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	background: url('images/side-panel-header.png') no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	height: 30px;
}

.sidePanelBody {
	font-size: 10pt;
	background-color: #ffe;
	border: 1px solid #AFAFAF;
	padding-top: 10px;
	
}

#content {
	float: right;
	width: 665px;
	padding-right: 25px;
	padding-bottom: 40px;
	text-align: justify;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background: url('images/footer.png') no-repeat top;
	width: 900px;
	margin: auto;
	padding: 20px 4px 0 4px;
	height: 50px;
}	
