@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 1.4em;
}

body {
	background-color:#ffffff;
}

a 			{ text-decoration: none; }
a:link		{ color: #0066CC; text-decoration: none; }
a:visited	{ color: #0066CC; text-decoration: none; }
a:hover		{ color: #FF9900; text-decoration: none; }
a:active	{ color: #0066CC; text-decoration: none; }



#bottom { clear: both; margin: 0 0 0 0;}
#footer { clear: both; border-bottom: 5px #0164C9 solid; }
#footer { height: 20px;}
#footer ul {
	list-style-type:none;
}
#footer li { float: left; background:url(mark.jpg) no-repeat 8px 5px; padding: 0 0 0 15px}

#copy p { text-align: center; }
#copy #top_address { line-height: 1.8em; text-align: center;}



