body { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14px; background-image: url(../images/bg_1.jpg); }
p { }
td { }
a:link { color: #263d94; text-decoration: none; }
a:visited { color: #263d94; text-decoration: none; }
a:hover { color: #D6062D; text-decoration: underline; }
a:active { color: #263d94; text-decoration: none; }
#content { background-color: #fff; background-image: url(../images/bg_gradient.jpg); background-repeat: repeat-y; background-position: right 0; position: absolute; top: 0; left: 50%; width: 760px; margin-left: -380px; }
#nav { background-image: url(../images/bg_header.jpg); position: absolute; top: 0; bottom: 0; width: 760px; height: 81px; }
#padding { padding: 100px 20px 10px 175px; }
#left_column { position: absolute; top: 100px; left: 0; width: 150px; }
h1 { color: #000; font-size: 17px; line-height: 18px; text-decoration: none; }
h2 { font-size: 16px; border-bottom: 1px solid #000; }
#contact_box { line-height: 10px; padding-left: 10px; }

#nav-list {
	font-size:13px;
}

	#nav-list ul {
			
			list-style: none;
			padding: 0px;
		}
		

	#nav-list li {
			margin-left: -30px;
			margin-bottom: 20px;
			list-style: none;
			padding: 0px;
		}
		
		
	#nav-list a {
		color: #0E4F77;
		text-decoration: none;
	}
	#nav-list a:hover {
		background-color: #F4E9A8;
	}

