/*HTML Tags*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF14A1;
	background-image: url(images/F4O_pagebg.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
h1 {color: #536932;}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #535353;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*Default Links*/
a:link {
	color: #D9157B;
	text-decoration: none;
}
a:visited {
	color: #D9157B;
	text-decoration: none;
}
a:hover {
	color: #94B563;
	text-decoration: none;
}
a:active {
	color: #D9157B;
	text-decoration: none;
}


/*Content Containers*/
#container {
	border-collapse: collapse;
}
#splashSignUp {
	background-color: #EC1B93;
	text-align: center;
	background-image: url(images/splashpagesignup_bg.jpg);
	background-repeat: repeat-x;
}
#header {
	background-color:#D9157B;
	background-image: url(images/F4O_Header_sm_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#navbar {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: center;
	background-color: #94B563;
	height: 25px;
}
#homepageGreenBox {
	background-image: url(images/homepage_greenBox.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#adBar {
	background-color: #FFFFFF;
	text-align: center;
	width: 168px;
	background-position: top;
	padding-top: 15px;
}
#contentTbl {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #94B563;
	border-bottom-color: #94B563;
	border-left-color: #94B563;
}
#contentTbl p {
	padding-right: 15px;
	padding-left: 15px;
}

/*Splash Alerts Form*/
.splashformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	border-top-color: #79A477;
	border-right-color: #79A477;
	border-bottom-color: #79A477;
	border-left-color: #79A477;
	}
.splashformbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #79A477;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Email Alerts Form*/
#F4O-alert{
	text-align: right;
	display: inline;
	vertical-align: 90%;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: thin solid #94b563;
	}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #94B563;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#F4O-alert .labelWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

/*Navigation Links*/
.horznav {
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navbar a:link {
	color: #333333;
	text-decoration: none;
}
#navbar a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFADDD;
	text-decoration: none;
}
#navbar a:active {
	color: #333333;
	text-decoration: none;
}
.navdivider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: lighter;
}


/*Text Styles*/
.labelWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	padding: 5px;
	background-color: #D9157B;
	background-position: center;
}
