body
{
	width: 900px;
	margin: 0 auto;
	background: #222;
	color: white;
}

.header
{
	background: black url(images/headerBG.png) repeat-x;
	width: 878px;
	height: 89px;
	padding-left: 20px;
	border-left: solid 1px white;
	border-right: solid 1px white;
	position: fixed;
	top: -1px;
}

.header img
{
	border: none;
}

.burst
{
	position: fixed;
	top: -1px;
	right: 50px;
}

.burst img
{
	border: none;
}

.menubar
{
	height: 15px;
	background: black url(images/menuBG.png) repeat-x;
	margin: 50px 15px 0 0;
	padding: 12px 5px 10px;
	text-align: center;
	font: normal 9pt arial;
	letter-spacing: .1em;
	float: right;
	white-space: nowrap;
}

.menubar a
{
	color: #fff;
	text-decoration: none;
	padding: 10px 12px;
}

a img
{
	border: none;
}

.menubar a:hover
{
	color: yellow;
	background: black url(images/headerBG.png) bottom;
}

.content
{
	background: white;
	color: black;
	padding: 0;
	margin-top: 88px;
	min-height: 485px;
}

.content h1 
{
	font: bold 15pt arial;
	color: #555;
	border-bottom: solid 4px #ac7;
	max-width: 400px;
}

.content h2
{
	color: #555;
	font: bold 12pt arial;
	padding: 0;
	margin: 0;
}

.content a
{
	color: #669;
}

.content a:hover
{
	color: #33e;
}

.content p
{
	margin: 0 20px;
	font: normal 12pt/18pt arial;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.content li
{
	width: 750px;
	font: normal 12pt/18pt arial;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.content-doc
{
	padding: 0 20px;
	text-align: justify;
}

.content li ul li,
.content li ol li
{
	margin: 0;
	padding: 0;
}

form
{
	width: 600px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #ccc;
	background: #eee;
}

input[type="text"], input[type="password"], input[type="checkbox"], textarea, select
{
	border-top: solid 1px #222;
	border-left: solid 1px #777;
	border-right: solid 1px #bbd;
	border-bottom: solid 1px #bbd;
	margin: 1px 2px 1px 2px;
	padding: 0px 1px 2px 1px;
	background: white url(images/inputBG.png) top left repeat-x;
	font: normal 10pt monospace;
}

.required input[type="text"], .required input[type="password"], .required input[type="checkbox"], .required textarea, .required select
{
	background: #fff5f5 url(images/inputBG.png) top left repeat-x;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
	border-bottom: solid 1px #444;
	border-left: solid 1px #999;
	border-right: solid 1px #555;
	border-top: solid 1px #bbd;
	color: black;
	background: #fff url(images/buttonBG.jpg) top left repeat-x;
	padding: 0px 2px;
	margin-bottom: 2px;
	font: normal 9pt arial;
	cursor: pointer;
}

.colA
{
	width: 250px;
	float: left;
	clear: left;
}

.colB
{
	width: 380px;
	margin-left: 250px;
	padding: 5px;
}

.colC
{
	width: 242px;
	float: right;
	padding: 5px;
}

.colC p
{
	margin: 0 0 20px 0;
	padding: 0;
}

.footer
{
	clear: both;
	background: transparent url(images/footer.png) no-repeat bottom;
	color: white;
	padding: 5px 25px;
	height: 25px;
}

.tagline
{
	font: normal 9pt arial;
	text-align: right;
}

.snotch
{
  display: none;
}

#adsense {
	width: 730px;
	margin: 20px auto 0;
}
