body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFCC00;
	text-decoration: none;
}

a:visited{
	color: #FF9900;
	text-decoration: none;
}

a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
div#header {
	background: #044B65;
	width: 100%;
}
div#orange {
	background: #FCB801;
	width: 100%;
	border-bottom: 1px solid #044B65;
	vertical-align: top;
}
h2 {
	font: normal medium Arial, Helvetica, sans-serif;
	color: #044B65;
	text-align: justify;
}
.fontbold {
	font: bold small Arial, Helvetica, sans-serif;
	color: #044B65;
	text-align: justify;
}
.right {
	font: bold small Arial, Helvetica, sans-serif;
	color: #044B65;
	text-align: right;
}
div#main {
	background: #FFFFCC;
	width: 70%;
	padding-left: 10px;
	float: left;
	clear: both;
}
div#left {
	background: #000066;
	width: 10%;
	left: 0px;
	float: left;
}
div#ads {
	width: 12%;
	background: #FFFFFF;
	float: right;
	right: 5px;
	padding-right: 20px;
	padding-left: 10px;
}
.links {
	font: bolder normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#main2 {
	width: 70%;
	background: #FFFFFF;
	float: left;
	padding-left: 6px;
}
div#container {
	width: 100%;
}
h1 {
	font: oblique bold large Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
}
div#footer {
	width: 100%;
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	background: #FCB801;
}
.table {
	font: bold normal medium Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #336699;
	text-align: left;
	width: 80%;
	border: 2px solid #FF9900;
}
