@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #d8d8d8;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
}
#header {
	height: 52px;
	padding-left: 10px;
	padding-top: 4px;
	background-image: url(images/800_number.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
}
#navigation {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	height: 25px;
	padding-top: 15px;
}
#navigation a:hover {
	color: #E9842A;
	text-decoration: underline;
}

#pagecontent {
	text-align: left;
}
#pagecontent h1 {
	font-size: 24px;
	display: inline;
	font-weight: bold;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #7da3d9;
	text-align: center;
}

#navigation a {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FA8E21;
	text-decoration: underline;
}


#header h1 {
	display: inline;
	font-size: 24px;
	color: #FFFFFF;
}
#header h2 {
	color: #FFFFFF;
	font-size: 14px;
	display: inline;
}
.search {
	text-align: center;
	height: 41px;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
.links {
	font-size: 14px;
	color: #000000;
}
.links a {
	color: #0000CC;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.links a:hover {
	color: #F79532;
	text-decoration: underline;
}
.text {
	font-size: 12px;
}

