a
{
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	font-weight: normal;
}

body {
	background-color: #ffffcc;
	background-image: url(/images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
body.admin {
	background-image: url(/images/empty_background.jpg);
	margin-top: 10px;
}

h1, h2, h3
{
	color: #666666;
	margin-bottom: 0px;
}
h1
{
	font-size: 1em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h1.Error
{
	color: Red;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

.Container
{
	margin: 0px auto 0px auto;
}

#AnnouncementsList hr
{
	margin-bottom: 20px;
	margin-top: 20px;
}
.AnnouncementContent
{
	font-weight: normal;
}

.ArticleContent
{
	font-family: Georgia, Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 5px;
}

.EventsList
{
}
.EventDate
{
	font-size: 1.0em;
}
.EventTitle
{
}
.EventSpeakers
{
	font-size: 0.8em;
}
.GalleryList
{
}
.GalleryThumbnail
{
	padding: 0px 10px 10px 10px;
}
.GalleryThumbnailImage
{
	display: block;
}
.GalleryTitle
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.GalleryDescription
{
}
.GalleryCredit
{
	font-size: 0.8em;
	color: dimgray;
	text-align: center;
	margin-top: 10px;
}
.Publications
{
	margin: 0px auto 0px auto;
	width: 90%;
} 
.Publication
{
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.Publication img
{
	margin-right: 5px;
}
.Partner
{
	margin-bottom: 20px;
}
.Partner h3
{
	margin-top: 0px;
}
.PartnerDescription
{
	font-size: 0.9em;
	margin-top: 10px;
}
.PartnerLink
{
	color: gray;
}
.TrackList
{
}
.TrackThumbnail
{
}
.TrackIcon
{
	padding: 10px 5px 5px 0px;
}
.TrackThumbnailTitle
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.TrackTitle
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
.TrackDescription
{
	display: block;
	text-align: justify;
	padding-right: 10px;
}
.RandomPicture
{
}
.RandomPictureImage img
{
	border: solid 2px #ffffff;
	margin-top: 5px;
}
.RandomPictureTitle
{
	display: block;
	font-size: 0.8em;
	text-align: left;
	padding-top: 5px;
}
.RandomPictureAlbum
{
	font-size: 0.8em;
	text-align: left;
}

#divSiteLinks
{
	background-color: #ffffff;
	font-size: 0.9em;
	height: 15px;
	text-align: center;
}

#ulSiteLinks
{
	list-style-image: url(/images/bullet.gif);
	padding-left: 25px;
	_padding-left: 17px;
	margin: 0px;
}
#ulSiteLinks li
{
	padding-left: 8px;
	padding-bottom: 5px;
}

.AdminSubHeading
{
	text-align: right;
	margin-bottom: 10px;
}
.AdminAddBlock
{
	background-color: #cccccc;
	padding: 5px 20px 5px 20px;
}
.SaveButton
{
	display: block;
	margin-left: auto;
	margin-right: 0px;
}
.AdminAddBlockTitle
{
	display: block;
	float: left;
	text-align: right;
	width: 80px;
}
#calEventDate
{
	margin-left: 310px;
	margin-top: -20px;
	_margin-left: 10px;
	_margin-top: 0px;
	position: absolute;
	visibility: hidden;
}
