/*
Theme Name: Starter Website New Theme
Description: Use this theme when developing a new non-blog website
Version: 1
Author: Sherry Fulton
Author URI: http://www.sfcreativedesign.com/

*/

body {
	background-color: #000;
}

#myForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #fff;
	text-decoration: none;
	width:100%;
	}
.textAreaForm {
	background-color:#370303;
	color:#FFF;
	}

/*navigation*/


/*page layout*/

#pageContainer {
	position: relative;
	display: block;
	width: 982px;
	padding-top:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #FFF;
	z-index:200;
}

#content {
	postion: relative;
	left: 0;
	top: 0;
	width: 980px;
	background-color: #000;
}

	
#footer {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 980px;
	bottom: 0px;
	}

/*content footer text*/


.footerLg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.footerLg:link, a.footerLg:visited {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.footerLg:hover {
	color:#999;
	text-decoration: none;
}

.footerSm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.footerSm:link, a.footerSm:visited {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.footerSm:hover {	
	color: #999;
	text-decoration: none;
}

/*end content footer text*/


/*begin text styles*/

.bodyCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}


a.list:link, a.list:visited, a.list:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	
}
a.list:hover {
	color: #370303;
	text-decoration:none;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	display: block;
}
.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #42551e;
	text-decoration: none;
}
a.greenText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: ##42551e;
	text-decoration: none;
}
a.greenText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: ##3b2f05;
	text-decoration: none;
}
a.greenText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #42551e;
	text-decoration: none;
}



/*end text styles*/

/*begin td styles*/

.tdBottomBorderRed {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #370303;
}

/*end td styles*/


.pBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
.subTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
	text-transform: none;
}
.tdFrame {
	border: thick solid #370303;
}
