/* CSS Document */	/* ---------- NAVIGATION AND LINKS ---------- *//* Primary Navigation */.primarynav {	text-align: left;	padding-bottom: 10px;	border-bottom: 1px solid #bababa;}.primarynav ul {	margin: 0px;	padding: 0px;}.primarynav li {	list-style: none;	text-align: left;	display: inline;	margin-left: 22px;	padding-bottom: 7px;}.primarynav li a {	display: inline;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 26px;	color: #696969;	text-decoration: none;	padding: 5px 7px;}.primarynav li a:hover 	{	color: #bababa;}/* Secondary Navigation */.secondarynav {	text-align: left;	margin: 8px 0px 0px 30px;}.secondarynav ul {	margin: 0px 0px 0px 0px;	padding: 0px;}	.secondarynav li {	list-style: none;	display: inline;	margin-right: 15px;}.secondarynav li a {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 13px;	color: #696969;	text-decoration: none;	letter-spacing: 1px;}.secondarynav li a:hover {	color: #bababa;}/* Body Links */.bodylinks ul {	list-style-type: none;	margin: 0px 0px 0px 30px;	padding: 0px 0px 0px 0px;}.bodylinks li {	list-style-type: square;	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.bodylinks a {	color: #5898C1;	text-decoration: none;}.bodylinks a:hover {	color: #336F96;}/* Small Links */.smalllinks ul {	list-style-type: none;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.smalllinks li {	list-style-type: square;	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.smalllinks a {	color: #4E8DC7;	text-decoration: none;}smalllinks a:hover {	color: #94C0D4;}/* Footer Links */.footerlinks ul {	list-style-type: none;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.footerlinks li {	list-style-type: none;	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 11px;	color: #FCFCFA;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.footerlinks li a {	color: #FDFDFB;	text-decoration: none;}.footerlinks li a:hover {	color: #C9C9C9;}/* Info Links */a.info:link, a.info:visited {	color: #FDFDFB;	text-decoration: none;}a.info:hover {	color: #C9C9C9;}/* Listed Links */.listedlinks ul {	list-style-type: none;	margin: 0px 0px 0px 20px;	padding: 0px 0px 0px 0px;}.listedlinks li {	list-style-type: square;	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.listedlinks li a {	color: #5898C1;	text-decoration: none;}.listedlinks li a:hover {	color: #336F96;}/* Contact Tab */.contacttab ul {	list-style-type: none;}.contacttab li {	list-style-type: none;}.contacttab li a {	float: right;	width: 160px;	height: 44px;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 15px;	color: #FCFCFA;	font-style: italic;	text-decoration: none;	text-align: center;	background:		url(../graphics/csslayout/contactA01.png)		no-repeat		center top;	padding-top: 8px;}.contacttab li a:hover {	background:		url(../graphics/csslayout/contactA02.png)		no-repeat		center top;}/* Button */.button01 ul {	list-style-type: none;	margin: 0px;}.button01 li {	list-style-type: none;}.button01 li a {	float: left;	clear: left;	width: 200px;	height: 30px;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #ffffff;	font-size: 14px;	font-style: italic;	text-decoration: none;	text-align: center;	background:		url(../graphics/csslayout/buttonA01.gif)		repeat;	padding-top: 8px;	margin-bottom: 10px;}.button01 li a:hover {	color: #ffffff;	background:		url(../graphics/csslayout/buttonA02.gif)		repeat;}/* Button */.button02 {	width: 250px;	float: right;}.button02 ul {	list-style-type: none;	margin: 0px;}.button02 li {	list-style-type: none;	clear: right;}.button02 li a {	float: right;	clear: right;	width: 200px;	height: 30px;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #ffffff;	font-size: 14px;	font-style: italic;	text-decoration: none;	text-align: center;	background:		url(../graphics/csslayout/buttonA01.gif)		repeat;	padding-top: 10px;	margin: 0px 15px 10px 0px;}.button02 li a:hover {	color: #ffffff;	background:		url(../graphics/csslayout/buttonA02.gif)		repeat;}
