body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #000066;
	background-color: #000066;
			
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000066;
	border-style: solid;
	border-width: 2px;
	border-color: #990000;
	width: 810px;
	height: 780px;
	text-align:left;
	overflow: visible;
}

#wrapper2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000000;
	border-style: solid;
	border-width: 3px;
	border-color: #990000;
	width: 810px;
	height: auto;
	text-align:left;
	overflow: visible;
	
}

.flag {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.counter {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}

.agate {
	font-size: 70%;
	font-weight: normal;
	color: #006;
}

.agatebold {
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
}

.bulletpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

.bulletpointsbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

.timesbody120 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #006;
}

.timesbody100 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

.arialbody80 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

.arialbody100 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.arialbody100bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

.arialbody130bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
}

.arialbody150bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	
}

.arialbody180bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	
}

.timesbody200bold {
	font-family: "Times New Roman", Times, serif;
	margin-top: 2px;
	color:#000066;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	
}

.timesbody130ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	color: #000066;
	font-variant: normal;
	
}

.timesbody100ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.nitrox {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #009933;
}

.green {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #009933;
}






/***link info***/

#header-nav ul {
	border-top: 2px solid #900; /* sets a border to the top of the ul */
	border-bottom: 2px solid #900; /* sets a border to the bottom of the ul */
	border-left: none;
	border-right: none;
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
	background-color: #006;
	color: #fff;
	font-weight: bold;
	
}

#header-nav ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0; /* zeroes off the margins */
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	display: inline;	
	margin: .5em 1em;
	line-height: 24px;
}

#header-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
}

#header-nav a:link {
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
}

#header-nav a:visited {
	text-decoration: none;
}

#header-nav a:hover {
	color: #900;
	text-decoration: none;
}

#header-nav a:active {
	text-decoration: none;
}






a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #900;
}

a:active {
	text-decoration: underline;
}




#footer-nav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;	
	}
#footer-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#footer-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000066;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	background:  none;
	text-decoration: none;
	}
#footer-nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990000;
	}

#lbd-nav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;	
	}
#lbd-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#lbd-nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	background:  none;
	text-decoration: none;
	}
#lbd-nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990000;
	}