/*----------------- Defaults --------------------*/

* {
	padding:0px;
	margin:0px;
}
body {
	background: #838383;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #333333;
}
p, li {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4 {
	color: #333333;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 2px;
}
ol, ul {
	margin-left: 25px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/*------------------- Containers ----------------------*/

#wrap {
	margin: 0 auto;
	border-top: 0;
	width:800px;
	text-align: left
}
#menu {
	background-color: #F6F2F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B3B3;
	height: 380px;
	width: 175px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 25px;
	min-height:250px;
	_height: auto !important;
	height: 250px;
	vertical-align: top;
}
#header_ {
	visibility: visible;
}
#footer {
	background-color: #F6F2F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B3B3;
}

/*----------------- Content areas ---------------------*/
/*----------------- Content classes ---------------------*/

.Menu {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 6px;
	color: #990000;
	font-weight: bold;
}
.Menu a {
	color: #990000;
	text-decoration: none;
}
.Menu a:visited {
	color: #990000;
	text-decoration: none;
}
.Menu a:hover {
	color: #990000;
	text-decoration: underline;
}
.MenuSub {
	font-size: 95%;
	margin-top: 2px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 10px;
}
.MenuSub a {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuSub a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuSub a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.PictureRight {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.PictureLeft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.TableData {
	padding-right: 10px;
	padding-bottom: 10px;
}
.Button a:link, .Button a:visited, .Button a:hover {
	text-decoration: underline;
}
.Copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
blockquote {
	margin-right: 10px;
	margin-left: 20px;
}
