/* Global Styles */
BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: left;
	background-image: url(images/Menu_bg.jpg);
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	width: 165;
	visibility: visible;
}
.Bar
{
	FLOAT: left;
	WIDTH: 165px;
	CURSOR: hand;
	TEXT-INDENT: 20px;
	POSITION: relative;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	border: 0px outset #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	background-image: url(../images/Menu_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 165px;
    LINE-HEIGHT: normal;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue
	
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 165px;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: lightblue 1px solid
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 165px;
	CURSOR: hand;
	COLOR: #0000FF;
	LINE-HEIGHT: 20px;
	font-size: 12px;
	font-weight: normal;
	BORDER-BOTTOM: buttonhighlight thin outset;
	BACKGROUND-COLOR: highlight;
	text-decoration: none;
	background-image: url(../images/Menu_bg_MouseOver.jpg);
	font-family: Verdana;
}
.ItemMouseOut
{
    WIDTH: 165px;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: #501F3C 0px ridge;
    BORDER-TOP: #501F3C 0px ridge;
    FLOAT: left;
    BORDER-LEFT: #501F3C 0px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #501F3C 0px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: lightblue;
    TEXT-ALIGN: center
	
}


body {
	margin:0px;
	}
	
td {
	color:#666666;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	}
	
a {
	color: #666666;
	text-decoration: none;
	}
	
a:hover {
	color: blue;
	text-decoration: underline;
	}

/* ID Styles */

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
#navigation a {
	color: #666666;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	}
	
#navigation a:hover {
	color:#0000FF;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Verdana;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Verdana;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: Verdana;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Verdana;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Verdana;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
