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

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #3B0E0B;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

#container {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	top: 20px;
	width: 752px;
	height: auto;
	height: auto !important;
	background: #FFFFFF;
	border: 1px #000000 solid;
}

#mast {
	position: relative;
	margin: 0 auto;
	width: 752px;
	height: 196px;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 752px;
	height: 20px;
	background: url(images/menubg2.jpg);
}

#menu a, #menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B0E0B;
}

#menu a:hover {
	text-decoration: none;
}

#content {
	position: relative;
	margin: 0 auto;
	padding: 40px;
	width: 672px;
	height: auto;
	height: auto !important;
}

#content a {
	color: #800000;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #400000;
	font-style: italic;
	font-size: 28px;
}

.leftpanel {
	position: relative;
	float: left;
	width: 155px;
}
.leftpanelevents {
	position: relative;
	float: left;
	width: 430px;
}

.rightpanel {
	position: relative;
	float: left;
	width: 515px;
}
.rightpanelevents {
	position: relative;
	float: left;
	width: 240px;
}

.mainpanel {
	position: relative;
	float: left;
	width: 650px;
}

#copyright {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 750px;
	height: 100px;
	border-top: solid #000000 1px;
	border-right: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	background: #FFFFFF;
}

#copyright a {
	color: #800000;
}

#copyright a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.promo {
	position: relative;
	float: left;
	width: 230px;
	margin: 10px 0 10px 10px;
	border: solid #450808 1px;
}

.promo p {
	color: #450808;
}

.promo a {
	color: #450808;
	
}

.yesno a {
	padding: 5px 10px;
	background: #F0F0F0;
	border: 1px #003366 solid;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.yesno a:hover {
	padding: 5px 10px;
	margin-top: 0;
	background: #003366;
	border: 1px #003366 solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.yesnored a {
	padding: 5px 10px;
	background: #F0F0F0;
	border: 1px #5F0203 solid;
	color: #5F0203;
	text-decoration: none;
	font-weight: bold;
}
.yesnored a:hover {
	padding: 5px 10px;
	margin-top: 0;
	border: 1px #5F0203 solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
}
