@charset "UTF-8";
/* CSS Document */


body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	background-image:url(images/bkgrnd3.gif);
	background-repeat:repeat-x;
}
#container {
	width: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:36px;
}
#right {float:right;width:200px;padding-left:10px;border-left:1px solid #666666;}

#left {float:left;width:200px;padding-left:right;border-right:0px solid #666666;}
#footer {text-align:center;font-size:.9em;border-top:1px solid #666666;padding-top:10px;}
ul {}
li {margin:10px 0;}
a {color:#000000;}
h1 {color:#B10304;font-size:1.4em;text-align:center;}

#homeLink a {text-decoration:none;}

#back1 {text-align:center;margin-bottom:15px;}
