body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	width: 580px;
}

h1 {
	padding-bottom: 10px;
	border-bottom: solid #000080;
	color: #000080;
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 1.0em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

img.whiteimage {
	border: solid black 1px;
}

img.darkimage {
	border: solid black 1px;
}

div.project_desc, div.news, div.details {
/*	border-bottom: thin solid #000080; */
}

div.newsitem p {
	padding-top: 0px;
	margin-top: 0px;
}

h4.latestnews {
	padding-top: 10px;
	margin-top: 0px;
}

div.newsitem {
	padding-bottom: 10px;
}

div.newsitem p.date {
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 4px;
}

div.details ul.participants li {
	list-style-type: none;
}

div.details ul.calendar li {
	list-style-type: none;
}

div.logo img {
	border-style: none;
}

div.newLogo p {
	font-size: 70pt;
	color: rgb(38, 68, 104);
	background-color: rgb(96, 145, 204);
	font-weight: bold;
	margin: 0px;
}

img.leftimage {
	float: left;
	margin-right: 10px
}

img.rightimage {
	float: right;
	margin-left: 10px
}

p.date {
	/* border-top: thin dashed #000080; */
}

div.validationIcons {
	clear: both;
	border-top: solid blue 1px;
	/* text-align: center; */
}

img.validIcon {
	border: none;
}

div.player {
	text-align: center;
	margin-bottom: 12px;
}

div.tracks {
	margin-top: 10px;
}

div.tracks div.lastTrack {
	border-bottom: none;
	margin-bottom: 10px;
}

div.trackDetails {
	border-bottom: dashed gray 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

p.trackName {
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	color: rgb(38, 68, 104);
	margin-top: 0px;
	margin-bottom: 0px;
}

p.trackComp {
	float: right;
	font-style: italic;
	color: rgb(96, 145, 204);
	margin-top: 0px;
	margin-bottom: 0px;
}

p.trackDesc {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.sectionTitle {
	background-color: rgb(96, 145, 204);
	color: rgb(38, 68, 104);
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
 	margin-top: 20px;
 	margin-bottom: 2px;
}

h2.firstTitle {
 	margin-top: 0px;
}

div.menu {
	float: left;
	width: 94px;
 	margin-top: 0px;
}

div.vertSpace {
	float: left;
	width: 10px;
}

div.realBody {
	float: left;
	width: 476px;}

ul.menu {
	float: left;
	/* position: absolute; */	/* top: 0;	left: 0; */	width: 94px;
 	margin: 0px;
	padding: 0px;
 	list-style: none;
}

ul.menu li a {
	height: 26px;	line-height: 26px;	width: 89px; /* width - padding */	display: block;	color: rgb(96, 145, 204);
	background-color: rgb(38, 68, 104);
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 5px;
}

a.menuLink:HOVER {	background-color: rgb(96, 145, 204);
	color: rgb(38, 68, 104);
}

/* this doesn't work yet */
/*
div.menu a:HOVER {
	background-color: rgb(96, 145, 204);
	color: rgb(38, 68, 104);
}
a {
	text-decoration: none;
}
*/

a.thumbnail:VISITED {
	text-decoration: none;
	border: none;
	border-style: none;
}
a.thumbnail {	float: left;
	display: block;
	width: 77px;
	text-decoration: none;
	padding: 7px;
	color: #000000;}

a.thumbnail:HOVER {
	background-color: rgb(96, 145, 204);
	color: #FFFFFF;}

a.thumbnail img {
	border: none;
	margin-bottom: 4px;
}
div.thumbnail {	float: left;}  div.spacer {	clear: both;}

ul.simpleList {
	list-style: none;
	padding-left: 20px;
}	
/* utilities section */
br.force-break {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	margin:0;
	/* background-color: blue; */
	border: solid blue 1px;
}


