html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	font: 10pt/11pt arial,sans-serif;
}

div,td
{
	font: 9pt/10pt arial,sans-serif;
	color: #ffcc99;
	letter-spacing: 1px;
}

a
{
	color: #ffcc99;
	text-decoration: underline;
}

a:hover { color: #cc6600; }

.photo {
	border: solid 1px #cc6600;
}

.container
{
	background-color: #990000;
	padding: 0px;
	width: 100%;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.row1
{
	background-color: #990000;
	width: 100%;
	height: 20px;
	position: relative;
}

.row2
{
	background-color: #cc6600;
	width: 100%;
	height: 133px;
	position: relative;
}

.row3
{
	background-color: #000066;
	width: 100%;
	height: 90px;
	position: relative;
	border-bottom: solid 1px #cc6600;
}

.row4
{
	background-color: #990000;
	width: 100%;
	height: 100%;
	position: relative;
}
.orangeHeaderContent
{
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}

.blackHeaderContent
{
	text-align:right;
	padding-right:10px;
}

.leftNav 
{ 
	position: absolute;
	top: 10px;
	left:10px;
	text-align: left; 
	font: 10pt/24pt arial,sans-serif;
}

.body
{
	padding-top:16px;
	text-align: left;
	margin-left: 200px;
	margin-right:100px;
}

.rightBody
{
	position: absolute;
	background-image: url(images/rightLine.jpg) repeat-x; 
	top: 0px;
	right:10px;
	text-align: right;
	height: 100%;
}

.selected
{
	color: #cc6600;
	border-left: solid 1px #cc6600;
	padding-left: 5px;
	text-decoration:none;
}

.notSelected
{
	color: #ffcc99;
	border-left: solid 1px #990000;
	padding-left: 5px;
	text-decoration:none;
}

.pageHead
{
	font-size: 11pt;
	font-weight: bold;
}

.sectionHead { font-weight: bold; }
