/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
}
#splash {
	text-align: center;
	vertical-align: middle;
}
#footer {
	font-size: 10px;	
}
#navText a {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	/*display:block;*/
	color: #333333;

}
#navText a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #FF0066;
	/*display:block;*/
	color: #000000;

}
.ext_rss_feeds {
	width: 95%;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.regText {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #000000;
}
.bg2{
	background-image: url(../imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.guestNavBorder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
.guestBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.new {
	text-decoration: blink;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.fontSM{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ecard a:link, a:hover {
	color: #FFF;
	background-color: #FF0066;
}
#errMsg {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF0000;
font-size:14px;
text-transform:uppercase;
}
#newly {
background-image:url(../imgs/new.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;
}
