/* CSS Document */

html {
	overflow-y: scroll;
}

body {
    background-color:#EFECDC;
}

table.container {
    margin:5px 5px 5px 5px;
    width:779px;
    background-color:white;
}

table.navigation  {
    float: right;
    width: 50%;
}

td.navigation {
	background: url(../images/nav_background.gif) no-repeat left top;
}

td.left_column {
    width:16px;
    vertical-align:top;
    background-image:url(../images/left_border_spacer.gif);
}

td.right_column {
    width:13px;
    vertical-align:top;
    background-image:url(../images/right_border_spacer.gif);
}
/**/ 

.content_area {
    background: url(../images/content_background.jpg)  no-repeat left bottom;
}

td.blue_box {
	background-image:url(../images/blue_background.jpg);
	vertical-align:top;
}

td.main_page_pic {
    background-image:url(../images/main_image_with_caption.jpg);
    vertical-align:top;
}

div.blue_box_header  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB522D;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 10px 15px 10px 10px;
}

div.blue_box_body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	margin: 10px 18px 10px 10px;
}

div.header_home  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB522D;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin: 20px 20px 10px 14px;
}

div.header_small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AB522D;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin: 20px 20px 10px 14px;
}

div.background_image  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 20px 10px 14px;
	z-index: 0;
}

div.body_home  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 20px 10px 14px;
	z-index: 1;
}

div.body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 100px 10px 14px;
}

div.bodytext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

div.body_large  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
}

div.body_home a {
    text-decoration:none;
    color: #AB522D; 
}

div.body_home a:hover {
    text-decoration:underline;
    color: #AB522D; 
}

div.body_home_title_large  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 20px 0px 14px;
}

div.body_home_title  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 20px 0px 14px;
}

div.body_home_title_partner  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 20px 0px 14px;
}

td.footer {
    background-color:#EFECDC;
}

div.copyright  {
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AB522D;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin: 5px 15px 10px 16px;
	text-align:left;
}

div.footer_nav  {
    float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AB522D;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin: 5px 13px 10px 5px;
}

div.footer_nav a  {
    text-decoration:none;
    color: #AB522D;  
}

div.footer_nav a:hover  {
    text-decoration:underline;
    color: #AB522D;  
}

td.left_nav_header  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #AB522D;
    padding: 15px 5px 10px 13px;
    background: url(../images/left_nav_background.jpg)  no-repeat left top;
    
}

td.left_nav  {
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #9F8F68;
    padding: 5px 7px 5px 13px;
	
}

td.left_nav_small  {
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #9F8F68;
    padding: 5px 7px 5px 13px;
	
}

td.left_nav_active  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #AB522D;
    padding: 5px 7px 5px 13px;
	
}

td.left_nav a {
	color: #9F8F68;
    text-decoration: none;
	
}

td.left_nav a:hover {
	color: #9F8F68;
    text-decoration: underline;
	
}

td.left_nav a:active {
	color: #AB522D;
    text-decoration: none;
	
}

img.logo {
    float:left;
	margin: 0px 10px 0px 10px;
}

div.sub_separator {
	clear: both;
    /*	float: left;
     width: 100%;*/
	padding: 0px;
	margin: 0px 15px 10px 15px;
	border-bottom: solid 1px #9F8F68;
	
}

a.body_link  {
    text-decoration:none;
    color: #AB522D;  
}

a.body_link:hover  {
    text-decoration:underline;
    color: #AB522D;  
}

a.ticker_link  {
    font-family:Arial, Helvetica;
    text-decoration:none;
    color: #AB522D;
    font-size:11px;
}

a.ticker_link:hover  {
    font-family:Arial, Helvetica;
    text-decoration:underline;
    color: #AB522D;
    font-size:11px;
}

a.ticker_title	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AB522D;
	font-style: normal;
    margin: 0px 0px 0px 14px;
	line-height: 11px;
	font-weight: normal;
	text-decoration:none;
}

a.ticker_title:hover  {
    text-decoration:underline;
    color: #AB522D;  
}

