/* Default CSS Stylesheet for a new Web Application project */{}

a:link					{color:#660099; text-decoration: none;}
a:visited				{color:#660099; text-decoration: none;}
a:hover					{color:#9999CC; text-decoration: underline;}
.Footer:link			{color:#330066; text-decoration: none;}
.Footer:visited			{color:#330066; text-decoration: none;}
.Footer:hover			{color:#666699; text-decoration: underline;}
.cMenuBar:link			{color:#FFFFFF; text-decoration: none;}
.cMenuBar:visited		{color:#FFFFFF; text-decoration: none;}
.cMenuBar:hover			{color:#666699; text-decoration: underline;}

.GeneralPage
{
	background-color: #330066; /* Background Color */
	background-image: none; /* Background Image */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 0px; /* Margins */
}

.GeneralTable
{
	background-color: white; /* Background Color */}

.TopBanner
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9px; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #330066; /* Background Color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
}


.TopSubBanner
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #330066; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	background-image: none; /* Background Image */
}

.TopSubBannerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #330066; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
}

.MenuBorder
{
	background-color: none;
}

.LeftColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	min-height:400px;
	background-color: #660099; /* Background color */
	background-image: url(Images/SFkit_LeftColumnBG.jpg); /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.LeftColumnText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.RightColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #660099; /* Background color */
	background-image: url(Images/SFkit_RightColumnBG.jpg); /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.RightColumnText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #666699; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.SimpleSearch
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #660099; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.cMenuBar
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-style: normal; /* Font Style */
font-weight: bold; /* Font Style */
text-decoration: none;
background-color: #660099; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #666699; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: transparent; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
}

.FooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #666699; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
}

.SubFooter
{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #330066;
}

.Instructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #ECECFE; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: #000099; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #660066; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.HeaderWhite
{
font-family: Arial;
font-size: 14pt;
color: #FF0000;
font-weight: bold;
font-style: normal;
}

.Headings
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
}

.Content
{
	font-family: Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #525252; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: justify;
}

.Content2
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: lighter; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Background color */
}

.Content2Bold
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Background color */
}

.Content3
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Color */
font-weight: lighter; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Background color */
}

.SearchResultContent
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
width: 100%; /* Cell Width */
}

.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Heading Font Size */
	color: #FFFFFF; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #9999CC; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.ContentTable
{
	background-color: #9999CC;
	min-height:400px;
}

.ContentTableHorizontal
{
	background-color: #9999CC;
}

.MysticalHeader
{
	font-family: Arial; /* Font Face */
	font-size: 12pt; /* Heading Font Size */
	color: #660099; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading Font Style */
	line-height: 20px;
}
.ContentJust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-align: justify;

}
.ContentCenter 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
}
.HeadingsLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660099;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
	letter-spacing: normal;

}
h1 {

font-family: Arial; /* Font Face */
font-size: 12pt; /* Heading Font Size */
color: #660099; /* Heading Font Color */
font-weight: bold; /* Heading Font Style */
font-style: normal; /* Heading Font Style */
}
.EventsMonth {
	font-family: Arial; /* Font Face */
	font-size: 12pt; /* Heading Font Size */
	color: #CCFFFF; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading Font Style */
	line-height: 20px;
	background-color: #67009A;
	width: 400px;
}
.EventsCourses {
	font-family: Arial; /* Font Face */
	font-size: 11pt; /* Heading Font Size */
	color: #660099; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading Font Style */
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.EventsContent {

	font-family: Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #525252; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
}
hr {
	margin-bottom: 20px;
}
#BodyTag #frmBot #PageTable #PageCell #PageSubTable #ContentCell #BotTable .MysticalHeader #terms {
	width: 400px;
}
.ContentTableHeader_inv {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Heading Font Size */
	color: #FFFFFF; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}
#BodyTag #Form2 #PageTable #PageCell #PageSubTable #ContentCell .Content .MysticalHeader #offer {
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.toplinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}