@charset "utf-8";
/* CSS Document */

body {
	background-color: #4B0000;
}
a:link {
	color: #990101;
	text-decoration: underline;
}
a:visited {
	color: #990101;
	text-decoration: underline;
}
a:hover {
	color: #990101;
	text-decoration: none;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/menu.jpg);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/menu.jpg);
	border-right: 1px solid #AFBEC7;
	color: #990101;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:link {
	background: #D9E1E5 url(images/menu.jpg);
	border-right: 1px solid #AFBEC7;
	color: #990101;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:visited {
	color: #990101;
	text-decoration: none;
}
.navigation a:hover {
	color: #990101;
	text-decoration: underline;
}

h1 {
	color: #990101;
	font-size: 1.2em;
	margin:10px 0 10px 0;
}

h1.gallery {
	color: #FFF;
	background:#990101;
	font-size: 1.2em;
	margin:10px 0 10px 0;
	padding:10px;
}

h2 {
	color: #990101;
	font-size: 1.0em;
}

TD{
	font-family:verdana,arial;
	color:black;
	font-size:10pt;
}

TD .content {padding:20px;}

.yellowTable {border:3px solid #FBBB10;}

.navBorder {border-top:3px solid #FBBB10; border-bottom:3px solid #FBBB10;}

.news{
	font-family:arial;
}
.bot{
	color:black;
	text-decoration:none;
	font-size:7pt;
	font-family:Verdana;
	font-weight:bold;
}
.menu{
	color:black;
	text-decoration:none;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	
}
.copy{
	font-size:7pt;
	color:black;
}

.footer {
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color: #990101;
}

.footer a {
	font-size:8pt;
}

.footer a:link {
	font-size:8pt;
}

.footer a:visited {
	font-size:8pt;
}

.footer a:hover {
	font-size:8pt;
	text-decoration:none;
}

.highlightMe {
	display:block;
	padding:10px;
	border:1px dashed #990101;
	color:#990101;
}

.formLabel {display:block;}

.formTable {
	margin:0 20px 20px 20px;
	border:1px dashed #DDDDDD;
}

/* new highlight text */
.new {
	display:block;
	text-align:center;
	padding:10px;
	/*background:#CCC url(images/last.jpg) repeat-x;*/
	background-color:#980000;
	font-size:0.75em;
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;
}

/* fader */
.slideshow {
	height: 510px;
	width: 340px;
	margin: auto
}
.slideshow img {
	padding: 0;
	border: none;
}
