
body {
	background: #c5d6e8 url(images/background-center.jpg) repeat-x;
	margin: 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;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}

.wrapper #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #003592;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header { 
	background: #FFFFFF; 
	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. */
} 
.wrapper #header h1 {
	margin: 0; 
	padding: 10px 0; 
	
}

.wrapper #mainContent {
	margin: 0;
	background-position: center center;
	background-image:url(images/bg-image.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
}

.wrapper #mainContent h1 {
	background-image: url(images/green-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 0.65em;
	line-height: 1.7em;
	background-color: #FFF;
	height: 70px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: .05em;
	padding: 28px 25px 0px 23px;
	margin: 0;
	vertical-align: text-bottom;
}
.wrapper #footer {
	background:#0049a8;
	height: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
.wrapper #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 0;
	text-align: center;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1em;
	color: #FFFFFF;
}

.wrapper #footer a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.wrapper #footer a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


.title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #c13832;
	font-style: normal;
	letter-spacing: 1px;
}

div#leftCol {
	width: 35em;
	float: left;
	overflow: auto;
}

#leftCol p {
	padding: 0 20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;

}

a.leftCol, a.leftCol:visited {
	text-decoration: none;
	color: #7FA658;
}

a.leftCol:hover {
	color: #F49E34;
	text-decoration: none;
}


div#board {
	padding: 0 20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	margin: 0;
}

div#rightCol {
	width: 10em;
	float: right;
	margin-right: 5px;
	margin-bottom: 0;
}

div#rightCol td {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	text-align: center;
	color: #000;
	vertical-align: middle;
	padding-top: 5px;
}
.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;
}



div#form_container {
	width: 400px;
	border: thin solid #0049a8;
	text-align: right;
	padding: 10px;
	color: #333333;
	font: 11px/18px "Trebuchet MS", Arial, sans-serif;
	vertical-align: top;
}
div#form_container_confirm {
	width: 400px;
	border: thin solid #0049a8;
	text-align: left;
	padding: 10px;
	color: #333333;
	font: 13px/18px "Trebuchet MS", Arial, sans-serif;
	vertical-align: top;
}

