body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #edebd7;
	margin: 0px;
}
#pageContainer {
	width: 780px;
	margin: 3px auto;
}
#pageHeader {
	height: 180px;
}
#pageMenu {
	height: 25px;
	line-height: 25px;
	color: #ffffee;
	text-align: center;
	background-color: #0c1000;
}
#pageMenu a {
	margin: 0px 50px;
	padding: 5px 10px;
}
#pageMenu a:link {
	color: #ffffee;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#pageMenu a:visited {
	color: #ffffee;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#pageMenu a:hover {
	color: #000000;
	background-color: #ffffee;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#pageContent {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-left: 3px solid #3a440e;
	border-right: 3px solid #3a440e;
	border-bottom: 3px solid #3a440e;
}
#contentLeft {
	width: 225px;
	float: left;
}
#contentRight {
	margin-left: 225px;
	background-color: #FFFFFF;
}
#contentRight p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#contentClear {
	clear: both;
	height: 0px;
}
#pageFooter {
	width: 780px;
	margin: 15px auto;
	color: #333333;
	text-align: center;
	font-size: 10px;
}
#pageFooter a:link {
	color: #333333;
	text-decoration: none;
}
#pageFooter a:visited {
	color: #333333;
	text-decoration: none;
}
#pageFooter a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.contentPadding {
	padding: 20px;
}
.sidebarPadding {
	padding: 5px;
	height:auto;
}
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textMedium {
	font-size: 11px;
}
.textSmall {
	font-size: 10px;
}
.textTiny {
	font-size: 9px;
}
.textRequired {
	color: #CC0000;
}
.textError {
	font-size: 11px;
	color: #CC0000;
}
