BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: #808080;
COLOR: #D09867;
font-family: Arial, sans-serif;
} 

A:link {
	background: none;
	color: #fcd2bc;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: small;
}
A:visited {background: none; color: #fcd2bc; text-decoration: none;}
A:hover {background: none; color: #fcd2bc; text-decoration: underline;}
/* A:active { background: none; color: #fcd2bc; text-decoration: underline;} */

/* different color for links that i want to "standout" */
a.standout {
	color: #33FF00;
}

A.standout:link {background: none; color: #33FF00; text-decoration: none;}
A.standout:visited {background: none; color: #33FF00; text-decoration: none;}
A.standout:hover {background: none; color: #33FF00; text-decoration: underline;}

.standout {
	color: #33FF00;
}

a.standout2 {
	color: #FF6600;
}
.Global {
BACKGROUND: #BA773C;
COLOR: inherit;
WIDTH: 760px;
HEIGHT: 100%;
}

.Global TD {
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
PADDING: 0px;
}

.NavBar {
WIDTH: 100%;
}

.NavBar TD {
	COLOR: inherit;
	FONT: bold 12px arial,sans-serif;
	BORDER: 0px;
	VERTICAL-ALIGN: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/blue-lined-box.jpg);
	background-repeat: repeat;
}

.NavBarMenu TD {
BACKGROUND: none;
COLOR: inherit;
FONT: bold 12px arial,sans-serif;
PADDING: 0px 0px 0px 10px;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD A:link {background: none; color: #fcd2bc; text-decoration: none; cursor: pointer;}
.NavBarMenu TD A:visited {background: none; color: #fcd2bc; text-decoration: none; cursor: pointer;}
.NavBarMenu TD A:hover {background: none; color: #fcd2bc; text-decoration: overline; cursor: pointer;}
.NavBarMenu TD A:active { background: none; color: #fcd2bc; background: none; cursor: pointer;}


.Left {
BACKGROUND: #15212B;
COLOR: inherit;
}

.Content {
BACKGROUND: #15212B;
COLOR: inherit;
TEXT-ALIGN: justify;
}

.BoxStyle {
MARGIN-TOP: 20px;
}

.BoxStyle TD {
BACKGROUND: #384e72;
COLOR: #c0c0c0;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.HeadingStyle {
BACKGROUND: none;
COLOR: inherit;
FONT: bold 20px arial,sans-serif;
}

P {
FONT: 13px arial,sans-serif;
}

.HomePageStyle {
FONT: 12px arial,sans-serif;
}

.NewsStyle {
	FONT: 12px arial,sans-serif;
	border: thin;
}


.ULStyle {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 20px;
}

.SmallFont {
FONT: 13px arial,sans-serif;
}

.MedFontBold {
FONT: bold 15px arial,sans-serif;
}

.SmallFont TD {
FONT: 13px arial,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px arial,sans-serif;
}

.Footer {
BACKGROUND: url("images/blueline-bg27.gif") repeat-x #BA773C;
COLOR: #000000;
FONT: 12px arial,sans-serif;
HEIGHT: 27px;
TEXT-ALIGN: center;
}

.Footer A:link {background: none; color: #000000; text-decoration: none; cursor: pointer;}
.Footer A:visited {background: none; color: #000000; text-decoration: none; cursor: pointer;}
.Footer A:hover {background: none; color: #000000; text-decoration: underline; cursor: pointer;}
.Footer A:active { background: none; color: #000000; background: none; cursor: pointer;}

.siteText {
font-family: Arial, sans-serif;
font-size: 13px;
}