@charset "utf-8";

@import url("menu.css");
/* CSS Document */




article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	vertical-align: top;
	background-color: #5e533e;
	margin: 0px;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
}
img {
	vertical-align:bottom;
}

a img { border:none; }
a:link       { color: rgb(0, 0, 128) }
a:active     { color: rgb(0, 0, 128) }
a:visited    { color: rgb(0, 0, 128) }

a:active     { text-decoration: none }
a:hover      { color: #cc9900 }
a:link       { text-decoration: none }
a:visited    { text-decoration: none }

a.white     { color: white; text-decoration: none; }
a:hover.white { text-decoration: underline; }


/* Header
-----------------------------------------------------------------------------*/
.header {
	margin-top:10px;
	height: 154px;
}

.header-inside {
	margin-top:10px;
	height: 98px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	background:#f7f5e9;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}

.navContainer{
/*	padding-top:8px;
	color:#fff;  */
	width:800px;
	text-align:center;
	margin:0 auto;
}
.container {
	width: 650px;
	float: left;
	overflow: hidden;
}

.container-wide {
	width: 98%;
	overflow: hidden;
	margin: 0 auto;
}

.content {
	padding: 10px 10px 10px 10px;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	width: 350px;
	margin-left: -350px;
	position: relative;
	background: #f7f5e9;
	float:right;
}


/* Footer
-----------------------------------------------------------------------------*/
/*.footer {
	background:#e8eff5;
	text-align:center;
}*/

.footer { background: #5e533e; text-align: left; color: #877c6a; padding: 13px 0 20px 0px; line-height: 1.5em;}
.footer-right { width: 350px; float:right; text-align: right; color: #fff; padding: 0 10px 0 0; line-height: 1.5em; }

.footerContainer{
	padding-top:8px;
	width:800px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}

.footerLinks{
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 8px;
}

a.footerLinks{
	color:#ccc; 
	text-align:center;
}
a.footerLinks:visited{ color:#ccc; }
a.footerLinks:active{ color:#ccc; }
a.footerLinks:hover{ color:#fff; }


/* Additional CSS styles  
------------------------------------------------------------*/
.highlight { background: #FFFF40; }
.crumb {
		font-family: Verdana;
        font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		}
		
		hr {color:#CCCCCC;}
		
img.story   { margin: 0 0 5px 8px; float: right; border: 1px #dbd6c9 solid; padding: 4px; background: #fff; }
img.storyLeft   { margin: 0  8px 5px 0; float: left; border: 1px #dbd6c9 solid; padding: 4px; background: #fff; }
		

.style1 {font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight:bold;
		}
.style2 {font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		font-weight:bold;
		}
.style3 {
	font-family: Verdana;
	font-size: 8pt;
}
.style4 {font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	}
.style5 {font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;		
	font-size:10pt;
	font-weight:bold;
	}
.style6 {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

.style7 {
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
}
.style9 {color: #006699}
.style13 {color: #CCCCCC}
.style14 {color: #FF6600}

.style18 {
	font-size: 11px;
	color: #CCCCCC;
}

.styleArial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
.styleArialBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	}
.styleNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	}

.form {
		margin: 0px;		
		font-size:8pt;
		}
		
.clsAlertsTable
{
	border-style: solid;
	border-width: 0pt;
	border-color: #000000;
	width: 100%;
}
.clsLink
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}
.clsStory
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}


.captions {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; color: #003366; padding: 4px;
}

.listheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #5E533E;
	border: 4px;
}
	
.alert   { width: 934px; margin: 0 10px 15px 10px; border: 1px #fff solid; background: #d70f1b; padding: 7px; font-weight: bold; color: #fff; }

.redness {color:#FF0000;}

.greenness {color:#315b24;}

.grayness {color:#666666;}










