@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFF;  /* 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. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-size: 4em;
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow:auto;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	overflow:auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    vertical-align:top;
	
}
input{	font-family:Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

div.main{
	margin:30px auto; 
	width:340px;
	}

div.box{
	border:solid 1px #c6cfe1;
	background:#dfe4ee;
	padding:10px;
	color:#333333;
	margin-top:20px;
    margin-bottom:20px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
div.box p{padding-bottom:3px;}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

div.box label.title {
	display:block;
	margin-bottom:10px;
	color:#555555;
}

div.box label.title span.title{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
}
.spacer{margin-left:80px; 
	margin-bottom:10px;
	margin-top:10px;
	font-size:11px;
	color:#555555;
}
span.green{
	background:url(/images/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}
hr {
	width: 660px;
	border-top:solid 1px #ccc;
	height: 1px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

* html hr {
TEXT-ALIGN: center;
}
*+ html hr {
TEXT-ALIGN: center;
}

.error-message{
	width:280px;
	border-top:dotted 1px #CC0000; 
	border-bottom:dotted 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	text-align:left;
	padding:1px 5px 1px 5px;
    margin: 0px auto 10px auto;
	font: 10px Verdana;
}

.ok-message{
	width:280px;
	border-top:dotted 1px #349534; 
	border-bottom:dotted 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font: 11px Verdana;
	text-align:left;
    margin: 0px auto 10px auto;
	padding:1px 5px 1px 5px;
}

#csc {
	background : #669900 url(/images/csc_tl.png) no-repeat;
	width : 20em;
	height : auto;
	position : relative;
	padding : 30px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	overflow:hidden;
	margin:0 0px 30px 35px;
	line-height:1.2;
}

* html #csc { margin-left: 18px; } /* IE6 */

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(/images/csc_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(/images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(/images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}

p#sub {
	font-family: Verdana, Georgia, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	text-align: center;
	color: #000;
}
.hometitle {
	color: #FF6;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #csc p {
	font-size: 18px;
	color: #FFF;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
}

.signup  {
	float:right; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 16px; 
	color: #CFF;
}

.signup a:link, .signup a:visited {
	color: #CFF;
	text-decoration: none;
}

.signup a:hover {
	color: #CFF;
	text-decoration: underline;
}

img:hover {
background: transparent none repeat scroll 0 0;
}
img {
border: none;
behavior: url(/stylesheets/iepngfix.htc);
}
.loginhere {
	color: #039;
	text-align:center;
	margin-bottom:20px;
}
.loginhere a {
	color: #039;
	font: 18px Tahoma, Geneva, Verdana;
}

