@charset "utf-8";

/****** Main ******/

* {
	margin: 0;
	padding: 0;
	}

body {
	width: 980px;
	margin: 0 auto;
	background-color: #7b7b7b;
	font-family: "Century Gothic", Sans-Serif;
	}

a {
	text-decoration: none;
	}

a:hover {
	color: red;
	}

a:visited {
	border: none;
	}

a img {
	border: none;
	}

code {
	display: block;
	width: 100%;
	color: #FFF /*#333*/;
	border: dotted black 2px;
	padding: 5px;
	background-color: #555 /*#eee*/;
	}

td, th {
	padding: 4px;
	}

p, table {
	font-size: 10pt;
	}

table {
	border-collapse: collapse;
	}

ul {
	list-style-type: square;
	}

/****** Page Sections ******/

/****** Header ******/

#headerwrapper {
	background: url(/images/head.jpg) no-repeat;
	height: 200px;
	}

#header {
	padding: 50px 0 0 60px;
	}

#header h1 a {
	font-size: 48pt;
	color: #d3d3d3;
	}

#header h1 a:hover {
	color: white;
	}

#header h1 a:hover span {
	color: red;
	}

/*---- Menu ----*/

#menu {
	height: 35px;
	margin: 10px 60px;
	/*background-color: white;*/
	}

#menu ul {
	list-style-type: none;
	}

#menu li {
	float: left;
	}

#menu a {
	padding: 7px 10px;
	display: block;
	color: #7d8080;
	}

#menu a:hover, #menu a.active:hover {
	text-decoration: none;
	color: red;
	}

#menu a.active {
	text-decoration: none;
	color: white;
	}

/****** Content ******/

#contentwrapper {
	background: url(/images/body.jpg) repeat-y;
	padding: 5px;
	}

#content .contentHeader {
	padding-bottom: 15px;
	}

#content {
	width: 880px;
	margin: 10px auto;
	background-color: white;
	}

#content ul, #content ol {
	padding-left: 20px;
	}

#content p, #content h3 {
	padding: 5px 0;
	}

#content img {
	padding: 5px;
	}

#content a, #content li {
	font-size: 10pt;
	}

#content a {
	text-decoration: underline;
	color: #333;
	}

#content a:hover {
	color: red;
	}

#content th a {
	color: black;
	}

#content th a:hover {
	text-decoration: none;
	}

#content a.aName, #content a.aName:hover {
	color: black;
	text-decoration: none;
	}

.mod p {
	margin-top: 15px;
	text-align: right;
	font-size: 7pt;
	height: 15px;
	}

#backToTop {
	display: block;
	background-color: white;
	color: black;
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
	}

#backToTop p {
	font-size: 9pt;
	}

.plateseals {
	padding-top: 2px;
	}

/****** Sidebar ******/

#sidebar {
	float: left;
	width: 180px;
	}

#sidebar h5 a {
	color: black;
	}

#sidebar h5 {
	margin: 4px 0;
	}

#sidebar .subsidebar {
	padding: 5px 0;
	}

/****** Main Content ******/

#rightside {
	float: right;
	width: 680px;
	padding-left: 20px;
	}

#rightside table {
	width: 100%;
	}

/****** Footer ******/

#footerwrapper {
	background: url(/images/footer.jpg) no-repeat bottom;
	height: 100px;
	}

#footer {
	width: 890px;
	margin: 0 auto;
	padding: 10px 0;
	}

#footer p a {
	color: #7d8080;
	}

/****** Classes ******/

.center, .aligncenter {
	text-align: center;
	}

.clear {
	clear: both;
	}

.guideImages {
	margin: 17px 0;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.verttop {
	vertical-align: top;
	}