@charset "utf-8";
/* CSS Document */
a img {border: none;
}
img {border:none;}
a:link {
	color: #09C;
	text-decoration: underline;}
a:visited {
	color: #006;
	text-decoration:none;
}
a:hover, a:active, a:focus { text-decoration: none;
}

.bodyblock {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #039;
	text-align: left;
	vertical-align: top;
	text-indent: 1em;
	white-space: normal;
}
ul.bodyblock{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #039;
	text-align: left;
	vertical-align: top;
	text-indent: 1em;
	white-space: normal;
	font-weight: bolder;
}
ol.bodyblock{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #039;
	text-align: left;
	vertical-align: top;
	text-indent: 1em;
	white-space: normal;
	font-weight: bolder;
}
.bodyflush {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #039;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
.centerbody {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #039;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.centerh1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #BF0B39;
}
.redh2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #BF0B39;
}
.sidebar {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: left;
	vertical-align: top;
	text-indent: 1em;
	white-space: normal;
}
.style1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #000;}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0794E4;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #039;
	line-height: 16px;
}

.textlinksbc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#FFF;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-decoration: none;
}
.textlinksbc a:link {
	color:#FC9;
	text-decoration: none;
}
.textlinksbc a:visited {
	color: #999;
	text-decoration:none;
}
.textlinksbc a:hover, .textlinksbc a:active,.textlinksbc a:focus {
	color:#09F;
	text-decoration: underline;
}

.introtxtDKBLue {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}
.introtxtDKBLuesm {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039;
}
.bodyblocklink {
	font-size: 13px;
	line-height: 15px;
	color: #06F;
	text-align: left;
	vertical-align: top;
	}
.bodyblocklink a:link {
	color:#06F;
	text-decoration: underline;
}
.bodyblocklink a:visited {
	color: #09C;
	text-decoration:none;
}
.bodyblocklink a:hover, .bodyblocklink a:active,.bodyblocklink a:focus {
	color:#06F;
	text-decoration: underline;
}
hr{color: #039;}
ul, ol, dl { 
	padding: 0;
	margin: 0;}

ul.menu {
	display:block;list-style: none; 
	border-top: 1px solid #666;
	line-height: 36px; 
float:left;color: #FFF;}
ul.menu li {
	border-bottom: 3px solid #42413C; /* this creates the button separation */
float:left; height: 37px;color: #FFF;}
ul.menu a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 2px 15px 2px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	/*  width: 160px;  this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	height: 37px;
	color: #FFF;
	background-color: #369;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #369;
	height: 37px;
	background-color: #CFC6B3;
}
