@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5BFF29;
	font-family: "Futura Lt", "Arial Narrow", Arial;
	font-size: 12px;
	background-color: #737373;
	background-image: url(../images/back-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	position: absolute;
	top: -300px;
	font-size: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	letter-spacing:0.75px;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.navselector {
	font-size: 30px;
}
.navselectorright {
	font-size: 30px;
	color: #D96AD3;
	text-decoration: none;
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent .maintwosixth .navselectorright a {
	color: #D96AD3;
	text-decoration: none;
}

.mainonesixth {
	width:160px;
	float: left;
	text-align: center;
}
.maintwosixth {
	width:280px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}


.maintwosixth2 {
	width:320px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.mainthreesixth {
	width:440px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.mainthreesixthMainPic {
	width:440px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	height: 400px;
}
.mainfoursixth {
	width:640px;
	float: left;
}
.mainfoursixth2 {
	width:730px;
	float: left;
}
.mainfivesixth {
	width:800px;
	float: left;
}
.maintitle {
	text-align: left;
	font-size: 50px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D96AD3;
}
.maintitleright {
	text-align: right;
	font-size: 50px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D96AD3;
}
.taglineleft {
	text-align: left;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D96AD3;
}
.taglineright{
	text-align: right;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D96AD3;
}
.taglineright a{
	text-align: right;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D96AD3;
	text-decoration: none;	
}
.maintext{
	text-align:left;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #D96AD3;
	font-weight: normal;
	line-height: 120%;
}
.maintextright{
	text-align:right;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #D96AD3;
	font-weight: normal;
	line-height: 120%;
}
.oneColFixCtrHdr #container #mainContent .mainonesixth .navselector a:link    {
	color: #5BFF29;     /* unvisited links */
	text-decoration: none;
}  
.oneColFixCtrHdr #container #mainContent .mainonesixth .navselector a:visited { 
	color: #5BFF29;    /* visited links   */
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .mainonesixth .navselector a:hover   {
	color: #D96AD3;       /* user hovers     */
	text-decoration: underline;
} 
.oneColFixCtrHdr #container #mainContent .mainonesixth .navselector a:active  { 
	color: #5BFF29; /* active links    */
	text-decoration: none;
}   
.main100percentleft {
	text-align: left;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 10px;
}
.main100percentright {
	text-align: right;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
.main100percentnav {
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	color: #D96AD3;
	padding-left: 22px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent .main100percentnav p a {
	color: #D96AD3;
	text-decoration: none;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.frameborder {
	border: 1px solid white;
}
.frameborderright {
	border: 1px solid white;
	float:right;
}
