a:link { color : #26669B ; }
a:visited { color : #26669B ; }
a:active { color : #26669B ; }
a:hover { color : #FDBF6F ; }

body {

	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	
	font-family : Times, serif ;
	font-size : 12px ;
	font-style : normal ;
	color : #000 ;
	
	background-image : url(/img/nav_background.gif);
	background-repeat : repeat-y ;
	background-color : #FFF ;
}

td {

	font-family : Times, serif ;
	font-size : 12px ;
	font-style : normal ;
	color : #000 ;

}

#content_column {

	background-image : url(/img/header_long.jpg) ;
	background-repeat : no-repeat ;
	background-color : #FFF ;
	
	padding-top : 125px ;
	padding-left : 15px ;
	padding-right : 30px ;
	
}

.white_on_blue td {

	color : #FFF ;
	background-color : #26669B ;

}

.td_border td {
	
	border-style : solid ;
	border-color : #000 ;
	border-width : 1px 0px 1px 1px ;
	
}

.simple_table_border {
	
	border-style : solid ;
	border-color : #000 ;
	border-width : 1px ;
	
}

.simple_table_border td {
	
	border-style : dotted ;
	border-color : #000 ;
	border-width : 0px 1px 1px 0px ;
	
}

.listitems li {
         font-size : 14px ;
	list-style-type : square ;
	padding : 0px ;
	margin-left: -20px ;

}

.two_pixel_border {

	border-width: 2px;
	border-style: inset;
	border-color: #333;
	
}

.page_header {
	
	font-size : 20px ;
	font-weight : bold ;
	color : #26669B ;

	text-decoration : underline ;
	
}

#content_div {
	width : 500px ;
}