body {
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#336699;
}

a {
	color:#336699;
}

a:visited {
	color:#336699;
}

h1 {
	margin-top:0px;
	font-size:24px;
}

h2 {
	font-size:large;
	font-weight:normal;
	background-color:#FFC44A;
	border-top:1px solid #FF975C;
	border-bottom:1px solid #FF975C;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
	margin-top:10px;
}

h3 {
	font-size:large;
	margin-top:0px;
}

hr {
	border:none;
	border-top:1px dashed #FF975C;
	color:#FFFFFF;
	background-color:#FFFFFF;
}

div.topBar {
	width:900px;
	height:100px;
	margin-bottom:3px;
}

div.menuBar {
	font-size:large;
	padding:2px;
	padding-left:10px;
	color:#000000;
}

div.sideBar {
	border:1px solid #FF975C;
	width:150px;
	margin-bottom:4px;
	margin-top:4px;
	float:left;
}

div.contentArea {
	border:1px solid #FF975C;
	width:731px;
	margin-left:5px;
	margin-bottom:4px;
	margin-top:4px;
	float:left;
	padding:5px;
}

div.bottomBar {
	padding:4px;
	text-align:center;
}

div.orangeBox {
	border:1px solid #FF975C;
}

div.darkOrangeBox {
	border:1px solid #FF975C;
	background-color:#FFC44A;
	color:#336699;
}

div.subSectionHeading {
	font-size:large;
	background-color:#FFC44A;
	border-top:1px solid #FF975C;
	border-bottom:1px solid #FF975C;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
	margin-top:10px;
}

span.subSectionHeadingSubText {
	font-size:small;
	float:right;
	position:relative;
	bottom:20px;
}

div.subSection {
	padding-left:10px;
}

td.menuHeader {
	background:#9ECAEB;
	font-weight:bold;
}

div.menuDiv {
	padding:4px;
	padding-left:10px;
}

td.menuItem {	
}

td.menuHover {
	background-color:#C6D1FF;
}

a.menuLink {
	text-decoration:none;
	color:#336699;
}

a.menuLink:visited {
	text-decoration:none;
	color:#336699;
}

.orange {
	color:#FF975C;
}

.red {
	color:#FF0000;
}
