body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
	text-align: center;
}
#header
{
	vertical-align: top;
	padding-bottom: 11px;
	padding-left: 18px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
	border-bottom: 1px solid #efefef;
}
.title
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #90200A;
}
.darktitle
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#main
{
	width: 780px;
	height: auto;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A52A2A;
}
h1, h2
{
    font-size: 14px;
	font-family:  Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
}
h3, h4
{
    font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color:  #000000;
	font-weight: bold;
	padding-left: 8px;
}
#menu
{
	width: 150px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}
#menu a:link, #menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	display: block;
}
#menu a:hover
{
	color: navy;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #bed9ed;
	text-shadow: black;
}
#topmenu
{
    text-align: right;
	padding-top: 1em;
	padding-right: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
#topmenu a:link, #topmenu a:visited
{
	color: #ffffff;
    text-decoration: none;
    background-color: #000000; 
	border: 1px solid #666666;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}
#topmenu a:hover
{
	color: #ffffff;
	background-color: #90200A; 
	border: 1px solid #90200A;
    text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}
#lefty
{
	margin: 8px;
	width: 150px;
	height: auto;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	float: left;
}
#lefty p
{
	width: 94%;
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
}
#block
{
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
}
#breadcrumb 
{
    text-align: right;
	color: #999999;
	padding-bottom: 11px;
}
#breadcrumb a:link, #breadcrumb a:visited
{
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:hover
{
	color: #aaaaaa;
	text-decoration: none;
}
a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
a:hover
{
	color: navy;
	text-decoration: none;
	background-color: #bed9ed;
}
#content
{
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	line-height: 145%;
	color: #000000;
}
#content h3, h4
{
	font-family: Verdana, Arial, sans-serif;
	color:  #000000;
	font-weight: bold;
        padding-left: 0px;
}
#footer
{
        text-align: center;
	padding: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	color: Black;
}
hr
{
	border:0;
	border-bottom: 1px solid #000080;
	height: 1px;
}
/*Start Supress List Item Attributes
li
{
	list-style-type: disc;
	line-height: 160%;
}
END Supress List Item Attributes */
/*Drop Down Menu*/
#lefty ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
#lefty ul li {
	position: relative;
	}
	
#lefty li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 10;
	}

/* Styles for Menu Items */
#lefty ul li a {
	display: block;
	text-decoration: none;
	color: #191970;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	font-weight: bold;
	}
	
#lefty ul li a:hover
{
	color: #b22222;
	text-decoration: none;
	background-color: #bed9ed;
	font-weight: bold;
}

/* Holly Hack. IE Requirement \*/
* html #lefty ul li { float: left; height: 1%; }
* html #lefty ul li a { height: 1%; }
/* End */

#lefty li:hover ul, #lefty li.over ul { display: block; } /* The magic */

