/*
===========================
===== TEXTUAL STYLING =====
===========================
*/
p, li {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#footer p {
	color:#BFBF82;
	margin:0px;
}
#header p {
	margin:0px;
	margin-left:42px;
}
#header a:link, #header a:visited, #header a:active {
	text-decoration:none;
	color:#000000;
}
#header a:hover {
	text-decoration:underline;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.ms {
	color:#BFBF82;
}
/*
===========================
====== HTML STYLING =======
===========================
*/
body {
	margin:0px;
}
td {
	border:0px;
	vertical-align:top;
}
hr {
	color:#C9C9C9;
	height:2px;
}
input, textarea {
	width:200px;
}
/*
===========================
======= ID STYLING ========
===========================
*/
#header, #footer {
	background-color:#FFFFF2;
	border-top:1px solid #BFBF82;
	border-bottom:1px solid #BFBF82;
	padding:5px;
}
#leftBar {
	padding:10px;
	border-top:1px solid #BFBF82;
	border-right:1px solid #BFBF82;
	border-bottom:1px solid #BFBF82;
	background-color:#FFFFF2;
	margin-top:10px;
	width:150px;
}
#content {
	padding:10px;
}
#rightBar {
	padding:10px;
	background-color:#E9E9E9;
}