	body	{ 	font-family:  arial, sans-serif, times new roman, serif;		
			}
	.topnav {	text-decoration:none;
				color:e9e9e9;
				text-transform: uppercase;
				margin-right:22px;
			}
	.topnav_active {	text-decoration:none;
				color:#004080;
				text-transform: uppercase;
				margin-right:22px;
				font-weight:bold;
				background-color:#c0c0c0;
				padding: 10px;
			}			
			
	#topnavpadding	{ 
				padding:5px;
				}
	#columnpadding 	{ 
				padding:15px;
				}
	#grayline { 
				background-color: e9e9e9 ;
				width: 400px;
				}
	#graylinesm { 
				background-color: e9e9e9 ;
				width: 300px;
				}
	p, td	{ 	font-size: small;
				color: 444444;
			 }

h1 {	font-size: x-large;	}
h2 {	font-size: large;	}			 
	h2, h3		{	
				color: 003399;
			}
	#callout1 {
				border: thin solid #003399;
				padding:9px;
				background-color: eeeeee;
				}
	#callout1_narrow {
				border: thin solid #003399;
				padding:9px;
				background-color: eeeeee;
				width:70%;
				margin-left: auto;
				margin-right: auto;

				}				
	li 		{ 	margin-bottom:12px;
				}
	li.tight 		{ 	margin-bottom:0px;
				}
				
			

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 300px;
height: 110px;
border: 1px ridge black;
padding: 5px;
background-color: #afcce1;
font-weight: bold;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #afcce1;
}

.someclass{ //class to apply to your scroller(s) if desired
}


<!--[if ie]> 

body, p, li, td {
	font-size: x-small;
}
h1 {	font-size: large;	}
h2 {	font-size: medium;	}
h4 { 	font-weight: normal;}



<![endif]-->