*{
	margin: 0;
	padding: 0;	
}
a:link, a:visited,a:active{
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a{
	color: #123252;
}
a.light{
	color: #D8E4F7;
}
li{
	margin-left: 20px;
}
img{
	border: none;
}
body{
	background-color: #123252;
	background: url(../images/background.gif) repeat-y top center #123252;
}
table{
	border-collapse: collapse;
	width: 100%;
}
table thead tr{
	background-color: #063B90;
	color: #B6CEF6;
	text-align: center;
	height: 25px;
	background-image: url(../images/bar_dark_25.gif);
	white-space: nowrap;
}
table tfoot tr{
	background-color: #0950C1;
	color: #B6CEF6;
	text-align: center;
}
table tr{
	background-color: #809BC8;
}
table td{
	padding: 2px;
}
table tr.altColor{
	background-color: #9BAAC5;
}
.signup label, .signup input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.signup label {
	text-align: right;
	width: 350px;
	padding-right: 20px;
}
.signup br {
	clear: left;
}
.lightText{
	color: #D8E4F7;
}
.darkText{
	color: #123252;
}
.largeText{
	font-size: 18px;
	font-weight: bold;
}
p.messages{
	background-color:#9BED87;
	border: 2px solid green;
	text-align: center;
}
p.errors{
	background-color:#FF7474;
	border: 2px solid red;
	text-align: center;
}
#container{
	width: 800px;
	margin: 0 auto;
	background-color: #D8E4F7;
}
#header{
	height: 200px;
	position: relative;
	background-image: url(../images/logo.gif);
}
#header #mainNav{
	position: absolute;
	bottom: 3px;
	left: 0px;
}
#header #mainNav ul{
	list-style: none;
}
#header #mainNav ul li{
	float: left;
	margin: 0px;
}
#header #mainNav ul li a{
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid blue;
	margin-left: 3px;
}
#header #userBar{
	position: absolute;
	bottom: 5px;
	right: 8px;
}
#content{
	min-height: 500px;
}
#footer{
	min-height: 20px;
	line-height: 20px;
	background: url();
	text-align: center;
	color: #D8E4F7;
}
#footer p{
	line-height: 20px;
}
.breadcrumbs{
	height: 25px;
	background-image: url(../images/bar_dark_25.gif);
	padding-left: 8px;
	color: #D8E4F7;
}
.breadcrumbs a{
	line-height: 25px;
	color: #D8E4F7;
}
.replyNav{
	height: 25px;
	padding: 0px 5px;
	margin: 0px;
}
.replyNav a{
	padding: 0px;
	margin: 0px;
}
.post{
	width: 800px;
	vertical-align: top;
	border-collapse: collapse;
	margin: 2px 0;
	background-color: #555;
	color: #123252;
}
.post .postHead{
	vertical-align: top;
	background-color: #063B90;
	height: 25px;
	background-image: url(../images/bar_dark_25.gif);
}
.post .postBody{
	vertical-align: top;
}
.post .postBody .postLeft p{
	text-align: center;
}
.post .postFooter{
	vertical-align: top;
	background-color: #0950C1;
	height: 30px;
	background-image: url(../images/bar_dark_30.gif);
	padding: 0px;
	margin: 0px;
	
}
.post .postFooter td{
	margin: 0px;
	padding: 2px 5px 0px 5px;
}
.post .postText{
	
}
.post .left{
	width: 200px;
	padding: 2px;
}
.post .right{
	width: 600px;
	padding: 2px;
}
.txtCenter{
	text-align: center;
}
.txtRight{
	text-align:right;
}
.userInfo{
	text-align: center;
	font-size: 12px;
	width: 80%;
	border: 1px solid #000;
	margin: 3px auto;
	padding: 1px;
}
.bigUrl{
	font-size: 14pt;
	text-decoration: none;
}
.reply{
	float: left;
}
.pageNav{
	float:right;
	margin-top: 3px;
}
.pageNav a{
	border: 1px solid #123252;
	background-color: #9BAAC5;
	padding: 2px 7px;
	text-decoration: none;
	color: #000;
	border-collapse: collapse;
	
}
.pageNav .inactive{
	border: 1px solid #123252;
	background-color: #5D749C;
	padding: 2px 7px;
	border-collapse: collapse;
}
.pageNav .pageDisplay{
	border: 1px solid #123252;
	background-color: #9BAAC5;
	padding: 2px 7px;
	border-collapse: collapse;
}
.clear{
	clear:both;
}
.searchResults{
	margin: 3px 0px 1px 0px;
}
