textarea, input, button, select {
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
}

input:focus, textarea:focus, button:focus, select:focus {
	border: 1px solid #EEAA88;
}

hr {
	border: none;
	border-top: 1px solid #D9BFB7;
	height: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(/styles/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800043;
	background-color: white;
}

#top {
	margin: auto;
	width: 95%;
	padding-top: 2px;
}

#top a {
	color: #800043;
	text-decoration: none;
	font-weight: bold;
}

#content {
	margin: auto;
	width: 95%;
}

#content h1 {
	text-align: center;
	font-size: 25px;
}

#forumListContainer {
	width: 50%;
	margin: auto;
	background-color: white;
	border: 1px solid #800043;
}

#forumListContainer a {
	color: #800043;
}

#forumListContainer h1 {
	border-bottom: 1px solid #800043;
	background-color: #800043;
	color: white;
	margin: 0px;
	padding: 3px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 15px;
}

#forumList {
	float: left;
	width: 30%;
	padding-left: 5px;
}

#forumList a {
	color: #800043;
}

#footer {
	width: 95%;
	margin: auto;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	padding-top: 20px;
}

.submitTable {
	background-color: #EEAA88;
	margin: 4px;
	color: #800043;
	border: 1px solid #800043;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 5px;
}

.post a, .box a { color: #0000EE; }
.post a:hover, .box a:hover { color: #DD0000; }
.name { color: #117743; font-weight: bold; }
.subject { color: #DD0000; font-weight: bold; }
.box a { text-decoration: none; }
.box {
	background-color: #F0E0D6;
	border-bottom: 1px solid #D9BFB7;
	border-right: 1px solid #D9BFB7;
	padding: 4px;
	display: inline-table;
}

#changeStyle {
	text-align: right;
}

#changeStyle a, #footer a {
	color: #800043;
}

.quote, .quote a {
	padding: 4px;
	color: #789922;
	display: block;
}

.quote a {
	text-decoration: underline;
}

.postingList {
	font-size: 10px;
}

.idLink, .idLinkR {
	color: #800043;
	text-decoration: none;
}

.idLink:hover, .idLinkR:hover {
	color: #911155;
}

.quoteLink a {
	color: #699932;
}
