/* General */
a {
	color: #CD1644;
}

body {
	border-top: 90px solid #CD1644;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
}

img {
	border: none;
}


/* Generic classes */
.bottom {
	vertical-align: bottom;
}

.caption {
	font-size: 12px;
}

.align-center, .center {
	text-align: center;
}

.right {
	text-align: right;
}


/* Body */
#content {
	margin: 48px 180px 24px 180px;
}

#content img#textlogo {
	float: left;
	margin: -42px -180px 0 -177px;
}

dl {
	margin: 0 0 16px 0;
}

dl > dd {
	margin-left: 96px;
}

dl > dt {
	float: left;
	margin-right: 12px;
}



h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 36px 0;

}

h2 {
	border-bottom: 1px solid #E48C88;
	clear: both;
	color: #CD1644;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 3px 0;
}


p {
	font-size: 16px;
	margin: 0 0 16px 0;
	text-align: justify;
}

table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table td {
	background-color: #EFDCD9;
	border-bottom: 1px solid #FFFFFF;
	min-width: 96px;
	padding: 6px;
	vertical-align: top;
}

table td.contact {
	background-color: #E48C88;
}

table td.contactBorder {
	background-color: #E48C88;
	border-bottom: 1px solid #CD1644;
}

table td.border {
	border-bottom: 1px solid #CD1644;
}

table td.date {
	background-color: #CD1644;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

table td.dateLast {
	background-color: #CD1644;
	color: #FFFFFF;
	font-weight: bold;
}

table td.day {
	background-color: #CD1644;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

table td.dayLast {
	background-color: #CD1644;
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

table td.last {
	background-color: #EFDCD9;
	border-bottom: 1px solid #FFFFFF;
	padding: 6px;
}

table td.time {
	font-weight: bold;
}

table td.timeBorder {
	border-bottom: 1px solid #CD1644;
	font-weight: bold;
}

table td p {
	margin-bottom: 0;
	text-align: left;
}

table td:first-child {
	background-color: #CD1644;
	color: #FFFFFF;
	font-weight: bold;
	width: 10%;
}

table th p {
	color: #CD1644;
	font-weight: bold;
	font-size: 24px;
	margin: 24px 0 6px 0;
	text-align: center;
	text-transform: lowercase;
}


/* Navigation Menu */
#menu {
	margin: 0;	
}

#menu img#logo {
	position: absolute;
	top: 3px;
	left: 3px;
}

#menu ul {
	list-style-type: none;
	margin: 64px 48px 0 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

#menu li {
	border-left: 1px solid #FFFFFF;
	display: inline;
	margin: 0;
	padding: 6px 32px;
	text-align: center;
}

#menu li a {
	color: #FFFFFF;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li a#current {
	font-weight: bold;
}
  
#menu li a:hover {
	text-decoration: underline;
}

#menu li ul {
	left: 0;
	margin: 0 96px 0 0;
	position: absolute;
	text-align: center;
	top: 36px;
}

#menu li li {
	border-left: none;
	display: inline;
	padding: 3px 24px;
}
  
#menu li li a {
	color: #CD1644;
	text-decoration: none;
	text-transform: none;
}

/* Footer */
#footer {
	clear: both;
}

#footer p {
	color: #999999;
	font-size: 12px;
	text-align: center;
}
