body {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-color: #c6d1ff; /*#697fb9;*/
 }
#top-images {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
}
#header-top {
	background-image: url('/assets/templates/wtcc/images/top-bar.gif');
	height: 27px;
	color: #FFFFFF;
	padding-top: 12px;
	font-weight: bold;
}
#header img {
	vertical-align:bottom;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	padding: 20px 120px 20px 120px;
	width: 520px;
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	float: left;
	border-bottom: 2px solid #FFF;
	background-color: #FFF;
}
#spcontent {
	padding: 20px;
	width: 720px;
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	float: left;
	background-color: #FFFFFF;
}
#content a {
	color: #000066;
	text-decoration: underline;
}
#content a:hover {
	color: #990066;
	text-decoration: underline;
}

/* Navigation Styling */

#navigation {
	background-color: #333366;
	border-top: 2px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	width: 100%;
	height: 26px;
	float: left;
	text-align: center;
	padding-top: 9px;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: .9em;
	padding-left: 23px;
	padding-right: 23px;
}
#navigation li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a.highlightednav {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer Styling */

#footer-copyright {
	width: 735px;
	margin: auto;
	clear: both;
	background-color: #000066;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	text-align: right;
	padding-top: 8px;
	padding-right: 25px;
}
#footer {
	width: 760px;
	margin: auto;
	padding: 10px 0 0 0;
	font-size: 80%;
	text-align: center;
	color: #000066;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000066;
	text-decoration: underline;
}

/* General Text Styling */

h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
	border-bottom: 2px dashed #66CCFF;
}
a img {
	border: 0;
}
.committee-member {
	float: left;
	border-bottom: 4px solid #CCCCCC;
	padding-top: 15px;
	width: 100%;
}
.committee-member img {
	margin: 5px 15px 15px 0;
	float: left;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}