﻿/*
-----------------------------------------------------------
Beezwax Style Guide
-----------------------------------------------------------
*/



/* GENERIC STYLES */

a img {border:0px;}


abbr, acronym {border-bottom: 1px dashed #404040; cursor: help;}
strong, b { font-weight:bold;}
em, i { font-style:italic;}

code, pre {
 font: normal 1em "Courier New", Courier, mono;
 color: #000;
 background: white;
 text-decoration: none;
 text-align: left;
}

/* HEADER STYLES */

.header-nav1 {
	font-family: trebuchet ms;
	color:  #042740;
	font-size: 14px;
}

.header-nav2 {
	font-family: trebuchet ms;
	color: #03222c;
	font-size: 12px;

}

.breadcrumbs  {
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;

}

.search {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #042740;
	
}

/* CONTENT AREA */

.td-content {
	background: #FFFFFF;
	
}

.main-content {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;

}
h2 {
font-family: trebuchet ms;
 color: #2a5676;
 font-size: 30px;
 font-weight: bold;
 list-style: none;
 margin: 0 0 0 6px;
}

h3 {
 font-family: trebuchet ms;
 color: #9B81B4;
 font-size: 14px;
 font-weight: bold;
 list-style: none;
 margin: 0 0 0 6px;
}


#footer {
 height: 94px;
 width: 750px;
}

.footertext a { color: #042740; text-decoration:none;}
.footertext a:visited { color: #042740; text-decoration:none;}
.footertext a:active { color: #8b568e; text-decoration:none;}
.footertext  a:hover {color: #fff; text-decoration: underline;}

.footertext {
 font-size: 8pt; 
 font-family: trebuchet MS;
 color: #042740; 
}

/* BOXES */

.box-header {
 	font-family: trebuchet ms;
 	color: #ffffff;
 	font-size: 14px;
 	
 }
 
 .box-content {
 	font-family: trebuchet ms;
 	color: #000000;
 	font-size: 12px;
 
 }


