/* CSS Document */
body {
	background: #660000;
/*	background-image: url(../images/bg2.gif);*/
	text-align: center;
	}	
	
p, td, tr, input, textarea {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #660000; }

#outerWrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/bg_page.jpg);
	background-repeat:repeat-y;
}
#top {
	width: 100%;
	height: 40px;
	background-image: url(../images/bg_top.jpg);
	background-repeat:no-repeat;
}
#bottom {
	width: 100%;
	height: 25px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
}
#memberlogos {
	width: 100%;
	height: 200px;
	text-align: center;
}
.copyright {
	font-family: Verdana, arial, helvetica, verdana, sans-serif;
	margin-top: 0px;
	font-size: 10px;
	color: #666;
	line-height: 150%;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #660000;
	 }
	
.copyright a:link {
	color: #666; }
	
.copyright a:visited {
	color: #666; }
	
.copyright a:hover {
	color: #660000;
	text-decoration: underline; }
	
	
#footer {
	width: 850px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	font-family: Verdana, arial, helvetica, verdana, sans-serif;	
	font-size: 10px;
	color: #e7e7e7;
}
#footer a {
	color: #e7e7e7;
}
a:link {
	color: #660000;
	text-decoration: underline; }
	
a:visited {
	color: #660000;
	text-decoration: underline;}
	
a:hover {
	color: #660000; 
	text-decoration: none;}

img {
	border: none; }

.divider {
	border-top: 1px dotted #666;
	margin: 0;
	padding: 0;
}
.white {
	color: #ffffff; }

.smallfont {
	font-size: 10px; }

.largefont {
	font-size: 22px;
	color: #ffffcc;
	text-align: center;}

.bold {
	font-weight: bold; }


