@charset "utf-8";
/* CSS Document */

/* colours

Dark Blue	#22162A  #000033  Dark Blue
Green		#69972b  #9D3300  Bronze
Dark Brown	#660000  #FF9966  Peach
Light brown	#CC6600  #030A93  Navy Blue
Beige		#FFD6AD  #FFBC99  Beige

*/


/* text links */


a:link {text-decoration: underline; color: #9D3300;
	font-weight: bold;}
a:visited {text-decoration: underline; color: #9D3300;
	font-weight: bold;}
a:active {text-decoration: underline; color: #030A93;
	font-weight: bold; background: #FFBC99}
a:hover {text-decoration: underline; color: #030A93;
	font-weight: bold; background: #FFBC99}

/* white nav links */
a.whitenav:link {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.whitenav:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.whitenav:active {
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a.whitenav:hover {
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

/* main html */
.tableBox {
	border:2px solid #9D3300;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../images/harp-bg.gif);
	background-color: #FF9966;
	background-position: 75% top;
    background-attachment:fixed;
	background-repeat: repeat;
}

.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000033;
	background-color: #FFFFFF;
	padding: 10px;
}

.box {
	border:1px solid #9D3300;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	padding: 10px;
}

.header a:link {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
.header a:visited {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
.header a:active {
	color: #FF9966;
	font-weight: bold;
	text-decoration: none;
}
.header a:hover {
	color: #FF9966;
	font-weight: bold;
	text-decoration: underline;
}


.blueBar {
	background-color: #000033;
}

.bronzeBar {
	background-color: #9D3300;
}

.breadCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #030A93;
	font-weight: bold;
	vertical-align: top;
}

.sold {
	color: #030A93;
	font-weight: bold;
}

.textBox {
	font-weight: bold;
	background-color: #FFBC99;
	margin: 24px;
	padding: 5px;
}

.imageBorder {
	background-color: #FFBC99;
	height: auto;
	width: auto;
	margin: 14px;
	padding: 14px;
}

.Hbronze12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9D3300;
	font-weight: bold;
	vertical-align: top;
}

.Hbronze15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #9D3300;
	font-weight: bold;
	vertical-align: top;
}

.Hbronze18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9D3300;
}

.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #9D3300;
	font-weight: bold;
	vertical-align: top;
	font-style: italic;
}

.dottedTable {
	background-color: #FFBC99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #030A93;
	border-right-color: #030A93;
	border-bottom-color: #030A93;
	border-left-color: #030A93;
	padding: 5px;
}

.bullets {
	list-style-position: outside;
	list-style-type: disc;
	color: #030A93;
	list-style-image: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

H1 {
	text-align: left;
	text-decoration: none;
	color: #9D3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

H2 {
	text-align: left;
	text-decoration: none;
	color: #9D3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 2.0;
	border-bottom-color: #030A93;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}

/* font-size: 18px; line-height: 2.5; */


H3 {
	text-align: left;
	text-decoration: none;
	color: #9D3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 2.0;
	border-bottom-color: #030A93;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align: middle;
	align: right;
	padding: 7px 2px;
	border: none;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #9D3300;
	font-weight: normal;
	vertical-align: bottom;
	align: left;
	padding: 0px 0px 12px 0px;
	border: none;
}


/* global menus 1 - above blue version */
#navcontainer {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 10px;
	font-weight: bold;
}
#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
#navcontainer A {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #000033;
	margin: 0;
	padding: 2px 10px;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: 1px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
#navcontainer A:hover, #navcontainer A:active {
	background: #FF9966;
	color: #FFFFFF;
}
/* unsure of the use of this command below */
#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #FF9966;
	font-weight: bold;
}

/* global menus 2 - below green version */
#navcontainer2 {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 10px;
	font-weight: bold;
}
#navcontainer2 UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer2 LI {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
#navcontainer2 A {
	color: #FFBC99;
	display: block;
	width: auto;
	text-decoration: none;
	background: #9D3300;
	margin: 0;
	padding: 2px 10px;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: 1px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9D3300;
	border-right-color: #9D3300;
	border-bottom-color: #9D3300;
	border-left-color: #9D3300;
}
#navcontainer2 A:hover, #navcontainer2 A:active {
	background: #FFBC99;
	color: #0207C4;
	text-decoration: none
}
#navcontainer2 A.active:link, #navcontainer2 A.active:visited {
	position: relative;
	z-index: 102;
	background: #FFBC99;
	font-weight: bold;
}

/* If you got this far your mind is fucked */

