/* Site wide Body */
body {
	font: 12px/18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #250e03;
	margin: 0;
	background-color: #250e03;
}

.ParagraphHead {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

.ParagraphHead2 {
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}

.callOutText {
	font-size: 12px;
	line-height: 13px;
	color: #fff;
}

.smallText {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.callOutTextTitle {
	color: #000;
	font: 16px/18px "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

.italicBlue {
	font-weight: bold;
	font-style: italic;
	color: #003366;
}

.italicSmall {
	font-size: 10px;
	font-style: italic;
}

.boldGray {
	font-weight: bold;
	color: #333;
}

.boldBlack {
	font-weight: bold;
	color: #000;
}

.footer {
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	font-weight: normal;
}

.pageTitle {
	color: #003c79;
	font-weight: bold;
	font-size: 24px;
}

.subNav {
	color: #003c79;
	font-weight: bold;
}

.subNav2 {
	font-size:18px;
	color: #003c79;
	font-weight: bold;
}

.dashes {
	letter-spacing: 3px;
}

ul {
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(images/list.gif);
	padding: 2px 5px 2px 8px;
	margin: 5px 5px 10px 8px;
	/*float: left;*/
	background-position: left middle;
	color: #685a54;
	line-height: 20px;
}
    
/* images */
.imagespace {
	margin-top: 5px;
}
.imagespace2 {
	margin-top: 8px;
}

/* tables */
.tableHighlight {
	background-color: #c8d9df;
	border: 1px solid #fff;
	margin-top: 10px;
	width: 97%;
}

.tableBody {
	margin-top: 15px;
	margin-left: 15px;
}

.tdHighlight {
	padding: 15px;
}

.tdLeftSpace {
	padding-left: 10px;
}

.tdPageHeader {
	background: #8ab1d8 url(images/logo_header.jpg) no-repeat;
	padding-right: 24px;
	padding-top: 25px;
}

.mainTable1Top {
	background: url(images/background1_top.jpg) no-repeat;
}

.mainTable2Top {
	background: url(images/background2_top.jpg) no-repeat;
}

.vline {
	background-image: url(images/verticalline.gif); 
	background-repeat: repeat-y;
	background-position: center top;
}

/* Links */
a:link    { text-decoration: underline; font-weight: bold; color: #000;}
a:visited { text-decoration: underline; font-weight: bold; color: #000;}
a:hover   { text-decoration: none; font-weight: bold; color: #0e324d;}
a:active  { text-decoration: underline; font-weight: bold; color: #000;}

a.footer:link    { color: #fff; text-decoration: underline; }
a.footer:visited { color: #fff; text-decoration: underline; }
a.footer:hover   { color: #fff; text-decoration: none; }
a.footer:active  { color: #fff; text-decoration: underline; }

a.nav:link    { color : #333; text-decoration: none; font-weight: bold; 
text-transform: uppercase; letter-spacing: 0; font-size: 11px;}
a.nav:visited { color : #333; text-decoration: none; font-weight: bold;
text-transform: uppercase; letter-spacing: 0px; font-size: 11px;}
a.nav:hover   { color : #fff; text-decoration: none; font-weight: bold; 
text-transform: uppercase; letter-spacing: 0px; font-size: 11px;}
a.nav:active  { color : #333; text-decoration: none; font-weight: bold; 
text-transform: uppercase; letter-spacing: 0px; font-size: 11px;}

a.navWhite:link    { color : #fff; font-size: 10px;
	text-decoration: none;
}
a.navWhite:visited { color : #fff; font-size: 10px;
	text-decoration: none;
}
a.navWhite:hover   { color : #a2a294; text-decoration: underline; font-size: 10px;}
a.navWhite:active  { color : #fff; font-size: 10px;
	text-decoration: none;
}

a.nav3:link    { color : #000; text-decoration: underline; font-weight: bold; 
text-transform: uppercase; font-size: 10px;}
a.nav3:visited { color : #000; text-decoration: underline; font-weight: bold; 
text-transform: uppercase; font-size: 10px;}
a.nav3:hover   { color : #003366; text-decoration: none; font-weight: bold; 
text-transform: uppercase; font-size: 10px;}
a.nav3:active  { color : #000; text-decoration: underline; font-weight: bold; 
text-transform: uppercase; font-size: 10px;}

a.subnavLink:link    { color : #003c79; text-decoration: none; 
}
a.subnavLink:visited { color : #003c79; text-decoration: none; 
}
a.subnavLink:hover   { color : #666; text-decoration: underline; }
a.subnavLink:active  { color : #003c79; text-decoration: none;
}


