BODY
{
	font-size: small;
	font-family: Segoe UI, Tahoma, Verdana, Arial, Helvetica, Lucida Sans, Sans-Serif;
}

P
{
	text-indent: 0.25in;
}

P.noindent, P.left, P.center, P.right
{
	text-indent: 0px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

/*center all tables*/
TABLE
{
	/*so that IE5 shows our fonts*/
	font-family:  Segoe UI, Tahoma, Verdana, Arial, Helvetica, Lucida Sans, Sans-Serif;
	font-size: small;
	margin: auto auto auto auto;
	text-align: center;
}

/*main content table*/
.maincontentpane
{
	margin-top: 1em;
	width: 90%;
	height: 100%;
	border: thin ridge black;
	text-align: left;
}

/*interior tables*/
.innercontenttable, TABLE.footer
{
	border-spacing: 5pt;
	width: 100%;
	height: 100%;
}

A:link
{
}

A:visited
{
}

A:hover
{
}

A:hover.plain
{
	background-color: Transparent;
}

/*Styles for navigation menu*/
/*highlighted (current) item*/
A:link.activemenuitem
{
	font-weight: bolder;
	font-variant: small-caps;
	font-size: larger;
}

A:visited.activemenuitem
{
	font-weight: bold;
	font-variant: small-caps;
	font-size: larger;
}
A:hover.activemenuitem
{
}

/*non-highlighted items*/
A:link.menuitem
{
}

A:visited.menuitem
{
}

A:hover.menuitem
{
}

/*dont make border for image links*/
IMG.plainlink
{
	background-color: Transparent;
	border: 0px;
}

/*header image max size (doesn't work in IE)*/
IMG.header
{
	max-width: 100%;
	background-color: Transparent;
	border: 0px;
}

HR
{
}

HR.inverse
{
}

/*bottom footer table style*/
TABLE.footer
{
	color: White;
	background-color: Black;
	vertical-align: middle;
}

/*override the 'text-align: center' of tables*/
TD
{
	text-align: justify;
}

/*navigation menu cells*/
TD.menucell
{
	width: 150pt;
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1em;
	vertical-align: top;
	text-align: center;
	border: white thin groove;
}

.menucontentpane
{
	text-align: center;
	margin: auto auto auto auto;
	padding: 1em 1em 1em 1em;
	vertical-align: middle;
	border: white thin groove;
}


/*content areas*/
.contentpane
{
	padding: 1em 1em 1em 1em;
	vertical-align: top;
}



/*header cell (logo)*/
TD.header
{
	color: White;
	background-color: Black;
	vertical-align: middle;
	padding: .5em .5em .5em .5em;
}

/*body (middle) cell*/
TD.body
{
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1em;
	border: white thin groove;
}

/*bottom cells*/
TD.leftfooter
{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 .5em;
}

TD.rightfooter
{
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 .5em 0 0;
}
/*alter tab spacing for lists*/
UL
{
	text-align: left;
	margin-left: 1.5em;
	padding-left: 0em;
}
