BODY
{
	padding: 0;
	margin: 0;
	height:100%;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.BaseTemplateTable
{
	height: 100%;
	width: 100%;
	padding-top: 0.2em;
}

.topSiteHeader
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;		
	
	padding: 0;
	margin: 0;
	width: 100%;
}

.topSiteHeader TD
{
	white-space: nowrap;
	padding: 0 0.5em;

	/* IE does not cascade into nested TABLES */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;		
}

.topSiteHeader A
{
	text-decoration: none;
	padding: 0 0.5em;
}

.topSitelogo TD
{
	padding: 0 0 1px 0;
}

.topSitelogo SPAN
{
	vertical-align:bottom;
    COLOR: #336699;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: xx-small;
}

.topSitelogo IMG
{
	vertical-align: bottom;
}

/* Main Tab Bar */	
.topSitetabs
{
	background-color: #398C31;		/* green */
}

.topSitetabs A.AspNet-Menu-Selected
{
	background-color: #00319c;		/* dark blue */
	color: white;
}

.topSitetabs A
{
	color: #BCEDB5;					/* light green */
}

.topSitetabs A:hover
{
	color: white;
	background-color: #00319c;		/* dark blue */
}

/* Sub Tab Bar */	
.topSitemenu
{
	background-color: #00319c;		/* dark blue */
}

.topSitemenu A.AspNet-Menu-Selected
{
	background-color: #00319c;		/* dark blue */
	color: white;
}

.topSitemenu A
{
	color: #A3C1FF;					/* light blue */
}

.topSitemenu A:hover
{
	color: white;
}

.topBreadcrumb TD
{
	color: #00319c;					/* dark blue */
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #00319c;
}

.topBreadcrumb A
{
	color: #00319c;					/* dark blue */
}

.pageContentTable
{
	width: 100%;
	padding-top: 0.5em;
	text-align: left;
}

.PageFooter
{
	width: 100%;
	border-top: 1px solid #398C31;
}

.PageFooter, .PageFooter A
{
	/* IE does not cascade into nested TABLES */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

