body
{
	/*color: #959493; */
	color: #bbbbbb;
	font-size: 90%;
	background-color: #3f3c3b;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
}
table
{
	/* I had to specify this so IE uses the 84% font-size specified in the body style */
	font-size: 100%;
}
img
{
	border: 0px;
}
#header
{
	padding: 10px;
	margin: 0 auto;
	background: #5f5d5c;
}
div.smallBox
{
	width: 170px;
	background-color: #3f3c3b;
	padding: 5px;
}
ul.menu
{
	list-style-type: none;
	padding-left: 15px;
}
ul.menu li
{
	padding: 0 0 3px 0;
}
div#body
{
	background-color: #4C4947;
	padding: 10px;
}
#footer
{
	background: #5f5d5c;
	height: 40px;
	padding: 15px;
}
div#main
{
	margin: 0px auto 0px auto;
	max-width: 980px;
	text-align: left;
	position:relative;
}
td#headerImage
{
}
.orange
{
	color: #ce7320;
}

/* ------------------------------------------------
   BEGIN Legacy styles used by the Photo Gallery */
div.header
{
	/*border: 1px dashed white;*/
	padding-left: 40px;
	padding-right: 40px;
	background: #5f5d5c;
	height: 155px;
}
div.footer
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #5f5d5c;
}
/* END Legacy styles used by the Photo Gallery 
   ------------------------------------------------ */

/* ------------------------------------------------
 BEGIN ASP.NET menu classes*/
.selectedMenuItem a:link, .selectedMenuItem a:visited, .selectedMenuItem a:active, .selectedMenuItem a:hover
{
	color: #ce7320;
	font-weight: bold;
}
/* END ASP.NET menu classes
   ------------------------------------------------ */
ul
{
	list-style-type: circle;
}
/****************************************/
a
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #ce7320;
	text-decoration: underline;
}
/* FORMATTING ELEMENTS
---------------------*/
div.indent
{
	padding-left: 30px;
}
.textBox
{
	color: #BBB;
	background-color: #5f5d5c;
}
/*
I'm currently not using the floatbox. I don't want to take this code out of here
since for some reason it always takes me a while to figure this out.
div.floatBox 
{
	background: #3f3c3b; 
	float: right; 
	width: 200px; 
	padding: 5px;
}
*/
