/* CSS Document */

/*--------------------Titles Styles------------------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #213008;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;

		}
		
h2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #213008;
	text-transform:uppercase;
	margin-top: 2px;

}	

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #213008;
	margin-top: 2px;

}
	
		
/*--------------------Link Styles------------------- */

a:visited {
	color: #A1A44C;
	text-decoration: none;
}

a:active {
	color: #787D0B;
	text-decoration: none;
	}
	
a:link {
	text-decoration: none;
	color: #787D0B;
}
a:hover {
	text-decoration: underline;
}

.bodylinks {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 40px 5px 5px 40px;
	line-height: 18px;
	color: #666666;
	text-align: left;
}

/*--------------------Text Styles------------------- */

.bodytext {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, Geneva, Verdana,  sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.homepagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #999999;
}


.descriptive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #545454;
}


.footer {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;	
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}



.emphasis {

	padding: 12px;
	background-color: #f3f1ef;
	border: 1px solid #CBC6BE;
	}
	
	
.sl {
	background-image:  url(images/sl.gif);
}

.sl2 {
	background-image:  url(images/sl2.gif);
}

td.padding1 { padding: .5cm; } 
td.padding2 { padding: .2cm; } 




/*--------------------Main Menu------------------ */

#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 6px;
margin-right: 0px;
border: 1px solid #778;
color: #333333;
background: #F2F7EC;
}


#maintab li a:hover{
color: #333333;
background: #DCE6E5;
}

#maintab li.selected a{ /*selected main tab style */
background-color: #F2F7EC;
border-color: #778;
}

#tabcontent{ /*2nd level content wrapper*/
border: 1px solid #778;
background-color: #F2F7EC;
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 1px solid #778;
color: 333333;
padding: 2px 5px;
display: block;
font: 9px Verdana;
float: left;
text-decoration: none;
}


#tabcontent ul li a:hover{
background-color: #DCE6E5;
color: 333333;
}

.clearfix:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.border {
    width:700px;
    margin:2px;
    border-top:1px solid #B5CCD7
 }
	

