/*****************************************************

Body: General page style

*****************************************************/


body {
	margin: 0 auto;
	padding: 0;
	font: 76% Tahoma, Arial, sans-serif;
	background: #771510 url(images/body_bg.jpg) repeat-x center top;
	color: #000000;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

h2 {
	margin: 0;
	padding: 6px 2px 4px 0;
	color: #250141;
	font-weight: lighter;
	font-size: .8em;
	line-height: 0.8em;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h3 {
	margin: 0px;
	color: #FFFFFF;
	font-size: .8em;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	font-weight: lighter;
	}
h4 {
	margin: 0;
	padding: 0px;
	color: #823837;
	font-weight: lighter;
	font-size: 90%;
	line-height: 1.5em;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	}
p {
	color: #333333;
	font-size: 75%;
	line-height: 1.5em;
	font-family: Tahoma, Arial, sans-serif;
	}

p a {
	text-decoration: none;
	color: #666666;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	}

p a:visited {
	text-decoration: none;
	color: #666666;
	}

p a:hover {
	text-decoration: none;
	color: #FF0000;
	background: no-repeat left bottom;
	}


p.sidebar {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.5em;
	}

div.scroll {
font-size: 10pt;
color: #333333;
width: 585px;
height: 275px;
overflow: auto;
	padding:3px;
 scrollbar-face-color: #472C1B;
scrollbar-track-color: #C39C7C;
}
 

/*****************************************************

Navigation: Text and anchors used in the navigation menu

*****************************************************/


.DynamicMenu a {
	color: #492B75;
	font-variant: normal;
	text-transform: lowercase;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	}

.DynamicMenu a:visited {
	text-decoration: none;
	color: #B8C985;
	text-transform: lowercase;
	}

.DynamicMenu a:hover {
	color: #9C3524;
	font-family: Tahoma, Arial, sans-serif;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
	}


h2 a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}

h2 a:visited {
	text-decoration: none;
	color: #BA3090;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #D9E1B0;
	font-weight: bolder;
	}

/*****************************************************

Other Miscelaneous
img style = making sure that if that image is a href link then it would not have a blue border on it.
.bordered = specifically border a table or images.
.copyright = just our standard copyright style.
*****************************************************/

img {border:'border-width=0';
}


.bordered {
	border: 0.1mm solid #666666;
}
.borderedwhite {
	border: 0.5mm solid #FFFFFF;
}

.copyright {
	color: #666666;
	font-size: 0.8em;
	margin-right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	}
