/* ****************  Content Layout  ************************** */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002039;
}
body {
	background: white url(Images/bg_blue_horiz.jpg) repeat scroll center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-repeat: repeat;
}

.headline {
	font-size: 24px;
	font-weight: bold;
}
.header_24 {
	font-size: 24px;
	font-weight: bold;
}

.header_24white {
	font-size: 48px;
	font-weight: normal;
	color:#FFF;
}
.subheader_18 {
	font-size: 16px;
	text-align: left;
}
.subheader_bold {
	font-weight: bold;
	color: #066ca3;
}
.header_green {
	color: #a3cb29;
		font-weight: bold;
	font-size: 15px;
}
.header_newblue {
	color: #00a2e4;
		font-weight: bold;
	font-size: 15px;
}

.header_orange {
	color: #fdb108;
		font-weight: bold;
	font-size: 15px;
}
.header_blue {
	color: #00a2e4;
}
.header_navy {
	color: #066ca3;
}
.bg_grey {
	color: #999;
}
.subtitle_italic {
	font-style: italic;
}

.blacklink:visited, .blacklink:link {
    font-size: 11px;
    text-decoration: underline;
    color: #333333;
}

.blacklink:hover, .blacklink:active {
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}

.topmenulink:visited, .topmenulink:link {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

.topmenulink:hover, .topmenulink:active {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #1d80ce;
}

a:visited, a:link {
    text-decoration: none;
    color: #066ca3;
}

a:hover, a:active {
    text-decoration: underline;
    color: #4d6375;
}

.alink_green:visited, .alink_green:link {
    text-decoration: none;
    color: #81a809;
}

.alink_green:hover, .alink_green:active {
    text-decoration: underline;
    color: #4d6375;
}

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
/* Labels */
.label {
	border-left-style: solid;
	border-left-width: 4px;
	margin-bottom: 0.2em;
	padding-left: 10px;
}

.label-blue {border-left-color: #00a2e4;}
.label-green {
	border-left-color: #a2c922;
}
.label-orange {border-left-color: #fdb108;}
.label-purple {border-left-color: #916dfc;}

.quiet, .quiet a {color: #666;}


.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {
	font-size: 1.15em;
	color: #666;
}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.marquee {position:relative;
     overflow:hidden;
     width:750px;
     height:60px;
     border: 0px;
     }
