/* utility styles */
.clear { clear: both; }
.hide { display: none; }
.highlight { background: #ff9; }

html,body{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background: #1f4baa;
	padding-bottom: 10px;
}
body, td, font {
	font: x-small/1.5em "Lucida Grande", "Lucida Sans Unicode",verdana,lucida,arial,sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}
html>body, html>font { font-size: small; }

a:link, a:active, a:visited {
	color: green;
	text-decoration: none;
}
a:hover {
	color: #c60b27;
	text-decoration: underline;
}

div#container{
	background: #fff;
	text-align:left;
}
div#content p{
	line-height:1.4;
}

div#container{
	width:948px;
	margin:10px auto 0;
	border: 1px solid #000;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 950px;
}
html>div#container { width: 948px; }

div#content{
	margin: 0 47px 45px;
	border: 1px solid silver;
	border-width: 1px  0 0 1px;
	float: left;
}
div#footer{
	clear:left;
	width:100%;
}
div.site {
	width: 284px;
	height: 180px;
	border: 1px solid silver;
	border-width: 0 1px 1px 0;
	float: left;
	text-align: center;
	color: #999;
}

div.site img {
	border-width: 0;
}

div.site p {
	margin: 0;
	padding: 0 0 1em;
}

h2 {
	font-size: 100%;
	margin: 1em 0 0;
	color: #5f65cd;
}

h2 span {
	position: absolute;
	text-indent: -999em;
}
hr {
	color: silver;
}
#header h1 {
	margin: 16px 47px;
	padding: 0;
	height: 70px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: normal;
}
#header h1 img {
	border-width: 0;
	margin: 0 30px 0 20px;
	float: left;
}
#header h1 span {
	display: block;
	line-height: 70px;
	color: #404040;
}

div#footer {
	font-size: 85%;
	padding:  5px 0 10px;
	height: 1.5em;
}
div#footer p {
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	width: 895px;
	text-align: center;
}
* html div#footer p {
	margin: 0;
	padding-left: 25px;
}
div#footer div {
	float: left;
	width: 20px;
}
div#footer img {
	border-width: 0;
}


