body {
	background-color: #dFc;
	font-family: Tahoma, Geneva, sans-serif;
	margin:3%;
	min-width:940px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p {
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a{
	text-decoration:none;
}
#header {
}
#logo {
	float:left;
}
#headerText {
	float:right;
	font:italic bold 2em Georgia, "Times New Roman", Times, serif;
	color:#060;
	text-shadow:#666 2px 2px 2px;
	text-align:center;
	padding-top:0.5em;
}
#menu {
	float:left;
	width:100%;
	background: url(/_images/tab-bg.gif) repeat-x bottom;
	margin-top:2em;
}
#menu ul {
	padding:10px 10px 0;
}
#menu li {
	display:inline;
}
#menu a {
	float:left;
	background:url(/_images/left-tab-both.gif) no-repeat left top;
	padding:0 0 0 15px;
}
#menu a span {
	display:block;
	background:url(/_images/right-tab-both.gif) no-repeat right top;
	color:#000;
	padding:5px 15px 4px 3px;
}
#menu #current a {
	background:url(/_images/left-tab-f.gif) no-repeat left top;
	cursor:default;
}
#menu #current a span {
	background:url(/_images/right-tab-f.gif) no-repeat right top;
	padding-bottom:5px;
	cursor:default;
}
#menu a:hover {
	background-position:0% -150px;
}
#menu a:hover span {
	background-position:100% -150px;
}
#content {
	background:#FFF;
	clear:both;
  overflow:hidden;
  padding-right:300px; /* The width of the rail */
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#content ul{
	list-style:disc;
	padding-left:2em;
	line-height:1.3;
}
#contentInner {
	float:left;
  width:96%;
  border-right:300px solid #060;
  margin-right:-300px;
	padding:20px;
}
#content a:link{
	text-decoration:none;
	color:#060;
}
#content a:visited {
	text-decoration:none;
	color:#060;
}
#content a:hover {
	background: #060;
	color:#FFF;
}
#content #validators a:hover {
	background: #fff;
}
#sidebar {
	float:left;
	background: #060;
	color:#FFF;
	width:240px;
  margin-right:-280px;
	padding:10px;
}
#sidebar a:link{
	text-decoration:none;
	color:#FF0;
}
#sidebar a:visited {
	text-decoration:none;
	color:#FF0;
}
#sidebar a:hover {
	background: #FF0;
	color:#060;
}
#map {
	float:right;
	padding-left:0.5em;
}
#footer {
	clear:both;
	width:26em;
	margin:auto;
}
#formMail label {
	width: 5em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #submit {
	width: 5em;
}
#subscribeForm input {
	width: 15em;
}
#subscribeForm #submit {
	width: 6em;
}
.floatLeft {
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight {
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat {
	clear:both;
}
.redText {
	color: #F00;
}

