/* CSS Document */

/*--------------------Titles Styles------------------- */

h1 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	color: #787D0B;
	text-transform:uppercase;
	margin-bottom: 5px;

		}
		
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	color: #787D0B;
	letter-spacing: 1px;
	margin-bottom: 5px;

		}
		
		
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #432700;
	text-transform:uppercase;
	margin-bottom: 5px;

		}



		
/*--------------------Link Styles------------------- */

a:visited {
	color: #A1A44C;
	text-decoration: underline;
}

a:active {
	color: #787D0B;
	text-decoration: underline;
	}
	
a:link {
	text-decoration: underline;
	color: #787D0B;
}
a:hover {
	text-decoration: none;
}



/*--------------------Text Styles------------------- */

.bodytext {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #432700;
}


.homepagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #432700;
}


.descriptive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;

}


.footer {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;	
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	text-align: left;
}



.emphasis {

	padding: 12px;
	background-color: #f3f1ef;
	border: 1px solid #CBC6BE;
	}


td.padding1 { padding: .5cm; } 
td.padding2 { padding: .2cm; } 	
	
.sl {
	background-image:  url(images/sl.gif);
}	
	
	
	
	

/*Menu/ */

.wireframemenu{
border: 0px dotted #000000;
background-color: D3D4AA;
border-bottom-width: 0;
width: 140px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 11px Verdana;
text-transform: uppercase;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
border-bottom: 1px dotted #000000;
}

.wireframemenu a:visited{
color: #FFFFFF;
text-decoration: none;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #432700;
color: #FFFFFF;
}


