@charset "UTF-8";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 80px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	font-weight: bold;
	color: #999999;
}
#leftcolumn {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftcolumn p {
	font-size: 80%;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 2px;
}
#leftcolumn ul {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header {
	color: #FFFFFF;
	padding-left: 2em;
	font-size: small;
	float: left;
	font-weight: bold;
}
#utility {
	color: #FFFFFF;
	padding-left: 2em;
	font-size: x-small;
	float: right;
	text-align: right;
}
#utility a {
	color: #FFFFFF;
	text-decoration: none;
}
#utility a:link {
	color: #FFFFFF;
}
#utility a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#rightcolumn {
	font-size: 80%;
	padding-left: 10px;
	width: 394px;
}
.dectopbkg {
	background-image: url(images/decorationtop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.center {
	text-align: center;
}
.imageright {	float: right;
	padding-left: 10px;
}
.rightrepeatborder {
	background-image: url(images/acelayout3_08.png);
	background-repeat: repeat-y;
	background-position: top;
}
.leftcanvasbkg {
	background-image: url(images/acelayout3_01.png);
	background-repeat: repeat-x;
	background-position: top;
}
.leftcanvasreptnav {
	background-image: url(images/acelayout3_15.png);
	background-repeat: repeat-y;
	background-position: top;
	height: auto;
}
#footernav {
	font-size: 70%;
	text-align: center;
}
#footernav a {
	text-decoration: none;
	color: #333333;
}
#footernav a:link {
	color: #333333;
	text-decoration: none;
}
#footernav a:hover {
	color: #000000;
	background-color: #FFCC66;
}
#footernav a:visited {
	color: #663300;
}

