@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#row3 {
	background-image: url(../layout/row3.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 1000px;
}
#btmlinks {
	background-image: url(../layout/rowbtmlinks_bg.jpg);
	background-repeat: repeat-y;
	font-size: small;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#btmlinks a {
	color: #999999;
	text-decoration: none;
}

#btmlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#copyright {
	background-image: url(../layout/rowcopyright.jpg);
	background-repeat: no-repeat;
	font-size: small;
	color: #999999;
	height: 14px;
	width: 1000px;
}
.style {
	font-size:x-small;}

#textcopyright {
	font-size: small;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../layout/rowcopyright_bg.jpg);
	background-repeat: repeat-y;
}

#textcopyright a {
	color: #006699;
	text-decoration: none;
}

#textcopyright a:hover {
	color: #CC3300;
	text-decoration: none;
}
#textcopyright .style1 {
	font-size: x-small;
}
#main {
	font-size: small;
	color: #CCCCCC;
	text-align: left;
}
#main h1 {
	color: #FCF900;
	padding-left: 50px;
	padding-right: 20px;
}
#main p {
	padding-right: 20px;
	padding-left: 50px;
}
#main h2 {
	color: #CDCB9A;
	padding-right: 20px;
	padding-left: 50px;
}

#main a:hover {
	color: #FF9900;
	text-decoration: none;
}

#main a {
	color: #0099FF;
	text-decoration: none;
}

#main #colR {
	color: #CDCB9A;
	text-align: left;
	padding-left: 20px;
	padding-right: 50px;
	line-height: 1.2;
}
#main #colR a {
	color: #FFCC66;
	text-decoration: none;
}
#main #colR a:hover {
	color: #000066;
	text-decoration: none;
}
#contactform {
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}
