body {
	text-align: center;
	min-width: 760px;
	background: #6f1727;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 0px;
		border: 1px solid #ffffff;
		width: 760px;
		height: 100%;
		background-position: bottom right;
		background-repeat: no-repeat;
		background: #5c1c2d;

		
}

html>body div#wrapper {
		min-height: 800px;
		height: 100%;
}

div#logo a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.dotted{
	border-bottom: 1px dotted white;
	padding: 0px 0px 0px 0px;
}

div#logo {
  		background: #6f1727;

		float: left;
		height: 400px;
		position: relative;
		top: -10px;
		margin-bottom: -10px;
		margin-right: 15px;
		width: 200px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-position: center;
		background-repeat: no-repeat;
		font-family: verdana,Tahoma,Helvetica,arial;
		font-size: 10pt;
		font-weight: normal;
		color: white}

html>body div#logo {
		height: 100%;
		min-height: 350px;
		padding-top: 10px;
}


div.left_box {
		border: 1px solid white;  		
		margin: 10px;	
		padding: 10px;
		background: #5C1C2D;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: verdana,Tahoma,Helvetica,arial;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content {
		text-align: left;
		padding: 30px 15px 15px 15px;
		/*float: left;*/
		/*width: 470px;*/
		height: 100%;
		font-family: verdana,Tahoma,Helvetica,arial;
		font-size: 10pt;
		font-weight: normal;
		color: #FFFFFF;
}

html>body div#content {
		min-height: 500px;
}

div#topbar {
		height: 160px;
		font-family: verdana,Tahoma,Helvetica,arial;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
		background: url(../images/banner_base_bottom.jpg);
}

div#menu {
		float: right;
		width: 760px;
}

div#menu a {
		display: block;
		min-width: 80px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #a0171f url(../images/arrow.gif); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: verdana,Tahoma,Helvetica,arial;
		text-align: center;
		font-size: 12px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		padding-left: 25px;
		vertical-align: middle;
    height: 20px;
}

div#content a {
/* 		color: #ffffcc; */
		font-weight: bold;
		text-decoration: none;
}

div#content a:visited {
    color: #ffcc99;
}

div#content a:link {
    color: #ffffcc;
}

div#content a:active {
    color: #ffffcc;
}

div#content a:hover {
    text-decoration: underline;
}

div#menu a:hover {
		background: #5c1c2d url('../images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}

ul{
	list-style-type: none;
}

ul li{
	padding-bottom: 5px;
}

div#content table {
		margin: 10px;
}

.summary{
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFff;
	display: block;
}

.nextevent{
	border: 2px dotted white;
	padding: 10px;
}

