html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-attachment: fixed;
    background-image: url('images/bg_clouds.gif');
    background-repeat: repeat-x;
    background-color: #0F9AC0;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
}

.containerMain {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000;
}
.contentDiv {
    padding: 10px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.contentLColumn50 {
	width: 48%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.contentRColumn50 {
	width: 48%;
	float: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.contentDivTitle {
	font-size: 18px;
	padding: 4px;
}

.border_blue {
	border: 1px solid #0096ff;
}
h1 {
	font-size:22px;
}h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.searchBox {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	border: 1px solid #0096ff;
}
.resultsNavBar {
	background-color: #eaeaea;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.color_white {
	color: #FFF;
}
.color_ffff66 {
	color: #ffff66;
}

#LoginBox {
	font-size: 16px;
	background-image: url(images/loginBox.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	padding: 10px;
	height: 310px;
	color: #FFF;
	font-weight: bold;
}
#LoginBox input {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #900;
}
#LoginBox a, #LoginBox a:visited {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
#LoginBox a:hover {
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}
.contentSignin {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg_center_1.jpg);
	height: 478px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
.contentSignup {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg_center_1.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #C6AB52;
}
#SignupBox {
	font-size: 16px;
	background-image: url(images/Signup-box.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	height: 700px;
}
#SignupBox input {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #900;
}
#SignupBox a, #SignupBox a:visited {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
#SignupBox a:hover {
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}
#SignupBox table {
	width: 98%;
	margin-right: auto;
	margin-left: auto;	
}
/* new stuff to check out*/

/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
.siteMessage {
	color: #C00;
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #FC9;
}
.formsPageWrapper {
    width:558px;
    margin-left:auto;
    margin-right:auto;
}
.formsPageContent
{
    font-family: Verdana;
    color: #FFFFFF;
    background-image: url('images/formPage_bg.png');
    background-repeat: repeat-y;
    background-position: center;
    padding: 10px;
}
.txt_16 {
    font-size:16px;
}
.txt_14 {
    font-size:14px;
}
.ParentsLeftColumn {
    width: 240px;
}
.ParentsRightColumn {
    float: right;
    width: 620px;
}
.ChildPanel {
    color: #0066FF;
}
.ChildPanel input {
    border: 1px solid #99CCFF;
}
.ChildPanel select {
    border: 1px solid #99CCFF;
}
.ChildPanel checkbox {
    border: 1px solid #99CCFF;
}
.ParentPanel {
    color:Green;
}
.ParentPanel input {
    border: 1px solid #00FF00;
}
.ParentPanel select {
    border: 1px solid #99CCFF;
}
.ParentPanel checkbox {
    border: 1px solid #99CCFF;
}
.footer {
    font-size: 11px;
    color: #000000;
}
.footer a, .footer a:visited, .footer a:active {
    color: #000000;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.inactiveMO
{
    background-image: url('/images/inactive-members-section.jpg');
    background-repeat: no-repeat;
    width:900px;
    height:600px;
}
.PromoDiv_BottomOfPage
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
