﻿body {

	background: #000000;

	font-family: Arial, sans-serif;

	font-size: 100%;

	color: #000000;

}



a {

	color: #0000FF;

	text-decoration: none;

}



a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	color: #000000;

}



strong {

	font-weight: 700;

}



h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	text-align: left;
}



#wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 150px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#navbar {

	width: 760px;

	height: 25px;
	
	background-color: transparent;

	background-image: url(/images/pattern.gif);

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;

	border-bottom: medium black ridge;

}



#navbar a {
	font-size: 120%;
	font-family: "Snap ITC";
	padding: 0 5px 0 5px;
	color: 0000ff;
}







#container {

	width: 800px;

	background: #ffffff;

	overflow: hidden;

}



#maincontent {

	float: right;

	width: 570px;

	padding: 5px 15px 5px 15px;

	background: #ffffff;
	text-align: left;
}



#sidebar {

	float: left;

	width: 190px;

	padding: 10px 5px 5px 5px;

	background: #ffffff;

	

}



#sidebar h3 {

	font-size: 1.3em;

	margin: 0 0 5px 0;

}



#footer {

	width: 800px;

	height: 70px;

	background: #000066;

}


#footertext {

	font-size: 80%;

	padding: 25px 5px 5px 10px;

}



#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

