a:link {
	color: #69CE00;
	text-decoration: none;
}
a:visited {
	color: #63C200;
	text-decoration: none;
}
a:hover {
	color: #8EF405;
	text-decoration: none;
}
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: 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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/template/background.png);
}
#mainContent {
	background-image: url(../images/template1/r2c1-maingBG.png);
	background-repeat: repeat-y;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 639px;
	text-shadow: #333333 1px 1px 1px;
}
.oneColFixCtr #container {
	width: 639px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 76px;
	width: 639px;
}
#footerShadow {
	height: 15px;
	width: 639px;
}
#construction {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
