body {
	background-color: #FFFFFF;
	color: #666;
	font-family: Helvetica, Arial, serif;
	font-size:12px;
}

a {
	color:#000;
	text-decoration: none
}

/** Header styles **/
.header {
	padding-top:1em;
}

.sidebarTitle h2 {
	font-size:24px;
	color: #666;
}

.projectTitle h1 {
	line-height:1.5em;
	font-size:24px;
	color: #999;
}

/** Sidebar styles **/
.sidebar h3 {
	font-size:14px;
	color: #999;
}

/** Index content **/
.indexImage img {
}

.news {
	padding-top:2em;
}

.news ul {
	list-style-type:square;
}

.news li {
	padding-bottom:1.5em;
}

.news h3 {
	color: #666;
	font-size:18px;
}

.news a {
	color: #333;
	font-weight:bold;
}

.news p {
	font-size:12px;
}

.copyright h4 {
	color: #666;
	font-size:10px;
}

/** Archives content **/

.archives {	
}

.archives h3 {
	font-size:18px;
	color: #666;
}

/** Info content **/
.info {
	padding-top:2em;
	font-size:14px;
}

.info a {
	color: #333;
	font-weight:bold;
}

/** Slideshow styles **/
.slideshow img {
	display: none;
	margin-left: auto;
	margin-right: auto;
}

/** Explicitly specify image size for Carousel slideshows **/
.slideshowCarousel img {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:640px;
}

#carousel {
	position:absolute;
	left:-999em;
}

/** Formats the list before it's JCarousel'd **/
#nav li {
	display: inline;
	list-style-type: none;
}

.previousNav img {
	float:right;
}

.nextNav img {
	float:left;
}

.statement {
	font-size:14px;
}