@charset "utf-8";
/* CSS Document */

body, td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
body {
	background-color: #333333;
	background-image:url(images/pagebg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a {	color: #333333; }

input {
	border:1px solid #cc3333;
	background-color: #e3e3e3;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:white;
	width:100%; 
	background-color:#C92D2E;
	padding:2px;
	text-transform:uppercase;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
}

.list li {
	padding-left: 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}

.list li h1 {
	font-size:11px;
	font-weight:bold;
	color:black;
	width:auto; 
	background-color:transparent;
	padding:0;
	margin:0;
	text-transform:none;
}

.headertable {
 background-color: #FFFFFF;
}

.headercell {
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	background-position:right;
	text-align:right;
	vertical-align:top;
	padding:20px 30px;
}

.menuleftcell {
 width:12px;
}

.menucell {
 padding:5px;
 background-image:url(images/menubg.gif);
 background-repeat:no-repeat;
 background-position:left;
 width:161px;
}

.tallmenucell {
 background-image:url(images/menubgtall.gif);
 background-repeat:no-repeat;
 background-position:left;
}

.menucell a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:150px
}

.menucell a:hover {
	color:#cc3333;
}

.eventbutton {
 height:21px; 
 text-align:center; 
 border:1px solid #cc3333; 
 vertical-align:middle;
 background-image:url(images/menubg.gif);
 background-repeat:no-repeat;
 background-position:left;
 width:161px;
}

.eventbutton a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:5px; 
	height:21px;
}

.eventbutton a:hover {
	color:#cc3333;
}
 
.contenttable {
 background-color: #FFFFFF;
 background-image:url(images/topgradient.jpg);
 background-position:top;
 background-repeat:repeat-x;
}

.contentcell {
 padding:10px 10px 10px 10px;
 vertical-align:top;
}

.heading {
	width:100%; 
	background-color:#C92D2E;
}

.footertable td {
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:37px;
}

.footertable td a {
}

.smallbutton {
	height:16px;
	width:80px;
	font-size:10px;
	background-image:url(images/blankbutton_small.gif);
	border-width:0;
}

@media print {
	.dontprint {
		display:none;
	}
	
	body {
		background-color: white;
		background-image:none;
	}
	.menucell {
		display:none;
	}

}