body {
	color: #000;
	background-color: #99ccff;
	background-image: url(images/bodybg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 762px;
	height: 174px;
	background-color: #333;
	background-image: url(images/headerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #4F9EC9;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
}

#header h1 {
	font-size: 40px;
	margin: 0;
	padding: 65px 0 0 0;
}

/*    TOP LINK ATTRIBUTES    */

#toplinks {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 762px;
	height: 23px;
	background-color: #fff;
	color: #333;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	text-align: center;	
}

#toplinks a, #toplinks a:visited {
	margin: 0;
	padding: 0 3px 3px 3px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #fffffe;
	border-right: 2px solid #fffffe;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	font-size: 13px;
}

#toplinks a:hover, #toplinks a:focus {
	color: #f1f1f1;
	background: #333;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}


/*    CONTENT ATTRIBUTES    */

#content {
	text-align: left;
	padding-top: 10px;
	margin: 0 auto 0 auto;
	width: 762px;
	background: #fff;
	color: #000;
	line-height: 18px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 2px solid #000;
}

#content h1, #content h2, #content h3, #content h4 {
	padding-left: 10px;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
}

#content blockquote {
	margin: 0 40px 0 40px;
	padding: 5px;
	background: #d0dcdf;
	border: 1px solid #aaa;
	color: #000;
}

#content ul {
	margin-left: 10px;
	list-style:none;
}

* #content ul {
	padding-left: 30px;
	list-style:none;
}

#content li {
	padding: 2px 0 2px 13px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content li:hover, #content li:focus {
	padding: 2px 0 2px 13px;
	background-image: url(images/arrowblack.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content a, #content a:visited {
	text-decoration: none;
	color: #006699;
	background-color: #fff;
	border-bottom: 1px dashed #006699;
	font-size: 13px;
}

#content a:hover, #content a:focus {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #000;
}


/*    FOOTER ATTRIBUTES    */

#footer {
	margin: 0 auto 0 auto;
	position: relative;
	clear: none;
	width: 762px;
	height: 25px;
	line-height: 20px;
	background: #333;
	color: #fff;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-top: none;
	padding: 0;
	text-align: center;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #d0dcdf;
	background-color: #333;
	border-bottom: 1px dotted #d0dcdf;
	font-size: 13px;
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #000;
	background-color: #333;
	border-bottom: 1px solid #000;
}