@charset "utf-8";
body  {
	background: #1449a1;
	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;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 100%;
}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	border-top: 0;
	border-right: 3px solid #ffffff;
	border-bottom: 0;
	border-left: 3px solid #ffffff;
} 

#header  {
	padding: 0;  /* 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. */
	background-color: #000000;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	height: 130px;
} 

#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 */
	display: none;
}
#sidebar_content #white_bg h1 {
	font-size: 28px;
}


#header h2 {
	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 */
	display: none;
}

#header h3 {
	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 */
	display: none;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 191px;
	background-color: #42CFE7;
}

#sidebar_content {
	float: left; /* since this element is floated, a width must be given */
	width: 191px;
	background-color: #42CFE7;
	padding-bottom: 15px;
}

#sidebar1 #nav {
	text-align: center;
	width: 191px;
}

#nav .button {
	margin-top: 10px;

}

#sidebar1 #white_bg {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 20px;
}

#sidebar_img {
	border: 2px solid black;
	position: relative;
	top: 400px;
	left: 0px;
}
#sidebar1 img {
	margin-left: 0px;
	border: 2px solid #000000;
}

.white_bg {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-left: 8px;
}

.xlarge {
	font-size: 40px;
}

.mid-center {
	padding-top: 10px;
}
#sidebar1 #newa  {
	font-size: 75%;
	width: 190px;
	text-align: center;
}
#sidebar1   #newa a  {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1   #newa a:hover  {
	color: #FFEF00;
	text-decoration: underline;
}

.narrower {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	text-align: center;
}

#mainContent  {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

.home_right  {
	float: right;
	margin-right: 40px;
	border: 2px solid #000000;
	margin-left: 8px;
}

#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 

#footer   h2 {
	color: #FFEF00;
	margin-top: 2px;
}

#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: #FFEF00;
}
#footer #address {
	height: 130px;
	margin-top: 0px;
	padding-top: 0px;
	width: 540px;
}
#footer #address a {
	color: #FFFFFF;
}
#footer #address a:hover {
	color: #FFEF00;
}

#footer #address h2 {
	margin-bottom: 0px;
}

#payGo {
	background-color: #FFEF00;
}
#payGo h1 {
	display: none;
}
#payGo h2 {
	text-align: right;
	font-size: 200%;
	padding-right: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
#pay_go  {
	border: 2 solid #FFEF00;
	margin-bottom: 0px;
	margin-top: 10px;
}
.noBorder {
	border: none;
}


.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 */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#signupForm {
}
.formLine {
	text-align: right;
	margin-bottom: 8px;
}


#formButtons {
	text-align: center;
}
#counter {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.bigYell {
	font-size: 120%;
	font-weight: bold;
}
.strikethrough {
	text-decoration: line-through;
	font-style: italic;
	font-weight: bold;
}

