body {
	background-color: #1a1a1a;
	background-image: url(bodybg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	border-top-color: #444;
	border-top-style: solid;
	border-top-width: 4px;
	color: #444;
	font-family: verdana, tahoma, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	width: 760px;
}

#maincontent {
	background-color: #fff;
	border-color: #666;
	border-style: solid;
	border-width: 4px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: left;
}

a {
	color: #e49938;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: blue;
	font-size: 2.6em;
	letter-spacing: -2px;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0;
}

h1 a {
	color: red;
	font-weight: 700;
	text-decoration: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
}

h2 {
	background-color: #1a1a1a;
	background-image: url(bodybg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-left-color: #e49938;
	border-left-style: solid;
	border-left-width: 4px;
	color: silver;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 6px;
	padding-top: 12px;
}

h2 a {
	color: red;
	font-weight: 400;
}

h3 {
	color: red;
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

p {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

ul {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

li {
	margin: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-top: 0;
}

.slogan {
	color: blue;
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

.toptabs {
	clear: both;
	color: #aaa;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.toptab {
	color: #00ff00;
	font-weight: 400;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: center;
}

.toptab:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

.active {
	background-color: #444;
	color: #fff;
}

.active:hover {
	background-color: #444;
	color: #fff;
}

.bottomlinks, .bottomlinks a {
	color: #00ff00;
	font-size: large;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
}

.footer, .footer a {
	color: #888;
	font-weight: 400;
}

.hide {
	display: none;
}