@charset "utf-8";
/* CSS Document */

html, body {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0px;
padding: 0px;
color: #565050;
line-height: 1.2em;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #5588BB;
text-decoration: none;
}

a:hover {
color: #565050;
text-decoration: underline;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */


/* top nav links */
a.highlink {
color: #000;
text-decoration:none;
}

#toplinkbar { 
width:100%;
height:23px;
padding:1px auto 0;
background:#b4b4b4;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #000;
}

.linkbutton {
float:left;
height:20px;
margin:0 5px 0 0;
padding:3px 8px 0;
}

.linkbutton-active {
float:left;
height:20px;
margin:0 5px 0 0;
padding:3px 8px 0;
color:#ffffff;
}

.linkbutton-on {
float:left;
height:20px;
margin:0 5px 0 0;
padding:3px 8px 0;
background:url(images/linkbuttonbg.jpg) top repeat-x;
	color: #000;
}

.linkbutton-on a.highlink {
color:#ffffff;
}

.linkbutton-right {
float:right;
height:20px;
margin:0 5px 0 8px;
padding:3px 8px 0;
}

.linkbutton-right-on {
float:right;
height:20px;
margin:0 5px 0 8px;
padding:3px 8px 0;
background:url(images/linkbuttonbg.jpg) top repeat-x;
color: #000;
}

.linkbutton-right-on a.highlink {
color:#ffffff;
}






#bottomlinkbar { 
width:100%;
height:300px;
padding-top:10px;
background:url(images/footer.png) top repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
}

#footerbox {
width: 820px;
height: 260px;
margin: 0 auto;\
}

#footerbox .block {
margin:0;
padding: 5px;
background-color: #ffffff;
}

.footerblock {
float:left;
width:150px;
height:250px;
padding:0 10px 0;
}


.footerblock div {
height:15px;
font-size:12px;
margin-bottom:4px;
border-bottom:2px solid #cccccc;
padding-bottom:3px;
}


.footerblock p {
margin:5px 0 0 5px;
border-bottom:1px dotted #dddddd;
padding-bottom:4px;
}

.footerblock a {
color: #ffffff;
text-decoration:none;
}

.footerblock a:hover {
text-decoration:underline;
}

#copyrightinfo {
padding:10px;
}

.sideblock {
width:300px;
height:250px;
margin-bottom:10px;
padding:5px;
background-color:#ffffff;
}

.sideblock-sm {
width:300px;
height:80px;
clear:both;
margin-bottom:10px;
padding:5px;
background-color:#ffffff;
}

#about {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 8px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 150%
}
