/* CSS Document */
body{
	margin:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#021d3b;
}
p a:link, p a:visited{
	color:#777;
	text-decoration:none;
}
p a:hover, p a:active{
	color:#C3262C;
	text-decoration:none;
}
p{
	font-size:18px;
	margin:0;
	padding:9px;
	line-height:19px;
}
h1{
	font-size:36px;
	font-weight:normal;
	line-height:40px;
	text-align:center;
}
h2{
	font-size:22px;
	font-weight:normal;
	font-variant:small-caps;
	margin:14px 9px 16px 9px;
	line-height:22px;
}
h3{
	font-size:24px;
	font-weight:normal;
	margin:16px 9px;
	line-height:26px;
}
h5{
	font-size:14px;
	font-weight:normal;
	margin:9px;
}
h6{
	font-size:16px;
	font-weight:normal;
	margin:10px;
}
ul li{
	font-size:14px;
	margin-bottom: 14px;
}
ul li a{
	font-size:14px;
}
ul li a:link, ul li a:visited{
	color:#000;
	text-decoration:none;
}
ul li a:hover, ul li a:active{
	color:#C3262C;
	text-decoration:none;
}
#book {
	position:absolute;
	width:160px;
	height:213px;
	z-index:1;
	left: 249px;
	top: 50px;
}
#contain{
	width:600px;	
	margin: 0 auto;
}
#header{
	width:600px;
	color:#fff;
	position: relative;
}
#content-fc{
	width: 600px;
	position:relative;
	background-repeat:repeat-y;
}
#left-side{
	width:324px;
	padding:0;
	margin:0;
	float:left;
	border-right:2px solid #C3262C;
}
#right-side{
	width:274px;
	padding:0;
	margin:0;
	float:right;
	
}
.button{
	width:140px;
	background-color:#FDF3D1;
	margin:0px;
	padding:9px;
	display:block;
	border:1px solid #111;
}
.button a {
	text-decoration:none;
	font-size:14px;
}
.button a:link{
	color:#777;
	font-size:12px;
}
.button a:visited {
	color:#777;
	font-size:14px;
}
.button a:hover {
	color:#C3262C;
}
.button a:active{
	color:#C3262C;
}
.directions-button{
	width:auto;
	background-color:#990000;
	margin:0px;
	padding:9px;
	display:block;
	border:1px solid #111;
}
.directions-button a {
	text-decoration:none;
	font-size:16px;
}
.directions-button a:link{
	color:#FFFFFF;
	font-size:14px;
}
.directions-button a:visited {
	color:#FFFFFF;
	font-size:14px;
}
.directions-button a:hover {
	color:#FFFFFF;
	font-size:18px;
}
.directions-button a:active{
	color:#FFFFFF;
}
#footer{
	clear:both;
}
#footer p{
	color:#fff;
	font-size:12px;
	margin:6px 0;
	padding:0;
}
form{
width:400px; 
margin: 0 auto !important;
}
form table tr td{
color:#fff;
font-size:12px;
}
form table tr td h1{
font-size:14px;
font-weight:normal;
margin:2px;
padding:0;
text-transform:none;
line-height:18px;
text-align:left;
}
form a {
color:#fff;
text-decoration:none;
}
#pop-up{
color:#fff;
width:400px;
}
