body, html {
	height: 100%;
}

body {
	background: url(page_bg.gif);
	color: #352816;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

a {
	color: #001351;
	text-decoration: none;
}
a:hover, a.on {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 22px;
	margin-bottom: 2px;
	text-shadow: #C7B6A2 2px 2px 2px;
}
h2 {
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
}

hr {
	border: 0;
	background: url(hr.gif) repeat-x top;
	color: #BBB0A2;
	margin: 0;
	margin-bottom: 12px;
	height: 2px;
}

input, textarea {
	border: 1px solid black;
	padding: 2px 3px;
	font-size: 12px;
	font-family: Arial, Serif;
}


/* STYLES */
.float {
	float: left;
}
.bigcol {
	width: 500px;
}
.smallcol {
	width: 210px;
}
.leftgap {
	margin-left: 15px;
}
.rightgap {
	margin-right: 15px;
}
.clear {
	clear: left;
}
.big {
	font-size: 14px;
}
.small {
	font-size: 10px;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.leftcolumn {
	float: left;
	width: 343px;
	padding-right: 20px;
	border-right: 1px solid #0066CC;
}
.rightcolumn {
	float: left;
	width: 333px;
	margin-left: 30px;
}
.comment-url {
	display: none;
}


/* REGIONS */

#Layout {
	background: url(layout_bg.gif) repeat-y;
	margin: 0 auto;
	width: 768px;
	height: 100%;
}
#Layout td {
	vertical-align: top;
}

#Head {
	background: url(head_bg.gif) no-repeat;
	height: 142px;
	position: relative;
}
#PhantomLink {
	width: 435px;
	left: 28px;
	top: 68px;
	padding-top: 36px;
	height: 0;
	position: absolute;
	overflow: hidden;
}
#Body {
	clear: left;
	padding: 25px 20px 25px;
}

#Foot {
	background: transparent;
	height: 28px;
	text-align: center;
	font-size: 10px;
}


#Welcome {
	font-size: 11px;
	margin-bottom: 25px;
}
#Welcome h2 {
	background: url(welcome.gif) no-repeat top left;
}

#AllTopics {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.2;
}
#AllTopics a {
	display: block;
	margin-bottom: 10px;
}
#AllTopics a.on {
	background-color: #740000;
	border: 1px solid #3A0000;
	color: white;
	padding: 2px 5px;
}
#AllTopics h2 {
	background: url(alltopics.gif) no-repeat top left;
}


/* DISCUSSION */

#Discussion {
	font-size: 11px;
}
#Discussion h2 {
	background: url(discussion.gif) no-repeat top left;
	margin-top: 10px;
}

#PostAComment h2 {
	background: url(postacomment.gif) no-repeat top left;
}

.response {
	padding-left: 30px;
	margin-bottom: 25px;
	position: relative;
}
.response .namedate {
	margin-top: 5px;
	font-weight: bold;
}
.response .num {
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -30px;
	font-size: 14px;
	color: #8B7558;
	font-weight: bold;
}
.pagerControls {
	position: relative;
	margin-bottom: 15px;
}
.pagerNav {
	position: absolute;
	top: 0;
	right: 0;
}

/* MISC STYLES */

.info {
	font-size: 11px;
	color: #352816;
}
.field .info {
	padding-left: 5px;
}
.label {
	font-size: 13px;
	color: #8B7558;
	width: 80px;
}

.button {
	position: relative;
	left: 95px;
	top: -10px;
}
.button span {
	background: #0F2877;
	border: 1px solid #001351;
	color: white;
}