html{
}

body {
	background-color: #9EC2DA;
	background-color: #8888ff;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #000033;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	max-width: 1024px;
}

.clear {
	clear: both;
}

/* from  mainTextStule.css */

.statusMessage, .xStatusMessage {
    font-size: 1em; /* Set message font size */
    padding: 3px; /* Some padding to make some more space for our text */
    background: #00ff00; /* Add a background color to our status message */
    border: 1px solid #DFDFDF; /* Add a border arround our status message */
    width: 90%;
}
.StatusMessage {
    background-color: #00ff00; /* Add a background color to our status message */
        background: #00ff00; /* Add a background color to our status message */
}


.labelSmallLC{
	font-size: 9px;
	color: #000033;
	line-height: normal;
	font-weight: 100;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: lowercase;
}

.labelNormal{
	font-size: 9px;
	color: #000033;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: uppercase;
}

.labelRequired{
	font-size: 9px;
	color: #BC2765;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: uppercase;
}

.labelDkGold{
	font-size: 9px;
	color: #704F22;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: uppercase;
}

.labelDkGoldLC{
	font-size: 9px;
	color: #704F22;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
}

.titleDkGold{
	font-size: 18px;
	font-style: italic;
	color: #704F22;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: none;
}

.headingDkGold{
	font-size: 14px;
	font-style: italic;
	color: #704F22;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	text-transform: none;
}
/* from  mainTextStule.css */

form.signUpForm {
	width: 90%;
	margin: 0 auto;
}

.textInput4{
	height: 1.5em;
	width: 90%;
}

#signUpFrame{
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 249px;
	height: 256px;
	background-color: #9EC2DA;
	margin: 0px;
	padding: 0px;
}

#yourInfoBKG {
	width: 90%;
	margin: 0 auto;
	margin-left: 2%;
}

p.headerText {
	font-size: 3em;
	font-style: bold;
	text-align: center;
}
p.subHeaderText {
	font-size: 1.5em;
	font-style: normal;
	text-align: center;
}
p.subSubHeaderText {
	text-align: center;
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
}

.signUpPage {
	width: 100%;
	margin: 0 auto;
/*	margin-left: 2%;*/
	background-color: #55ff55;
/*	 display:inline-block;*/
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
/*	margin: 0 auto;*/
}

.textInput1{
height: 24px;
width: 245px;
}

.menus {
/*	float: left;*/
/*	width: 30%;*/
/*	margin-left: 2%;*/
	margin-top: 2%;
}

}
.signUpPage, .menus, .content, .leftCol, .midCol, .rightCol {
	float: left;					/*      WHY ARE THEY STACKED?  */
/*	width: 25%;*/
/*	border-width: 2px;
	border-style: solid;
	border-color: #000000;*/
/*	margin: 0 auto;*/
}
.signUpPage {
	float: none;
}

.sButton {
	width: 25%;
	height: 3em;
	color: #ffffff;
	margin-left: 1em;
	background-color: #000099
}

.leftCol {
/*	margin-left: 2%;*/
	width: 65%;
	background-color: #ffffff;
		 display:inline-block;
		 	float: left;	
	background-color: #9EC2DA;
	margin-bottom: 1.3em;
	padding-bottom: 1.3em;
}
.midCol {
	width: 60%;
/*	margin-left: 2%;*/
	background-color: #8888ff;
	display:inline-block;
	float: left;	
	padding-left: 1em;
}
.rightCol {
	width: 0%;
/*	margin-left: 2%;*/
	background-color: #777777;	 
	display:inline-block;
		 	float: left;	

}

.mainMenu ul {
  list-style: none;
}
#mainMenu li {
  display: inline;
}
	
/*
div {
  float: left;
  padding: 15px; 
}*/

./*div1 {
  background: red;
}

.div2 {
  background: yellow;
}

.div3 {
  background: green;
}
*/