@charset "utf-8";


/* Style */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #7D969D;
	background-repeat: repeat-x;
	background-image: url(images/background.png);
}

/* Fonts and Links */
a:link {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
} 

p {
	margin: 0px;
	font-size: 12px;
}

/* Design */
#header {
	background-color: #105770;
	height: 190px;
	background-repeat: repeat-x;
	background-image: url(images/header.png);
	white-space: nowrap;
}

#navbar {
	background-color: #D3BF25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	background-image: url(images/navbar.png);
	background-repeat: repeat-x;
	border-color: #000000;
	font-size: 14px;
	text-align: center;
	width: 906px;
	margin: 0 auto;
}

#container {
	width: 900px;
	background-repeat: repeat-x;
	background-color: #E4E4E4;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #B1B1B1;
	margin: 0 auto;
}

#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: auto;
	height: 25px;
	border-bottom-color: #BFBFBF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 20px 0px 5px 0px;
}


#footer {
	clear: both;
}

#copyright {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navbar-spacer {
	width: 100%;
	text-align: center;
	background-image: url(images/navbar.png);

}

