/* 	Deans and Homer CSS definitions 	first created 2-22-2007*//* Standard Text Markup overrides */body { 	color: black; 	font-size: 12px; 	font-family: Verdana, Arial, Helvetica, sans-serif; 	background-color: white;	text-align: justify; }h1 {	color: #133550;	font-size: 2em;	/* IE6 size compensation */	_font-size: 1.75em;}h2 {	color: #133550;	font-size: 1.75em;	/* IE6 size compensation */	_font-size: 1.5em;}h3 {	color: #133550;	font-size: 1.33em;}p {}td {}ul {}.emphasis {	font-weight: bold;}a {	text-decoration: none;}a:link {	color: #5f8fb6;	font-weight: bold;}a:visited { 	color: #4f7fa6; 		font-weight: bold;}a:hover { 	color: #133550;	text-decoration: underline;	}a:active { color: red }/* BEGIN Round edged info box */#sidebar{	float: left;	width: 180px;	margin: 2em;	background-color: #133550;	color: white;	font-weight:bold;}#sidebar a{	color: white;	font-weight:bold;}#sidebar a:hover{	color: white;	font-weight:bold;}#sidebarcontent{ 	margin-left: 1em; 	margin-right: 1em;}#sidebartop{ 	width:180px;	height:12px;	background: white url(../images/sidebar1.gif) no-repeat;}#sidebarbottom{	width:180px;	height:12px;	background: white url(../images/sidebar2.gif) no-repeat;}/* END Round edged info box *//* BEGIN Round edged text fields */#textfield {	color: #000; 	height: 15px; 	/*width: 50px;*/ 	border: 0; 	background: white url(../images/tbox-bg.gif) repeat-x left top; 	padding: 3px;}#textfieldleft {	position: relative; 	left: 5px; 	top: 0px;	/* IE workaround- adjust positioning */	_top: -1px;}#textfieldright {	position: relative; 	left: -5px; 	top: 0px;	/* IE6 workaround- adjust positioning */	_top: -1px;}/* Safari workaround -suppress round corner shims*//*  Now placed within javascript conditional html>body*#textfield {width: 10em;}html>body*#textfieldleft {display: none;}html>body*#textfieldright {display: none;}*//* END Round edged text fields */
