/* CSS Document */

#home {
	background-color: #FFFFFF;	
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0;
	width: 750px;
	position: relative;
}
#header {
	height: 104px;
	background-color: #FFFFFF;
}

#leftsidebar {
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 500px;
}

#leftsidebar a {
	text-decoration: none;
	color: #B00000;
}

#leftsidebar a:hover {
	font-weight: bold;
}

#leftsidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 530px;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#main .nameList {
	list-style-type: disc;
	color: #999999;
}

#main ul {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 110%;
	line-height: 1.2em;
}

#main h1 {
	margin-bottom: -10px;
}
#main h2 {
	margin-bottom: -10px;
	margin-left: 10px;
}
#main h3 {
	margin-left: 35px;
	margin-bottom: -10px;
}

#main p {
	margin-left: 20px;
	font-size: 110%;
	line-height: 1.2em;
}

#main .indent {
	margin-left: 20px;
}
#main .pindent {
	margin-left: 35px;
}

#main .highlightIndent {
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
	display: block;
	background-color: #FAFAFA;
	padding: 5px;
}
	
#main a {
	text-decoration: none;
	color: #333333;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#footer {
	background-color: #B00000;
	height: 65px;
	clear: both;
}

.headerlogo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}

.leftMenu {
	font-family: Fututa, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B00000;
	font-size: .9em;
}
.leftsubmenu {
	font-family: Fututa, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B00000;
	line-height: 1.5em;
	margin-left: 10px;
}

.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	font-weight: lighter;
	color: #191919;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 68px;
	float: right;
	margin-left: 200px;
}

.mailLink {}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

h1 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #B00000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B00000;
	line-height: 1.4em;
}

h2 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #B00000;
}

h3 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: #B00000;
}

p {}

ul {}

.EASeDocsList th {
background-color: #CCCCCC;
padding: 10px;
text-align: left;
}

.EASeDocsList td {
background-color: #FFFFFF;
padding: 5px;
vertical-align: top;
}

#main .EASeDocsList p{
	font-family: sans-serif, "arial", "helvetica";
	font-size: 95%;
	margin: 0;
	padding: 3px;
}

.hotelBlock {
	background-color: #F8F8F8;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px dashed #CCCCCC;
}
	
.findOut {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}

.findOut a {
	color: #000000;
}

.registerNow {
	position: absolute;
	top: 255px;
	left: 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}

.registerNow a {
	color: #000000;
}

.smallText {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.smallTextAlert {
	font-size: 70%;
	color: #C10006;
	}