html {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

body {
	color: #FFFFFF;
  background:#24333A url(/img/backg.png) repeat-x scroll;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 36px;
	padding: 5px 0px 15px 0px;
	margin: 10px 4% 10px 4%;
	text-align:left;
	border-bottom: 1px solid gray;
}

h2 {
	text-align: left;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align:left;
	font-style: italic;
	border-bottom:1px solid gray;
}

a {
	color: #FFFFFF;
}

a:link { }

a:visited { 
	color: #FFFFFF;
}

a:hover { }

a:active { }

h1 a {
	text-decoration: none;
}

#account {
	position: absolute;
	top: 20px;
	right: 4%;
	width: auto;
}

#account ul {
	padding: 0px;
	margin: 1.2em 0em;
	font-size: 14px;
}

#account ul li {
	margin: 2px;
	padding: 1em 1em;
	display:inline;
	text-transform: uppercase;
	font-weight:bold
}

#footer {
	width:100%;
	clear: both;
	text-align:center;
	padding: 5px 0px 10px 0px;
}

#footer p {
	text-align:center;
}

.leftfl { float: left; }
.rightfl { float: right; }

.lefttxt { text-align: left; }
.righttxt { text-align: right; }
.centertxt { text-align: center; }

.hidden { display: none; }

.w90 {
	width: 92%; 
	margin:auto;
}
