/**********************
* Overall Page Styles *
**********************/
body
{
	background: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

a, td, th
{
	font-family: Arial, Helvetica, sans-serif;
}

a:hover
{
	background: #005480;
	color: #ffffff;
}

h1
{
	color: #a28700;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}

h2
{
	color: #a28700;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

h3
{
	color: #a28700;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h5
{
	font-size: 0.90em;
}


.Important
{
	font-size: large;
	color: Red;
}

/******************************
* Main Navigation Menu Styles *
******************************/
#Header
{
	background-color:#666666;
	background-image: url(/images/header/header.jpg);
	background-repeat:no-repeat;
	height: 98px;
	width: 1024px;
}
#Header img
{
	border: none;
}
#LeftCol
{
	width: 209px;
	margin-right: 2px;
	background-image: url(/images/navigation/skyblue_filler.gif);
	height: 100%;
	vertical-align: top;
}
#LeftCol .nav
{
	height: 100%;
	background-image: url(/images/navigation/skyblue_left.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#LeftCol .title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 18px 15px 0 0;
	margin-bottom: 0px;
	text-align: right;
}
#LeftCol ol
{
	margin-top: 15px;
	margin-left: 11px;
	padding-left: 15px;
	line-height: 1.4em;
	list-style-type: none;
	list-style-image: url(/images/navigation/nav_icon.gif);
}

#LeftCol ol li
{
	margin: 5px 8px 0 0;
	padding: 0 0 3px 0;
}
#LeftCol ol ol
{
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: square;
}

#LeftCol ol ol li
{
	margin: 2px 0 0 0;
}

#LeftCol ol li a
{
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#LeftCol ol li a:hover
{
	color: #ccc;
}

#LeftCol ol ol li a
{
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#LeftCol ol ol li a:hover
{
	color: #ccc;
}
#LeftNavList
{
	margin-right: 10px;
	margin-left: 3px;
}
/**********************
* Content Area Sytles *
**********************/
#MainCol
{
	vertical-align: top;
}
.crumbs
{
	display: block;
	padding: 0px 0 2px 10px;
	color: #333;
	font-size: .8em;
	/*background: #B4AF7D;*/
	background-image: url(/images/backgrounds/crumb_bg.gif);
	width: 805px;
}
.crumbs a:link {
	color: #333333;
	text-decoration: underline;
}

.crumbs a:visited {
	color: #333333;
	text-decoration: underline;
}

.crumbs a:hover {
	color: #ffffff;
	text-decoration: none;
}

.crumbs a:active {
	color: #ffffff;
	text-decoration: none;
}

.crumbs a img
{
	border: none;
}
.content
{
	padding: 10px 0 15px 15px;
	min-width: 300px;
	max-width: 800px;
	width: expression(document.documentElement.clientWidth > 959 ?  "800px" : "auto" );
}

/*********************
* Page Footer Styles *
*********************/
#Footer    {
    /*background: #B4AF7D;*/
	background-image: url(/images/backgrounds/bg.gif);
    height: 30px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#Footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

#Footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

#Footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#Footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#Footer a img
{
	border: none;
}

/**********************
* Popup Window Styles *
**********************/

.popuptext
{
	background-color: #eee;
	border: thin #000000 solid;
	margin: 15px;
	padding: 5px;
	text-align: left;
}
.popuptext h1		{
	color:#000000;
	font-weight:bold;
	font-size:1.5em;
}
.popuptext h2		{
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}
.popupfooter		{ text-align: right;}
.popupfooter a		{ text-decoration:none;}
.popupfooter a:link	{ color: #0033cc;}
.popupfooter a:hover { background-color: #ffffff; color: #a28700;}
.popupfooter a img	{ border: none;}

