body{
	font-family: Verdana, Arial Narrow, Arial, Helvetica, san serif;
	font-size: 10pt;
	margin: 0pt;
}

div.container{
	width: 800px;
	height: 550px;
}

div.containerLeft{
	float: left;
	width: 200px;
	height: 550px;
}

div.containerRight{
	float: right;
	width: 600px;
	height: 200px;
}

div.container2{
	height:	350px;
	width: 600px;
}

div.image{
	width: 600px;
	height: 200 px;
	background: #fce6ba;
}

.dark{
	float: left;
	background-color: #100a00;
	color: #fce6ba;
	padding: 10pt 10pt 10pt 10pt;
	margin: 0pt 0pt 0pt 0pt;
	height: 300;
	width: 300px;
}

.dark2{
	float: left;
	background-color: #100a00;
	color: #fce6ba;
	padding: 10pt 10pt 10pt 10pt;
	margin: 0pt 0pt 0pt 0pt;
	width: 577px;
	height: 500px;
}

.orangeFull{
	background: #f5a337;
	color: #100a00;
	padding: 10pt 10pt 10pt 10pt;
	margin: 0pt 0pt 0pt 0pt;
	height: 100%;
	width: 50%;
}

.orangeHalf{
	background: #fdc779;
	color: #100a00;
	margin: 0pt 0pt 0pt 0pt;
	height: 83%;
}

.orangeQuarter{
	background: #fce6ba;
	color: #100a00;
	padding: 10pt 10pt 10pt 10pt;
	margin: 0pt 0pt 0pt 0pt;
	height: 17%;
}

.light{
	float: right;
	background: white;
	color: #100a00;
	padding: 10pt 0pt 10pt 0pt;
	margin: 0pt 0pt 0pt 0pt;
	height: 100%;
	width: 250px;
}

a{
	color: #f5a337;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #6ea0be;
	font-weight: bold;
	text-decoration: none;
}

a.nav{
	color: #100a00;
	font-weight: normal;
	text-decoration: none;
}

a.nav:hover{
	color: #6ea0be;
	font-weight: normal;
	text-decoration: none;
}
			
.header{
	font-size: 150%;
}

.highlight{
	color: #f5a337;
	font-weight: bold;
}

.selected{
	color: #fce6ba;
	font-weight: normal;
}
