body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #404040;
	font-size: 13px;
	line-height: 18px;
	background: url(images/webbgtemp.jpg) no-repeat top center #ededed;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #0e6838;
	font-weight: normal;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #4c4e39;
	margin-bottom: 15px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

fieldset {
	border: none;
	color: #404040;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hr {
	width: 100%;
	height: 20px;
	background: url(images/hrindent.jpg) repeat-x top center;
	float: left;
	display: inline;
}

.inputStyle {
	border:1px solid #d0d0d0;
	width: 190px;
	height: 15px;
	padding: 6px 0px 6px 6px;
	background: url(images/form_inputbg.jpg) repeat-x;
}

.formButton {
	height: 27px;
	background: url(images/form_buttonbg.jpg) repeat-x;
	border: 1px solid #414141;
	color: #fff;
}


#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 900px;
	padding-top: 400px;
	margin: 0 auto;
}

#rightColumn {
	width: 278px;
	float: left;
	display: inline;
}

#leftColumn {
	width: 592px;
	padding: 0 15px;
	float: left;
	display: inline;
}

#rightColumnContent {
	width: 592px;
	padding: 15px;
	float: left;
	display: inline;
}

/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:500px;
  border:1px solid #222;
  margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
