﻿/* CSS Document */
body {
	padding: 0px;
	margin: 30px 0 0;
	background: #590000;
	font: 12px/14px Candara;
}
p, ul, h1, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
ul {
	list-style-type: none;
}
a:link {
	color: white;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color:#999999;
}
a:hover {
	color: #FE6B6F;
}
#upper {
	width: 780px;
	height: 185px;
	position: relative;
	margin: 0 auto;
	background: url(images/toppan-bg.png) 0 0 repeat-x;
	text-align: center;
}
#upper img {
	border: 0px;
	width: 780px;
	height: 155px;
}
#upper ul {
	width: 600px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 90px;
}
#upper ul li {
	width: 120px;
	height: 30px;
	float: left;
}
#upper ul li a {
	display: block;
	color: #fff;
	font: 18px/30px Candara;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#upper ul li a:hover {
	background: #590000;
	color: #fff;
	text-decoration: none;
}
#center {
	width: 760px;
	position: relative;
	margin: 0 auto;
}
#leftCenter {
	float: left;
	width: 50%;
}
#leftCenter p {
	text-align: left;
	font-family: Candara;
	margin-left: 5px;
	color: #F8E2E2;
	font-size: large;
	line-height: 110%;
}
#leftCenter h1 {
	height: 40px;
	background: #590000;
	color: #fff;
	font: 26px/40px Candara;
}
#leftCenter h1 span {
	background: #590000;
	color: #F10000;
}
#rightCenter {
	float: left;
	width: 50%;
}
#rightCenter img {
	display: block;
	margin: 20px auto 0px auto;
}
#footer {
	width: 780px;
	height: 60px;
	background: url(images/footer-bg.png) 0 0 repeat-x;
	color: #fff;
	position: relative;
	margin: auto auto auto auto;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0 0 0;
}
#footer ul {
	width: 365px;
	height: 19px;
	position: relative;
	margin: 0 auto;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	padding: 0 10px 0;
	color: #fff;
	background: #2F0000;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

.centerDiv {
	float: left;
	width: 76%;
	margin: 0 12% 0 12%;
}

.centerDivText {
	text-align: left;
	font-family: Candara;
	margin-left: 5px;
	color: #F8E2E2;
	font-size: large;
	line-height: 110%;
}

.formLabel {
	text-align:right;
	float:left;
	margin:5px;
	width:100px;

	font-family: Candara;
	color: #F8E2E2;
	font-size: large;
	line-height: 110%;
}

.formComponent {
	border:0;
	margin:3px;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;
}

.clearAll{
	clear:both;
}

#guestMessage {
	float: left;
	width: 76%;
	margin: 0 12% 0 12%;
}
#guestMessage p {
	text-align: left;
	font-family: Candara;
	margin-left: 5px;
	color: #F8E2E2;
	font-size: large;
	line-height: 110%;
}
#guestMessage h1 {
	height: 30px;
	color: #fff;
	font: 20px/30px Candara;
	border: 3px maroon solid;
	padding: 0 0 0 5px;
}
#guestMessage h1 span {
	color: #F10000;
}
#guestMessageInfo {
	float: left;
	width: 76%;
	margin: 0 12% 0 12%;
}
#guestMessageInfo a:active {
	color: #FFFFFF;
}
#guestMessageInfo a:visited {
	color: maroon;
}
#guestMessageInfo a:hover {
	color: #FE6B6F;
}
#guestMessageInfo p {
	text-align: left;
	font-family: Candara;
	margin-left: 5px;
	font-size: large;
}
#guestMessageInfo h1 {
	height: 30px;
	color: #fff;
	font: 20px/30px Candara;
	border: 3px maroon solid;
	padding: 0 0 0 5px;
}
#guestMessageInfo h1 span {
	color: #F10000;
}