﻿html, body 
{
    height: 100%;

}

body
{
    font: Verdana, Arial, Helvetica, sans-serif;
    background: #E6E6E6 url(images/page_bg.png) repeat-y center top;
}

#hd{
  	background: url(images/banner3.png) no-repeat right top;
	height: 90px;
	
}



#hd h1 
{
    font-family: serif;
    text-transform: uppercase;
    font-size: 2.5em;
    color: #FFFFFF;
    padding-top:30px;
    padding-left:80px;
    letter-spacing: 3px;
    word-spacing: 4px;
}

#hd h2
{
    font-family: 'Arial Narrow';
    font-size: 1em;
    color: #FD9731;
    font-style: italic;
    text-align: right;
    
}

#ft
{
    padding-top:5px;
    font-size: 77%;
    text-align: center;
    
    border-top: 1px dashed #999999;
	font-weight: bold;
	color: #666666;
	background-color: #CF6;
    height: 62px;
}



#bd h1 
{	
    color: #152D6A;
	border-bottom: 2px solid #B2F511;
	font: normal 197% Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin-bottom: 16px;
	margin-left:5px;
}

#bd h2
{
    background: url(images/h2background.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 122% Georgia, "Times New Roman", Times, serif;
	color: #152D6A;
	margin-bottom: 14px;
	margin-left:10px;
}

#bd h3
{
    background-color: #CF6;
    margin-right: 120px;
    padding-top: 2px;
    padding-left: 10px;
	font: bold 100% "Arial Narrow";
	margin-bottom: 14px;
	margin-left:10px;
    
}

#bd p 
{
    font-family:'Lucida Grande',Arial,sans-serif;
    margin-bottom: 16px;
    margin-right: 40px;
    margin-left: 10px;
}

 ul,ol 
 { 
    margin-bottom: 16px; 
  }
  
 ol
 {
    list-style-type:decimal;
    margin-left: 4em;
    margin-right: 4em;
 }
  
 ul 
 {
    list-style-type: square;
    margin-left: 4em;
    margin-right: 4em;
  }

ul li 
{
     font-family:'Lucida Grande',Arial,sans-serif;
     font-size:100%;
     padding-bottom: 4px;
}


ol li 
{
     font-family:'Lucida Grande',Arial,sans-serif;
}

.cite 
{
    font-family:'Lucida Grande',Arial,sans-serif;
    font-size:77%;
    color:  #ff9933;
    font-style: italic;
    font-weight: bold;
}
   
.recipients
{
    display:block;
    margin-left: 20px;
    margin-right: 120px;
    padding-top: 2px;
    padding-left: 10px;
	font: 100% "Arial Narrow";
	
}   
   
.emphasize
{
    color: #B2F511;
    font-weight: bold;
    font-style: italic;
}

.emphasize2
{
    color: #06E;
    font-style: italic;
    font-size: 92%;
}

.floatright_padtop 
{
    float:right; 
    margin-left:13px; 
    padding-top:13px;
}

.floatright_padbottom
{
    float:right; 
    margin-left:13px; 
    padding-bottom:13px;
}

.floatleft_padtop
{
    float:left; 
    margin-right:13px; 
    padding-top:13px;
}

.floatleft_padbottom
{
    float:left; 
    margin-right:13px; 
    padding-bottom:13px;
}


a 
{
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;

}

a:hover 
{
    color:#FFF;
    background: #06E;
    
}


#support a
{
    display:block;
    width:70px;
    height:92px;
    background: url(images/supportus2.jpg) no-repeat left top;
    position:relative;
    left:30px;
    top:5px;
    text-decoration: none;
    border-bottom:none;
}

#support a:hover
{
    background-position: 0 -96px;
    text-decoration: none;
    border-bottom: none;
}



#bd #whatsnew
{
    
   	background: #FFFFFF url(images/column_bg.png) repeat-y right top;
    width: 159px;
    height:605px;
    margin-left: 36px;
    border-left: solid 1px #666666;
    
    
    
}


#bd #whatsnew h1 
{
   	background: #B2F511 url(images/bg_newshead.png) no-repeat;
	color: #333333;
	font-size: 197%;
	text-transform: uppercase;
	padding-left:6px;
	height:32px;
	margin: 0px;
	padding-right:0px;
	padding-top: 0px;
	
    
}

#bd #whatsnew h2
{
    background: url(images/news_column.png) repeat-y;
	font: 100% Arial;
	font-weight: bold;
	padding-left:5px;
	padding-top: 16px;
	display: block;
	color: #FFCC00;
	border-bottom: 1px dashed #AAEB11;
    padding: 0px;
	margin: 0px;
   
}

#bd #whatsnew p
{
    background: url(images/news_column.png) repeat-y;
	color: #FFFFFF;
	font: 100% "Arial Narrow" ;
	margin:0px;
	padding-bottom: 16px;
	padding-right: 0px;
	padding-left: 11px;
	line-height: 16px;

	}

#bd #whatsnew a
{
    color: White;
    text-decoration: underline;
    border-bottom: none;

}

#bd #whatsnew a:hover
{
        color:#152D6A;
        background-color: #ff9933;
        border-bottom: none;
}

table
{
    width: 98%;
    font-family: Arial, Sans-Serif;
    border-collapse: collapse;
    margin-bottom: 26px;
    
}

caption 
{
    text-align: right;
    font-size: 77%;
}

td, th 
{
    padding: 3px 5px 2px 5px;
    font-size: 92%;
    border: 1px solid #73afb7;
}

tr
{
    height: 39px;
}
    

th 
{
    background: url(images/th_bg.png) no-repeat left top;
    color: #FFF;
    text-align: left;
    vertical-align:top;
    border-color: #14556b;
    font-size: 122%;
}

tr.alt td 
{
    background: url(images/td_bg.png) no-repeat left top;
}

