﻿body
{
	background-color: #01202c;
}

.PageHeader
{
	font-size: medium;
	color: black;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	text-shadow: 2px 2px 2px #FFF !important;
}

.CaptionText
{
	font-size: small;
	padding: 5px;
	text-align: justify;
	color: white;
}
.NoPadding
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #0099ff;
	font-size: x-large;
	text-shadow: 2px 2px 2px #000;
}

h2
{
	color: #3399cc;
	font-size: larger;
	text-shadow: 2px 2px 2px #000;
	
}

h3
{
	color: #3399cc;
	font-size: small
	text-shadow: 2px 2px 2px #000;
	
}
.sf_eventTitle a
{

	color: #3399cc;
	font-size: small
	text-shadow: 2px 2px 2px #000;
	
}
a
{
	color: #edf004;
}

a:active
{
	color: #edf004;
}

a:hover
{
	color: #edf004;
}

a:visited
{
	color: #edf004;
}

.content_text
{
	color: White;
	font-size: medium;
}

.FeaturesBox2
{
	margin: auto;
	width: 700px;
	background-image: url("images/FeaturesBoxBody.png");
	background-repeat: repeat-y;
}

.FeaturesBox1
{
	margin: auto;
	width: 700px;
	min-height: 20px;
	height: 20px;
	background-image: url("images/FeaturesBoxTop.png");
	background-repeat: no-repeat;
	background-position: top;
}

.FeaturesBox3
{
	margin: auto;
	width: 700px;
	min-height: 22px;
	height: 22px;
	background-image: url("images/FeaturesBoxFooter.png");
	background-repeat: no-repeat;
	background-position: top;
	
}

.FeaturesBoxPadding
{
	width: 657px;
	margin: auto;
}

.FeatureContent
{
	width: 305px;
	padding: 0px;
	margin: 0px;
	max-width: 305px;
	background-image: url("images/FeatureBoxContentSep.png");
	background-repeat: repeat-y;
}

.FeatureContent1
{
	background-image: url("images/FeaturesBoxContentBody.png");
	background-repeat: repeat-y;
}

.FeatureContent2
{
	background-image: url("images/FeaturesBoxContentTop.png");
	background-repeat: no-repeat;
	background-position: top;
}

.FeatureContent3
{
	width: 305px;
	background-image: url("images/FeaturesBoxContentBottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 40px;
	color: Black;
	vertical-align: middle;
}

.FeatureContent4
{
	padding: 5px 5px 10px 15px;
	vertical-align: middle;
	color: Black;
	font-size: small;
}
.FeatureArrow
{
	width: 47px;
	min-height: 47px;
	background-image: url("images/FeaturesBoxArrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

.FeatureSpacer
{
	min-height: 30px;
	height: 30px;
	background-image: url("images/FeatureBoxContentSep.png");
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.GradientBar
{
	background-image: url("images/GradientBar.jpg");
	background-repeat: repeat-x;
}

.FormTitle
{
	color: black;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.FormInput
{
	color: black;
	float: left;
	width: 400px;
	text-align: left;
}

.FormValidation
{
	color: black;
	float: left;
	text-align: left;
}

.FormLine
{
	clear:both;
}

.FormSubmitLine
{
	clear:both;
}
.FormSubmitButton
{
	width: 100px;
	margin: auto;
}

.clear
{
	clear:both;
}