/* background styles */
.bg-header {
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bg-bluelines {
	background-image: url(images/blue_lines.gif);
	background-repeat: repeat;
}
.bg-graylines {
	background-image: url(images/h_bg_gray.gif);
	background-repeat: repeat;
}
.bg-dotline-h {
	background-image: url(images/bg_dotline.gif);
	background-repeat: repeat-x;
}
.bg-blue {
	background-color: #003399;
}
.bg-body {
	background-color: #FFFFFF;
}
.bg-black {
	background-color: #666666;
}
.bg-gray {
	background-color: #999999;
}
.bg-lt-gray {
	background-color: #EEEEEE;
}
.bg-nav {
	background-color: #D2CEAD;
}
.bg-white {
	background-color: #FFFFFF;
}

.bg-outline {
	background-color: #333333;
}
.bg-outline-main {
	background-color: #000000;
	padding-right: 1px;
	padding-left: 1px;	
}

.bg-projectsummary {
	background-color: #C2CDEB;
}

/* end background styles */

/* header styles */
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* end header styles */

/* menu styles: these styles are applied to menus and sub menus.  m="menu", m1="menu level 1", etc. */

.m1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
}
.m1-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #EEEEEE;
}

.m2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.m3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.function {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.leftnav {
	background-color: #B0AD91;
	padding-left: 12px;
}


/* end menu styles */


/*  <a>  styles: these styles are to apply to <a> tags only (usually in conjunction with   m1a="level 1 menu link style", m2a="level 2 menu link style" */

a:link { color: #003399; text-decoration:underline}
a:visited { color: #003399; text-decoration:underline}
a:active { color: #0066FF; text-decoration:underline}
a:hover { color: #0066FF; text-decoration:underline }

a.foota:link { color: #333333; text-decoration:underline}
a.foota:visited { color: #333333; text-decoration:underline }
a.foota:active { color: #333333; text-decoration:underline }
a.foota:hover { color: #000000; text-decoration:underline }

a.m1a:link { color: #000000; text-decoration:none }
a.m1a:visited { color: #000000; text-decoration:none }
a.m1a:active { color: #0066FF; text-decoration:none }
a.m1a:hover { color: #003399; text-decoration:none }

a.m2a:link { color: #FFFFCC; text-decoration:none }
a.m2a:visited { color: #FFFFCC; text-decoration:none }
a.m2a:active { color: #0066FF; text-decoration:none }
a.m2a:hover { color: #000000; text-decoration:none }

a.m3a:link { color: #FFFFCC; text-decoration:none }
a.m3a:visited { color: #FFFFCC; text-decoration:none }
a.m3a:active { color: #0066FF; text-decoration:none }
a.m3a:hover { color: #000000; text-decoration:none }

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

/* end <a> styles */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.artitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-align: left;
	margin-top: 20px;
}
.bodycell {
	background-color: #F2EFD6;	
}

ul {  /* style to align bullets properly */
	margin-left: 0px;
	padding-left: 20px;
	list-style-type:square;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.home-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 24px;
}
.home-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

}
/* 	 */
.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #ECE6B6;	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smalltext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bigtext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smalltext3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.underline { text-decoration:underline }




