body {
/*
	background-color: #999;
*/
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
	overflow: visible;
}

strong {
	color: #222222;
}

#header {
	height: 70px;
	background-color: #333;
	color: #fff;
}
#header a:link, #header a:active, #header a:visited, #header a:hover {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#header a.active {
	color: #3399cc;
}
#header td {
	padding: 10px;
}
#logo {
	font-weight: thin;
	font-size: 40px;
}
#newsletter {
	width: 200px;
}
#newsletter div {
	margin-top: 25px;
	margin-right: 10px;
}

#title {
}
#title div {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	height: auto;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
}
#content a:link {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;
}
#content a:visited, #content a:active {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;
}
#content a:hover {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #FF6600;
}


#footer {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;

}

#copyright {
	background-color: #666;
	color: #fff;
}
#copyright div {
	text-align: center;
}
#copyright a:link, #copyright a:hover, #copyright a:active, #copyright a:visited {
	color: #fff;
}

.slogan {
	font-size: 20px;
	color: #3399cc;
}
.slogan2 {
	font-size: 20px;
}

.lighter {
	color: #666666;
}
.accent {
	color: #3399cc;
}


h1, h2, h3 {
	color: #FF6600;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 22px;
}
li {
	margin: 0 0 10px 0;
	padding: 0;
}



.width {
	width: 900px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.third {
	width: 33%;
}
.half {
	width: 50%;
}
.lessHalf {
	width: 48%;
}
.seventyFive {
	width: 75%;
}
.padded {
	padding: 10px;
}
.invert {
	color: #fff;
	background-color: #666;
}
.textLeft {
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

img.left {
	margin-right: 10px;
}
