body {
	margin:0;
	margin-bottom: 10px;
	padding: 0;
	font: 100%/1.4 Optima, Palatino, Garamond, serif;
	background: #000000 repeat-x;
	color: #333;
}


#wrapper {
	width: 818px;
	margin: 0 auto 20px auto;
	min-height: 300px;
}

#innerWrapper {
	background: url(../images/wrapperBG.gif) repeat-y;
	min-height: 300px;
	padding-top: 1px;
	font-size: 80%;
}

#header {
	text-align: left;
	background: no-repeat;
	width: 818px;
	font-size: 75%;
	color: #CCCCCC;
	border-bottom: 4px solid #666666;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	height: 30px;
	padding: 5px 0px 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	letter-spacing: 2px;
	word-spacing: 2px;
}

#leftcol {
	min-height: 250px;
	margin-left: 37px;
	width: 228px;
	float: left;
	background: url(../images/leftColBG3.jpg) no-repeat;
	border-left:1px solid #000;
}
.border {
	border: 4px double #000000;
	padding: 0px;
	margin-bottom: 5px;
}

#content {
	margin: 0 48px 0 275px;
}

#footer {
	height: 63px;
	background: url(../images/footer2BG.jpg) no-repeat bottom;
	clear:left;
	font-size: 80%;
	text-align: center;
	text-indent: 30%;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 15px 50px 15px 15px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 110%;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 110px 8px 0 6px;
}

#leftcol li {
	margin: 0px 0px 1px;
	padding: 0px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #CCCCCC;
	background-color: #444;
	padding: 2px 3px;
	border: 1px solid #666;
	font-weight: bold;
	margin: 0px;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #CCCCCC;
	border: 1px solid #000;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 0px 10px 2px 0;
	display: block;
}
#header a {
	font-weight: bold;
	color: #FFF;
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
.note {
	font-size: 65%;
	font-weight: normal;
}
