

@charset "utf-8";

/* CSS Document */

/* colours

Dark Blue	#22162A
Green		#69972b
Dark Brown	#660000
Light brown	#CC6600
Beige		#FFD6AD
Beige-Pink  #FFD7C1

Title Font: Comic Sans MS

*/


/* text links */

a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}

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

a.signature:link {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	color: #660000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
a.signature:visited {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	color: #660000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
a.signature:active {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	color: #CC6600;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
a.signature:hover {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	color: #CC6600;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

/* main html */
.tableBox {
	border:1px solid #660000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../images/background-slate1.jpg);
	background-color: #FFD7C1;
	background-position: 50% 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;
}

.body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000033;
	background-color: #FFFFFF;
	border:1px solid #660000;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #22162A;
	padding: 0px;
}

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


.blueBar {
	background-color: #22162A;
}

.greenBar {
	background-color: #69972b;
}

.maroonBar {
	background-color: #660000;
}

.breadCrumbs {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CC6600;
	font-weight: bold;
	vertical-align: top;
}

.textBox {
	background-color: #FFD7C1;
	margin: 24px;
	padding: 5px;
}

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

.Hgreen12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #69972b;
	font-weight: bold;
	vertical-align: top;
}

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

.wendy-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
}

.Hwhite16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #22162A;
	padding: 10px;
}

.signature {
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #660000;
	font-weight: normal;
	vertical-align: top;
	font-style: italic;
}

.dottedTable {
	background-color: #FFD7C1;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #69972b;
	border-right-color: #69972b;
	border-bottom-color: #69972b;
	border-left-color: #69972b;
	padding: 15px;
}

.smallcaps {
	font-size: 11px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 13px;
}

H1 {
	text-align: left;
	text-decoration: none;
	color: #660000;
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
}

H2 {
	text-align: left;
	text-decoration: none;
	color: #660000;
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 2.0;
	border-bottom-color: #69972b;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
}

H3 {
	text-align: left;
	text-decoration: none;
	color: #660000;
	font-family: "Comic Sans MS", "Monotype Corsiva", "Apple Chancery", "Nimbus Sans L", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

H4 {
	text-align: left;
	text-decoration: none;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	border-bottom-color: #69972b;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
}

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

.dynamic_button {
    color: #69972b;
    padding: 0 0 2px 0;
    border: 1px solid #69972b;
    background-color: #FFFFFF;
    font-size: 11px;
    display: block;
    height: 20px;
    width: 100px;
}

/* global menus 1 - above blue version */
#navcontainer {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 11px;
	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: #660000;
	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: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
#navcontainer A:hover, #navcontainer A:active {
	background: #69972b;
	color: #FFFFFF;
}
/* unsure of the use of this command below */
#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #22162A;
	font-weight: bold;
}

/* global menus 2 - below green version */
#navcontainer2 {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 11px;
	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: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
	background: #69972b;
	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: #69972b;
	border-right-color: #69972b;
	border-bottom-color: #69972b;
	border-left-color: #69972b;
}
#navcontainer2 A:hover, #navcontainer2 A:active {
	background: #FFD7C1;
	color: #CC6600;
	text-decoration: none
}
#navcontainer2 A.active:link, #navcontainer2 A.active:visited {
	position: relative;
	z-index: 102;
	background: #FFD7C1;
	font-weight: bold;
}
.nav-beige {
color: #FFD7C1
}

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

