body {
	margin: 0px;
	background:#e2e2e2;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	color: #333;
	margin: 0.5em 0;
	font-size: 175%;
}

h2 {
	color: #333;
	margin: 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #333;
	margin: 0.5em 0;
	font-size: 125%;
}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 150%;
}

img {
	border: 0;
}

abbr, acronym { 
	border-bottom: 1px dotted #e1d56b; 
	cursor: help; 
}
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #ff8201;
	text-decoration: none;
}

a:active {
	color: #ff8201;
	text-decoration: none;
}

a:focus {
	color: #ff8201;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}


.bg {
	background:url(../images/bgstrip.jpg) repeat-y;
	border:none;
	height:inherit;
}
.header {
	background:url(../images/header.jpg) no-repeat top;
	border:none;
}
.navbg {
	background:url(../images/navbg.jpg) repeat-x top;
	border:none;
}
.navspacer {
	background:url(../images/navspacer.jpg) no-repeat;
	border:none;
}
.contentbg {
	background:url(../images/contentbg.jpg) no-repeat top;
	border:none;
}
.contenttile {
	background:url(../images/contenttile.jpg) repeat-y top;
	border:none;
}
.btm {
	background:url(../images/btm.jpg) no-repeat bottom;
	border:none;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	font-size: 10px;
	padding: 0 5px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}