@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-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 */
}
#newlayout #header {
	background-image: url(../newlayout/header.jpg);
	background-repeat: no-repeat;
	height: 330px;
	width: 1000px;
}
#newlayout #btmlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCC99;
	background-image: url(../newlayout/btmlinks.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 1000px;
	text-align: center;
	padding-top: 10px;
}
#newlayout #copyright {
	font-size: small;
	color: #CC9900;
	background-image: url(../newlayout/copyright.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 1000px;
	padding-top: 10px;
}

#copyright a {
	color: #99CCCC;
	text-decoration: none;	
}

#copyright a:hover {
	color: #9933CC;
	text-decoration: none;
}
#newlayout #title {
	background-image: url(../newlayout/title.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 1000px;
}
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#main p {
	color: #CCCCCC;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#main a {
	color: #0099FF;
	text-decoration: none;
}

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

#btmlinks a {
	color: #C3CC6E;
	text-decoration: none;
}
#btmlinks a:hover {
	color: #0099FF;
	text-decoration: none;
}
.style1 {
	font-size:x-small;
	}#main #contactform {
	color: #CCCCCC;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

.style2 {
	font-size: 200%;
	font-style: italic;
	color: #f8d544;
}
#time {
	font-size: x-small;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #FFCC00;
}
#Text_ColLeft {
	color: #FFFFCC;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#main h2 {
	color: #9F5674;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#tinytext {
	font-size: xx-small;
	color: #666666;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#indent {
	text-align: left;
	padding-left: 20px;
}
#newannouncement {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	background-image: url(../newlayout/newannouncement_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 20px;
}
#newannouncement a {
	color: #FFFFFF;
}

#newannouncement a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#ul1 {
	font-size: small;
	text-align: left;
}
#ul1 li {
	color: #999999;
}
#main h3 {
	color: #CC9900;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#textmain {
	color: #CCCCCC;
	text-align: center;
	font-size: small;
}
