@charset "UTF-8";
/* CSS Document */

/* global */

body {
	line-height:normal;
/*	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


p { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a {
	color: #133e7e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #B21312;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	padding: 0px;
	line-height: 0.7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h3 {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #14285d;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h4 {
	background-color: #e1e1e1;
	padding: 10px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	color: #4f6629;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin:0;
	padding:0;
}

h6 {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.dk-blu {color: #262480;}

.gray-bx {background-color: #e1e1e1;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #949494;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

/* content */

.col-txt { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

.key-cont { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-left:40px;
	margin-right:40px;
	color: #262480;
}

.columns1-3 { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 	
	font-size: 12px;
    margin-left:8px;
	margin-right:8px;
}

.columns1-3 ul {
	list-style-image: url(../images/icons/content_bullet.png);
	font-size: 13px;
}

.columns4 { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 	
	font-size: 12px;
    margin-left:8px;
	margin-right:8px;
}

.columns4 ul {
	list-style-image: url(../images/icons/content_bullet.png);
	font-size: 13px;
	font-weight:bold;
}

.main-cont { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:10px;
	margin-right:10px;
	color: #333333;
}

.key-hdr-gradient {
	background-image: url(../images/brg-key-grd-hdr-gry.gif);
	background-repeat: no-repeat;
}

.affil_gradient {
	background-image: url(../images/affil_gradient_hdr_grn.jpg);
	background-repeat: no-repeat;
}

.hdr-title-gradient {
	background-image: url(../images/hdr-title-gradient.jpg);
	background-repeat: no-repeat;
}

.bar {
	color: #354716;
	font-weight: bold;
	border-bottom: 5px solid #d9e7c2;
}

.tr1 {
	background-color: #FFFFFF;
}
.tr2 {
	background-color: #eeeeee;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* sections */


/* footer */

#copyright {
	background-color: #0f3264;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px;
	text-align: center;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
