body {
	background: url(images/background_BG.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin: 0px;
	/* vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	text-align: center; */
}

p {
	/* font: fontSize/lineHeight font; */
	font: 14px/17px times;
}

a.name {
	font: 18px/17px times;
	font-weight: bolder;
	color: #005447;
}
.name {
	font: 18px/17px times;
	font-weight: bolder;
	color: #005447;
}


.background {
	width: 100%;
	height: 100%;
	text-align: center;
	/* background: url(images/background_BG.jpg) repeat-x bottom left; */
	/* vertical-align: bottom;
	position: absolute;
	bottom: 0px; */
}

.body {
	text-align: center;
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	/*border-left: thin solid #005447;
	border-right: thin solid #005447;*/
}

.body2 {
	width: 800px;
	background-color: white;
	/*border-left: thin solid #005447;
	border-right: thin solid #005447;*/
}

.header {
	width: 100%;
	height: 165px;
	background: url(images/header_BG.jpg) repeat-x top left;
}

.logo {
	width: 311px;
	height: 158px;
	/* display: inline; */
	padding-top: 4px;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/OBX_logo.png');
}

.imgLogo {
	float: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

img.forRight {
	display: block;
	border: none;
	float: right;
	padding: 0px 0px 30px 20px;
}

.forRight {
	float: right;
	padding: 0px 0px 30px 20px;
}

.nav {
	width: 100%;
	height: 20px;
	background-color: #005447;
	text-align: center;
}

.navBtns {
	width: 480px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border-width: 0;
}

a:link {
	color: #005447;
}

a:active { 
	cursor: default;
	color: #005447;
} 

a:visited { 
	cursor: default;
	color: #005447;
}

a:hover { 
	cursor: pointer;
	color: #DBBA73;
}

.mainContent {
	width: 800px;
	height: auto;
	margin-left: 40px;
	margin-right: auto;
	border: 0px;
	overflow: auto;
	display: inline;
	text-align: center;
	
}

.headerVideo {
	z-index: 2;
	width: 800px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
}

.videoHeader {
	width: 800px;
	height: 165px;
}

.contact {
	font-family: times, serif;
	color: #005447;
	font-size: 16px;
	font-weight: bold;
}

.contactEmail:link {
	color: #005447;
}

.contactEmail:visited {
	color: #005447;
}

.contactEmail:hover {
	color: #DBBA73;
	cursor: pointer;
}

.contactEmail:active {
	color: #A88F58;
}

.footer {
	font-family: arial, "lucida console", sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-color: #005447;
}

.footerLink:link {
	color: white;
	text-decoration: none;
}

.footerLink:visited {
	color: white;
	text-decoration: none;
}

.footerLink:hover {
	color: #DBBA73;
	text-decoration: underline;
	cursor: pointer;
}

.footerLink:active {
	color: white;
	text-decoration: none;
}
.green_14 {
	font-size: 14px;
	color: #005447;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
