/* CSS Document */
body {
	background-color: #aaffaa;
	margin: 5px;
	padding: 0px;
	width: 800px;
	float: left;
}
#heading {
	margin-left: 5px;
	color: none;
	text-align: center;
	border-top: solid 1 #ffffcc;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 750px;
	float: left;
}
#heading img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	
}
#navbar {
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #888888;
	width: 220px;
	height: 7200;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	text-align: left;
	border-top: none;	
	border-left: none;
	border-bottom: none;
	border-right: none;	
}
#navbar a {
	text-decoration: underline;
	color: #3333ff;


}
#navbar a:hover {
	text-decoration: underline strong;
	color: #000000;

}
#navbar a:visited {
	text-decoration: underline;
	color: #8888ff;

}

#content {
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #202044;
	text-align: left;
	width: 500px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	border-top: none;	
	border-left: none;
	border-bottom: none;
	border-right: none;	
	align: left;
}
.floatleft {
        float: left;
	margin-top: 0px; 
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}


#content a {
	text-decoration: underline;
	color: #0000ff;


}
#content a:hover {
	text-decoration: underline;
	color: #000000;

}
#content a:visited {
	text-decoration: underline;
	color: #8888ff;

}


#disclaimer {
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #dd0000;
	text-align: center;
	width: 500px;
	float: left;
	margin-top: 20px;
	border-top: none;	
	border-left: none;
	border-bottom: none;
	border-right: none;	
	margin-right: 10px;
	align: left;
}

#all {
	width: 800px;
        height: 24 in;
	margin-right: auto;
	margin-left: auto;
	align: left;
	text-align: left;
	valign: top;
}
h1 {    text-align: center;
	font-size: 20pt;
	color: #222266;

}
h2 {    text-align: center;
	font-size: 16pt;
	color: #222266;
}
h3 {    text-align: center;
	font-size: 12pt;
	color: #222266;
}
h4 {    text-align: center;
	font-size: 10pt;
	color: #222266;
}

h5 {    text-align: center;
        font-size: 3pt:
        color: #ff0000;
}