/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #EEEEEE url(../../images/backgruond.gif) repeat-y top center;
}

/* Logo Bar */

#top {
	width: 900px;
	margin: 0 auto;
	height: 98px;
	border-bottom: 2px #000000 solid;
}

#top a:link, #top a:visited, #top a:hover, #top a:active {
	border: 0;
	color: #666666;
	text-decoration: none;
}

#top img {
	float: left;
	color: none;
	border: 0;
}

#top p {
	margin: 5px 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	float: right;
}

#content {	
	width: 875px;
	margin: 0 auto;
}

#indexContent {
	width: 900px;
	margin: 0 auto;
}

/* Copyright and Bottom Nav */

#bottom {
	width: 900px;
	margin: 5px auto;
	border-top: 1px #CCCCCC solid;
	padding: 10px 0 0 0;
	clear: both;
}

#bottom a:link, #bottom a:visited {
	color: #666666;
	text-decoration: none;
}

#bottom a:hover, #bottom a:active {
	color: #999999;
	text-decoration: none;
}

#bottom p {
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
	margin: 0 0 5px 0;
	text-align: center;
}

#copyright {
	width: 900px;
	margin: 5px auto;
	clear: both;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #666666;
	text-decoration: underline;
}

#copyright p {
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
	margin: 0 0 5px 0;
	text-align: center;
}

.underline {
	text-decoration: underline;
}