@charset "utf-8";
/* CSS Document */
/* Enterprise Washington type styles
Pantone	Hex
2736		#4930AD  purple
 377		#709302	green
 */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background-color:#666699;
}

#content_main {
	font-family: Arial,sans-serif;
	font-size:12px;

}
.raised-cap {
	font-size:larger;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-size: 120%;
 color: #4930AD;
}

h2{
 font-size: 114%;
 color: #4930AD;
}

h3{
 font-size: 110%;
 color: #4930AD;
}

/*********** #content_sub link styles ***********/
/* #content_sub{
	position:relative;
	font-size:80%;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content_sub ul a:link {display: block;}
#content_sub ul a:visited {display: block;}

#content_sub ul {list-style: none; margin: 0; padding: 10px 0px 2px 10px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#content_sub li {border-bottom: 1px solid #ccc;}

/* fix for browsers that don't need the hack 
html>body #content_sub li {border-bottom: none;}
*/
/*********** #sectionlinks styles ***********/

#sectionlinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top:30px;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}

#sectionlinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionlinks a {
	padding: 0px 0px 5px 10px;
	border-top: 1px solid #cccccc;
}

#sectionlinks a:hover{
	background-color: #dddddd;
}

.hilite_red{
color:#FF0000;
}
.hilite_green {
color:#00CC00;
}


