/* CSS Document */
body {
	background: #005B74;

}

#navbar{
	/*	margin: 0 600px 0 0;
	display: block;  */
	position: absolute;
	top: 10px;
	left: 5px;
	width: 345px;
	padding: 0px;
	background-color: #005B74;
	border: double #FFB980 2.5px;
	border-left-color: #005B74;
	border-top-color: #005B74;
	border-bottom-color: #005B74;
	overflow: visible;
	background-image: url(../img/watermark.gif);
	height: 350px;
}

#content{
	/*	float:right;
	width: 70%;
	margin: 0;
    position: relative;
	display: block;
	clear: both; */
	position: absolute;
	top: 10px;
	left: 370px;
	width: 400px;
	background-repeat: repeat-x;
	border: none;
	padding: 0% 2% 2% 5%;
	text-decoration: none;
	height: 375px;
	
}
#content h2 {
	color: #FF7200;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
}
#content p {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FF7200;
}

#content a {
	color: FF7200;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
}

#content a:active {
	color: FFDCBF;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
}

#footnote {
	position: absolute;
	top: 565px;
	left: 7px;
	width: 95%;
	z-index:10;
	height:1em;
	background-color: #B35000;
	padding: 0.5em;
	border: outset #FF7200 2.5px;
}

#footnote a {
	color: #BFF1FF;
	font-family: "Century Gothic";
	font-size: 14px;
	text-decoration: overline;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar a {
	background-position: 700px 0;
	overflow:hidden;
	width: 300px;
	display: block;
	background-image: url(../img/NavBar2.gif);
	color: #80E3FF;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
	background-repeat: no-repeat;
}

#navbar a:hover {
	background-position: 0px 0;
	color: #005B74;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
}

#navbar a:active {
	background-position: 350px 0;
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
}
#navbar_txt a {
	color: #80E3FF;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	font-style: italic;
	font-variant: small-caps;
}
#navbar_txt h1 {

	color: #FF7200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#content table {

	font-family: "Century Gothic";
	font-size: 10px;
	color: #FF7200;
}
#navbar_txt h3 {


	color: #FF7200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#bcawareness h3 {


	font-family: "Century Gothic";
	font-size: 12px;
	color: #FF66FF;
}
#bcawareness a {



	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
}
#bcawareness h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80E3FF;
	text-decoration: overline;
	font-style: italic;
}
#navbar h2 {

	color: #FF7200;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
}
