body { font-family: arial,verdana; font-size: 16px; background: #FFFFFF; padding: 0px; margin: 0px; }
td { font-family: arial,verdana; font-size: 14px; }
h1 { font-size: 18px;  padding: 0px; margin: 0px; padding-top: 5px; padding-bottom: 10px; }
h2 { font-size: 16px;  padding: 0px; margin: 0px; padding: 0px; }
p { font-family: arial,verdana; font-size: 16px;  padding: 0px; margin: 0px; padding-bottom: 10px; }

#menu {
	height: 30px;
	width: 759px;
	background: #FF0000 url('/assets/menu_bg.jpg') repeat-x;
	overflow: hidden;
}
#menu #menufirst {
	border-left: 0px;
}
#menu #menuend {
	border-left: 1px solid #FFFFFF;
	border-right: 0px;
	width: 2px;
}
#menu div {
	height: 30px;
	padding-top: 4px;
	text-align: center;
	float: left;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #990000;
}
#menu div a:visited, #menu div a:link {
	font-family: times new roman;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}
#menu div a:hover, #menu div a:active {
	font-family: times new roman;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

table.content {
	border: 0px;
	background: #FFFFCC url('/assets/content_bg.gif') no-repeat bottom right;
}

a:visited, a:link {
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}

div.partyrow {
	height: 220px;
}
div.party {
	width: 106px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 0px;
}
img.party {
	width: 106px;
	height: 150px;
	border: 2px solid #FF0000;
	margin-bottom: 5px;
}
div.partylandscape {
	width: 150px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 0px;
}
img.partylandscape {
	width: 150px;
	height: 106px;
	border: 2px solid #FF0000;
	margin-bottom: 5px;
}


.accordion_toggle {
	display: block;
	height: 35px;
	background: #FF0000;
	border-bottom: 5px solid #FFFFCC;
	padding: 0 10px 0 10px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	border: 0px;
}
.accordion_content {
	background-color: #FFFF88;
	color: #000000;
	overflow: hidden;
}

#corporate_container {
	margin-right: 220px;
}
