/* BASIC ITEMS */
body 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 75%;
}
td
{
	color: #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 75%;
}

.header, .headerOver 
{
	margin: 0.5em;
	font-family: Garamond, Georgia, Serif;
	color: #5356A6;
	font-weight: bold;
	font-size: 150%;
}
.headerOver 
{
	background-color: #FFFF00;
}
.content, .contentOver 
{
	margin: 0.0em;
	font-family: Arial, Tahoma, Sans-Serif;
	color: #000000;
}
.contentOver 
{
	background-color: #FFFF00;
}
a:link, a:visited 
{
	color: #5356A6;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #5356A6;
	text-decoration: underline;
}
.Title{font-family:Garamond,Georgia,Serif;color:#5356A6;font-weight:bold;font-size:150%;}
.SubTitle{font-size:8pt;font-family:Arial,Tahoma,sans-serif;color:#312C26;font-weight:bold;}
.ContentSmall{font-size:8pt;font-family:Arial,sans-serif;color:#000000;}
.ActivityHeader{font-size:125%;font-family:Garamond,Georgia,Serif;color:#5356A6;font-weight:bold;}

.lightGrey, .lightGreyOver{color:#3C3C3C;font-size:75%;}


/* MAJOR PAGE SECTIONS */
#PageHeader 
{
	background-color: #6F308A;
}
#PageHeaderContent
{
}
#PageBody 
{
}
#PageBodyContent 
{
}
#PageFooter 
{
}
#PageFooterContent 
{
	background-color: #0000CC;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}


/* COLUMNS */
#Columns 
{
	border-style: solid;
	border-color: #0000CC;
}
#ColumnLeft 
{
}
#ColumnMiddle 
{
}
#ColumnRight
{
}
.columnInner
{
	margin: 6px 7px 7px 7px;
}


/* PAGE COMPONENTS */
.headerImage 
{
	border-style: solid;
	border-color: #FFFFFF;
}
.headerImageInner 
{
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #0000CC;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#PageImage 
{
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
}
#MainNavigation 
{
	margin: 1em 0em;
}
.mainNavItem a:link, .mainNavItem a:visited, .mainNavItem a:active, .mainNavItem a:hover
{
	color: #6F308A;
	font-size: 110%;
	font-weight: bold;
	display: list-item;
	list-style-type: none;
	margin: 0.2em 0px 0.2em 16px;
	color:#6F308A;
}
.subNavItem 
{
	font-size: 95%;
	font-weight: bold;
	display: list-item;
	list-style-type: none;
	margin: 0.2em 0px 0.2em 32px;	
}
.subNavItem a:link, .subNavItem a:visited, .subNavItem a:active, .subNavItem a:hover 
{
	color: #0000CC;
}
#BottomNavigation 
{
	margin: 1em 0em;
	font-size: 90%;
}
#MainNavBottom 
{
	text-align: center;
	font-size: 90%;
	border-style: solid;
	border-color: #0000CC;
	color:6F308A;
}
#MainNavBottom a 
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}