﻿/* 
	Cape Hope Stylesheet 
   
*/
body {
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	line-height: 160%;
	font-family: Georgia, "Times New Roman", Palatino, serif;
	font-weight: normal;
	text-align: center;
	margin: 5 auto;
}
th {
	border: 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
td {
	border: 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
table {
	border: 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
p {
	margin: 0px 0px 12px 0px;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #993399;
}
a:active {
	text-decoration: none;
	color: #cc0066;
}
a:hover {
	color: #cc0066;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	color: #002135;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	color: #002135;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	color: #002135;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	color: #002135;
}
#header {
	width: 800px;
	height: 149px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: right;
}
#whiteline {
	width: 800px;
	height: 4px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#blueline {
	width: 800px;
	height: 4px;
	margin: 0 auto;
	background-image: url('images/bg-menu.gif');
}
#flash {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#global_menu {
	border: 0;
	width: 800px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background-color: #95122B;
	background-image: url('images/bg-menu.gif');
	background-repeat: repeat-x;
}
#global_menu a {
	text-decoration: none;
	border: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}
#photo-header {
	padding: 25px 30px 8px 38px;
}

#page-content {
/* 	margin-right: 220px; */
	text-align: left;
	padding: 50px;
}
/*  #right-col {
	width: 215px;
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: left;
} */

#text-box {
	padding: 15px;
	text-align: left;
	background-color: #FFFFFF;
}
#red-divider {
	width: 800px;
	height: 5px;
	margin: 0 auto;
	background-color: #95122B;
	background-image: url('images/bg-menu.gif');
}
#footer {
	color: #002135;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer-left {
	margin-right: 310px;
	text-align: left;
}
#footer-right {
	width: 400px;
	position: absolute;
	right: 5px;
	text-align: right;
	color: #C0C0C0;
	font-size: x-small;
}
