body { background-color: #f3faff; }
#rap {
	position: absolute;
	width: 900px;
	left: 50%;
	top: 20px;
	margin: 0px 0px 20px -450px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
	background: #ecf3ff url('images/menu.gif') repeat-y left;
}
#content {
	float: right;
	width: 710px;
	padding: 0px 5px;
}
#centerbanner {
	background-image: url('images/banner.jpg');
	height: 190px;
}
#menu {
	float: left;
	width: 165px;
	padding: 0px 5px;
	line-height: 13px;
	color: #444;
}
#footer {
	clear: both;
	background-color: #e7f0ff;
	border: solid 1px #b2cefd;
	border-top: double 3px #b2cefd;
	font-size: 10px;
	padding: 3px;
	text-align: center;
}
a { color: #4187fc; font-weight: bold; }
#menu a:hover, .forumheader a:hover, a:hover  { color: #FFF; background-color: #4187fc; }
#menu .fcaption a:hover, .fcaption a:hover{ color: #000; background-color: #98beff;  }
#menu a { text-decoration: none; }
#menu .fcaption a, .fcaption a { color: #FFF; }

h1, h2, h3 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #4187fc;
	font: normal 24px "Book Antiqua", "Times New Roman", georgia, times, serif;
	list-style: none;
	line-height: 24px;
}
h2 { font-size: 22px; }
h3 { font-size: 20px; }

.spacer { padding: 2px 0px; }
.tbox{ font-size: 11px; }
.smalltext {	font-size: 12px; }
.smallblacktext { color:#4187fc; }
.mediumtext { font-size: 14px; }

.fborder, .forumheader2, .forumheader3, .tbox { border: #b3cfff 1px solid; }
.indent, .forumheader, button, .button  { border: #4187fc 1px solid; }
.indent, .forumheader, .forumheader2, .forumheader3, .fcaption { padding: 4px; }

.fcaption, button:hover, .button:hover { background-color: #4187fc; }
.indent, .forumheader, button, .button { background-color: #b3cfff; }
.fcaption { border: #ededed 1px solid; color: #fff; font-weight: bold; }

button, .button {
	color: #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
button:hover,.button:hover{ border-color: #000; color: #FFF; }
