/*base font settings*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	}
		
/*typography*/
a {
	color: #003399;
	}

a:visited {
	color: #003399;
	}

a:active {
	text-decoration: none;
	color: #003399;
	}
	
a:hover {
	text-decoration: none;
	color: #003399;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:normal;
	color: #0C1627;
	margin: .2em 0em -.2em 0em;
	/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
h2 {
	font-size: 1.1em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	color: #000000
	}
h3 {
	font-size: 1em;
	margin: 0 0em -1.2em 0em;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
	
hr {
	/*background: url(/images/line.gif) 15px repeat-x;
	background:none;
	height: 15px;
	border: 0;*/
	display:none;
	}
	
p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	color: #000;
	}
	
.alert {
	color: #CC0000;
	font-weight: bold;
}

#site_information {
	font-size: 0.9em;
	color: #325698
}

#site_information a, #site_information a:visited {
color: #325698
}


/*Home page styles
______________________________ */

.home h1 {
color: #fff;
font-size: 1.6em;
}

.home #split_col2 ul{
color: #fff;
list-style:none;
list-style-type:none;
margin-top: 10px;
}

.home #split_col2 ul a, .home #split_col2 ul a:visited {
color: #fff;
}
