/* CSS Document */


A {
    color: #cccccc;
    text-decoration:none;
}

A:hover { color: #334249; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #757575; /* this is color of table under menu bar */
	margin-left: 0px;
	margin-top: 0px;
}

.MainTable {
	background-color: #cccccc;
	border-spacing: 0;
	padding: 0;
}

.TopTable {
	border-spacing: 0px;
	padding: 0px;
	background-color: #988F86; /* background color of top navigation bar */
	border-color: #626262; /* vertical bar color in top navigation bar*/
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-collapse: collapse;
}

td.TopTable {
	padding: 0px;
	border-left-style: solid;
	border-bottom-style: none;
	
	border-width: 0px 1px 0px 0px;
	border-collapse: collapse;
}

/* All MenuText applies to top navigation bar */
.MenuText {
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 10px;
	width: 104px;
	vertical-align: bottom;
	position:relative; 
	text-transform: uppercase;
}

.MenuSeparator {
	border-spacing: 0;
	padding: 0;
	width: 1px;
	height: 130px;
	background-color: #626262;
}

.MenuEdges {
	border-spacing: 0;
	padding: 0;
	width: 20px;
	height: 130px;
}

.MenuTextHighlight {
	color: #334249;
}

/* Function below is style of body text */
.DescriptiveText {
	font-size: 12px;
	color: #333333;
	margin: 10px;
}

/* DescriptiveTextList is style of menu */
.DescriptiveTextList {
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
}

/* Function below is used to keep menu list flush left with body text above */
ul.DescriptiveTextList
{
	padding-left: 10px;
	list-style-position: inside;
	margin-left: 0;
}

li.DescriptiveTextList {
	margin: 5px 0px 5px 0px;
	text-align: left;
}

.DescriptiveTextList a {
    color: #333333;
    text-decoration:none;
}

.DescriptiveTextList a:hover {
    color: #856805;
    text-decoration:none;
}

.DescriptiveTextListHighlight {
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}

li.DescriptiveTextListHighlight {
	margin: 5px 0px 5px 0px;
	text-align: left;
}


.MenuHome {
	font-size: 12px;
	font-weight: bold;
	color: #334249;
	text-transform: uppercase;
}

.MenuHome a {
    color: #334249;
    text-decoration:none;
}

.MenuHome a:hover {
    color: #856805;
    text-decoration:none;
}

/* Large text on home page */
.IntroTextBig {
	font-size: 36pt;
	color: #ccc9bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	vertical-align: middle;
}

/* Smaller text on home page */
.IntroTextSmall {
	font-size: 16pt;
	color: #ccc9bf;
	margin-left: 10px;
}

.CopyrightText {
	font-size: 9px;
	color: #334249;
	text-align: center;
}
