@charset "utf-8";
/* CSS Document */


/* Location for logo*/
#header {
	width: 1024px;
	height: 30px;
	background-color: #FFF;
}

#navigation1 {
	height: 30px;
	margin-top: 40px;
}

#navigation1 h1 {
	height: 18px;
	padding: 4px 30px 2px 30px;
	background-image: url(../images/navigation-background.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-right: thin solid #999;
	text-align: left;
	float: right;
}

#navigation1 a:link {
	color: #FFF;
	text-decoration:none;
}

#navigation1 a:visited {
	color: #FFF;
	text-decoration:none;
}

#navigation1 a:hover {
	color: #CCC;
	text-decoration:none;
}

#navigation1 a:active {
	color: #FFF;
	text-decoration:none;
}


#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #999;
	text-aligh: right;
	float: right;
	padding-top: 3px;
}

#bottom-navigation {
	width: 600px;
	height: 30px;
	margin: 0px 0px 0px 243px;
	margin-top: -35px;
}

#bottom-navigation h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border-right: thin solid #999;
	float: left;
	text-align: center;
	padding: 0px 15px 0px 15px;
}

#bottom-navigation a:link {
	color: #999;
	text-decoration:none;
}

#bottom-navigation a:visited {
	color: #999;
	text-decoration:none;
}

#bottom-navigation a:hover {
	color: #C5E2F3;
	text-decoration:none;
}

#bottom-navigation a:active {
	color: #999;
	text-decoration:none;
}

