body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FF9900;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #00CCFF;
	text-decoration: underline overline;
}
div#header {
	background: #044B65;
	width: 100%;
	height: 42px;
}
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: #FFFFFF;
	width: 100%;
	float: left;
}
div#left {
	background: #000066;
	width: 120px;
	left: 0px;
	position: absolute;
	top: 58px;
}
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: 75%;
	background: #FFFFFF;
	padding-left: 125px;
}
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;
	bottom: 0px;
}
.table {
	font: bold normal medium Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #336699;
	text-align: left;
	width: 100%;
	border: 2px solid #FF9900;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: right;
}
div#designaward {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #990000;
	width: 100%;
	text-align: center;
}
