html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: 0.8em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #Fcef41;
}

div#wrapper { 
	width: 764px;
	margin: 0 auto;
        padding: 0;
	text-align: left;
	padding-bottom: 10px; 
	background: #fff;
}

div#topcontent {
	width: 745px;
	margin: 0 auto;
	height: 200px;
	border: 1px solid #000;
	background: transparent url(images/banner.jpg) no-repeat top left; 
}

div#leftcontent {
	float: left; 
	background: transparent;
	padding-left: 5px;
	width: 22%;
	height: 100%;
	margin-left: 2px;
	margin-right: 5px;
}

div#main {
	float: left;
	padding-right: 6px;
	width: 75%;
	background: transparent;
	text-align: left;
}

div#footer {
	clear: both;
	width: 98%;
	left: 1%;
	margin: 0 auto;
	background: transparent;
	text-align: center;
}

.button {
	border: 1px solid #000;
	background-color: transparent;
	}
	
.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
.button li.first {
	border-bottom: 1px dotted #000;
	margin: 0;
	width: auto;
	}
	
.button li.next {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 0;
	width: auto;
}

.button li.last {
	border-top: 1px dotted #000;
	margin: 0;
	width: auto;
	}
	
.button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	width: auto;
	}

.button li a:hover {
	background-color: #ccc;
	color: #000;
	}
	
.button li a:focus {
	background-color: #ccc;
	color: #000;
	}

.button li a:visited {
	color: #000;
	}
	
h1 {	
	text-align: center;
	font-size: 3em;
	color: #fff;
	padding-top: 120px;
}

h2 {
	text-align: left;
	font-size: 2em;
	text-indent: 5px;
	color: #000;
}

h3 {
	text-align: left;
	font-size: 1.5em;
	text-indent: 5px;
	color: #000;
}

h4 {
	text-align: left;
	font-size: 1.25em;
	text-indent: 5px;
	color: #000;
}

img {
	float: left;
	margin-right: 5px;
	border: 0px;
}

p {
	margin-left: 5px;
	margin-right: 10px;
}

p a {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
}

p a:hover {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	background-color: #ccc;
}

p a:focus {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	background-color: #ccc;
}

p.link {
	margin-left: 5px;
	margin-right: 10px;
	line-height: 0.5em;
	padding-top: 10px;
}

p.update {
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 15px;
}

p#note {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 1.25em;
	font-weight: bolder;
}

p#review {
	margin-left: 10px;
	margin-right: 15px;
	font-size: 1.35em;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}

acronym {
	cursor: help;
	border-bottom: 1px;
	border-bottom-style: dashed;
}


