/* USED TO DEFINE GLOBAL FONT-FAMILY */
body, p, table, th, td, p, span, li, h1, h2, a, input, textarea, select
{
	font-family: Tahoma, Arial;
}

body
{
	margin: 0px;
}

#header { display: none; }

/***** BODY CELLS *****/
.leftcol { display: none; }

.spacercol { display: none; }

.maincol
{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 644px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/***** END BODY CELLS *****/

/***** NAV *****/
#nav { display: none; }
/***** END NAV *****/

/***** INNER CONTENT *****/

#content
{
	padding: 10px;
	font-size: 80%;
	color: #000000;
	position: relative;
}

#content h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	color: #761400;
	text-transform: uppercase;
}

#content h2
{
	font-size: 100%;
	margin: 0px;
}

#content p
{
	margin-top: 0px;
	margin-bottom: 10px;
}
/***** END INNER CONTENT *****/

/***** FOOTER *****/
#footer { display: none; }
/***** END FOOTER *****/

#DirectoryContainer
{
	width: 624px;
	background-color: #FFF;
	position: absolute;
	top: 90px;
	color: #000;
}

#ContainerPad
{
	padding: 10px;
}

#DirectoryContainerTbl td
{
	vertical-align: top;
}

#DirectoryTbl
{
	width: 100%;
}

#DirectoryTbl td
{
	font-size: 70%;
	padding: 5px;
	color: #000;
}

.pagebody
{
	width: 394px;
	vertical-align: top;
	font-size: 70%;
	color: #000;
}

.wide
{
	width: 600px !important;
}

.pagebody h1
{
	font-size: 70%;
	color: #000;
}

.pageimage
{
	width: 210px;
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
}

.listing div { margin-bottom: 10px; font-size: 130%; }
.listing a { color: #000 !important; text-decoration: none;}
.listing h2 { color: #000; }