body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}

/* headings */
h1 {
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 15px;
}
h2 {
	font-size: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
	font-size: 1.5em;
	text-decoration:underline;
}

/*links */
a {
	text-decoration:none;
	font-variant:small-caps;
	color: #0099CC;
	margin:0;
	padding:0;
}
a:hover {
	/* color: #996600; */
	color: #000000;
	/* text-decoration: underline; */
	BACKGROUND-COLOR: #e6e6e6
}

/* paragraph defaults */
p {
	margin:1em;
	padding:0;
}

/* list defaults */
ul {
	list-style-type: disc;
	list-style-image: url(../Images/li_image.gif);
}
ol {
	list-style-type:decimal-leading-zero;	
}
li {
	line-height: 1em;
}

/* blockqoute style */
blockquote {
background-color:#dddddd;
color:#666666;
border-top:#666666 solid 1px;
border-bottom:#666666 solid 2px;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
text-align:justify;
padding:3px;
}
#content blockquote p {
	margin:0;
	padding:0;
}

/* wraps the entire content */
#wrapper {
	margin: 0 auto;
}


/* the header div sets up the background image and text */
#header {
	background-attachment: scroll;
	background-image: url(../Images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 139px;
	height: 139px;
}
	#header_text {
		display:block;	
		font-size: 3em;
		font-variant: small-caps;
		color: #333333;
		padding-top:.6em;
		margin-left:25px;
	}
	#header #slogan_shadow {
		font-size:1.3em;
		color: #FFFFFF;
		margin-top:0;
		clear:both;
		margin-left:220px;
		line-height:1em;
	}
	#header #slogan {
	color: #0099CC;
	position: relative;
	top: -20px;
	left: 1px;
	}

/* this sets up the 100 width wrapper and sets the background colour for the main content - top border */
#content_wrapper {
	clear:both;
	float:left;
	background-color: #e9e3de;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
/* tis sets the width of the actual content to a fixed 800 pixels */
#content_block {
	width: 830px;
	margin: 0 auto;
	position:relative;
}

/* side bar is the left column (width is margin width) */
#side_bar {
	float: left;
	width: 205px;
}

/* content (right column) div style*/
#content {
	margin-left:10px;
	float:right;
	width:600px;
}


/* Styles dealing with the sidemenu navigation */
.sidemenu {
	margin:0;
	margin-bottom:1em;
	margin-top:1.5em;
	padding:0;
	list-style-type: none;
	list-style-image:none;
}
.sidemenu a {
	width: 180px;
	display: block;
	line-height: 1.6em;
	font-size: 1.1em;
	text-transform:uppercase;
	padding-left:10px;
	background-color: #e9e3de;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #666666;
}
#side_bar .sidemenu a:hover {
	text-decoration:none;
	background-color: #F0E3DA;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #996600;
}
#side_bar .active_sidemenu {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* end sidemenu styles



/*styles for the content paragraphs */
#content p {
	text-align:none;
	line-height:1.3em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
#content li {
	font-size:1.1em;
	margin-left:25px;
	color:#000;
}
/* the extra_content class styles the extra content boxes */
/* these are the boxes on the left-hand side */
.extra_content {
	color:#666666; 
	background-color:#dddddd; 
/*	border:2px solid #0099CC;     */
	border:2px solid #999999; 
	margin-top:1.5em;
	margin-left:3px;
	margin-bottom:1em;
	font-size:1em;
	width:215px;
	float:right;
	clear:both;
}

/*	this is specifically for some styles only used on the extra_content boxes within the content area      	*/
/*	changes made here will only affect the boxes within the content 										*/
#content .extra_content { 
	margin-left:15px;
	margin-right:15px;
}

/* extra content geading style */
.extra_content h1 {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;
}

/* extra content paragraph styling, changes made here will affect all boxes */
#content .extra_content p, .extra_content p {
	padding:0;
	margin-top:1.2em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:.2em;
	text-align:justify;
}

/*	this controls the bottom image */
#bottom_image {
	clear:both;
	background-attachment: scroll;
	background-image: url(../Images/stain_top.jpg); /* change this to your own desired image */
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 73px; 
	height: 73px; 
	min-width: 800px; 
}

/*	this is the footer */
#footer {
	background-color: #666666;
	color: #e9e3de;
	text-align:center;
	font-size:.8em;
	font-variant:small-caps;
}
#footer a:hover {
	color: #F0E3DA;
	text-decoration:none;
}

.urlBlueBold {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #0077ff; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
/* color 0099CC  original 0000ff */

.textRed {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ad0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textGreen {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #336633; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textBlack {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textRedBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ad0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textGreenBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #336633; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textBlackBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textRedLarge {
	FONT-SIZE: 12px; COLOR: #ad0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textGreenLarge {
	FONT-SIZE: 12px; COLOR: #336633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textBlackLarge {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textRedLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ad0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textGreenLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #336633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textBlackLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.urlRedBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ad0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlGreenBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #336633; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlRed {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ad0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlGreen {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #336633; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlack {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlack:hover {
	COLOR: #ad0000; BACKGROUND-COLOR: #e6e6e6
}
.urlRed:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlGreen:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlBlackBold:hover {
	COLOR: #ad0000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedBold:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlGreenBold:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlBlueBold:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.spacer {
	FONT-WEIGHT: normal; FONT-SIZE: 6px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlRedSuper {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; VERTICAL-ALIGN: super; COLOR: #ad0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlGreenSuper {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; VERTICAL-ALIGN: super; COLOR: #336633; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackSuper {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; VERTICAL-ALIGN: super; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackSuper:hover {
	COLOR: #ad0000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedSuper:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlGreenSuper:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedLarge {
	FONT-SIZE: 12px; COLOR: #ad0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlGreenLarge {
	FONT-SIZE: 12px; COLOR: #336633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackLarge {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackLarge:hover {
	COLOR: #ad0000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedLarge:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlGreenLarge:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ad0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlGreenLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #336633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackLargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.urlBlackLargeBold:hover {
	COLOR: #ad0000; BACKGROUND-COLOR: #e6e6e6
}
.urlRedLargeBold:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}
.urlGreenLargeBold:hover {
	COLOR: #000000; BACKGROUND-COLOR: #e6e6e6
}

TD {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.indented {
  padding-left: 40pt;
}
