body, td, .NormalText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000066;
	line-height: 16px;
}

body {
	background-color: #FFFFCC;
	margin: 0px 0px 30px 0px;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.galleryTable td {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	padding-bottom: 10px;
}

table.galleryTable img {
	margin-bottom: 5px;
}

table.galleryTable {
	width: 570px;
}

table.IndividualTable {
	width: 0px;
}

/*** LINKS ***/

a:link, a:hover {
	color: #339999;
}

a:visited, a:active {
	color: #663399;
}

/*** CUSTOM STYLES ***/

.headline {
	color: #663399;
	font-size: 18px;
	font-weight: bold;
}

.headline2 {
	color: #800080;
	font-size: 18px;
	font-weight: bold;
}

.headline3 {
	color: #663399;
	font-size: 24px;
	font-weight: bold;
}

.headline4 {
	color: #663399;
	font-size: 16px;
	font-weight: bold;
}

.greenText {
	color: #008080;
}

.small {
	font-size: 10px;
}

/**** LAYOUT ****/

DIV#frame {
	width: 760px;
	margin-left: 10px;
}

DIV#header {
	width: 760px;
	height: 150px;
	float: left;
	padding-top: 5px;
}

DIV#main {
	width: 760px;
	float: left;
}

DIV#NavBox {
	width: 140px;
	float: left;
	line-height: 15px;
}	

div#bottomNav {
	width: 760px;
	float: left;
	margin-bottom: 20px;
}

div#bottomNav a {
	margin-right: 4px;
}

DIV.NormalText {
	line-height: 20px;
}

DIV#Content {
	width: 605px;
	float: left;
	text-align: left;
	padding-left: 15px;
}