/* CSS Document */

#Wrapper {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Left #Logo {
	float: left;
}
#Header #Right {
}
#Header #Menu {
	clear: both;
	float: left;
	width: 707px;
	background-image: url(../images/MenuBack.png);
	background-repeat: repeat-x;
	height: 32px;
}
body {
	margin: 0px;
	padding: 0px;
}
#Menu .MenuItem {
	padding: 8px;
	float: left;
	width: 90px;
	text-align: center;
	font-weight: bold;
	color: #5C2D11;
	font-size: 14px;
}
#MainText h1 {
	color: #B06B2C;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C2D11;
	margin: 0px;
	padding: 0px;
}
#MainText p {
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#MainText {
	padding-left: 6px;
	width: 680px;
	float: left;
}
#MainBody {
	float: left;
	width: 100%;
}
#MainBody #RightColumn {
	float: right;
	width: 275px;
	margin-top: 30px;
}
.LeftDottedBorder {
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #5C2D11;
}

#RightColumn h1 {
	font-size: 14px;
	color: #B06B2C;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#RightColumn p {
	margin: 0px;
	padding: 0px 0px 6px;
	font-size: 10px;
	color: #666666;
}
.ShadedBox {
	background-color: #FEFFDF;
	padding: 6px;
	border: 1px dotted #5C2D11;
	margin-top: 12px;
}


#Menu .Divider {
	float: left;
	background-image: url(../images/Divider.png);
	height: 32px;
	width: 7px;
}
#Footer {
	float: left;
	width: 968px;
	margin-top: 12px;
	padding: 12px 6px;
	background-color: #5C2D11;
	color: #FFFFFF;
}

#MainBody a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C2D11;
	color: #5C2D11;
	text-decoration: none;
	font-weight: bold;
}
#MainBody a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#Copyright {
	float: left;
}
#DesignedBy {
	text-align: right;
	float: right;
}
#ColumnHolder {
	clear: both;
	float: left;
	width: 686px;
	margin-top: 12px;
}
#MainBodyLeft {
	width: 319px;
	float: left;
	margin-left: 12px;
	padding-right: 12px;
}
#MainBodyRight {
	width: 319px;
	float: right;
	margin-left: 12px;
	padding-right: 12px;
}
#ColumnHolder h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C2D11;
	width: 200px;
}
#ColumnHolder p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 6px 0px 0px 12px;
}
#MainText img {
	float: right;
	border: 1px solid #666666;
	margin: 6px;
	padding: 2px;
}
#ColumnHolder  img {
	border: 1px solid #333333;
	float: left;
	margin: 6px;
	padding: 2px;
}
#Menu .MenuItem a, #Menu .MenuItem a:visited {
	text-decoration: none;
	color: #5C2D11;
}
#Menu .MenuItem a:hover {
	color: #B06B2C;
	text-decoration: none;
}

