
div {
	padding: 0px;
	margin: 0px;
}


div.clear {
	clear: both;
}


p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	clear: left;
}


h1 {
	font-size: 160%;
	color: #7F1C18;
}


h2 {
	font-size: 120%;
	color: #C31E17;
}


a {
	text-decoration: none;
	color: #7F1C18;
}


a:hover {
	text-decoration: underline;
	color: #C31E17;
}


html {
	background-color: #000000;
}

body {
	background-color: #000000;
	font-family: 'Garamond', 'Georgia', serif;
	font-size: 13pt;
	padding: 30px;
	margin: 0px;
}


div.mediaThumbnail {
	height: 230px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


div.mediaThumbnailContainer {
	float: left;
	text-align:center;
	background-color: #f8f8f8;
	width: 230px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #b0b0b0;
	padding-bottom: 8px;
	font-size: 10pt;
}



span.ident_rh {
	font-size: 220%;
	padding-left: 10pt;
	letter-spacing: 10pt;
}


span.ident_pf {
	font-size: 150%;
	letter-spacing: 10pt;
}


div#container {
	background-color: #ffffff;
	color: #000000;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


div#header {
	height: 190px;
	background-image: url(../header-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


div#headerContent {
	padding: 25px 20px 20px 32px;
}


a > div#header {
	color: #000000;
	text-decoration: none;
}


div#main {
	padding: 50px 50px 30px 50px;
	border-top: 5px solid #C31E17;
	border-bottom: 5px solid #C31E17;
	background-image: url(../body-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}


div#footer {
	font-size: 70%;
	text-align: right;
	padding: 20px;
}


div#navLinks {
	width: 100px;
	float: right;
	text-align: right;
	padding: 0px 0px 40px 0px;
	font-size: 115%;
}


div#body {
	width: 750px;
}


form .readonly {
	background-color: #d8d8d8;
	color: #C31E17;
}


table.media {
	margin-bottom: 20px;
}


table.media td {
	padding-right: 20px;
}