body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	background-color: #4B82B8;
	line-height: 1.3em;
	color: white;
	text-align: center;
}



h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3em;
	color: yellow;
}
h2 {
   text-align: center;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	color: yellow;

}
h3 {
	text-align: center;
	line-height: 1.3em;	
	color: white;
}

P {			
	color: white;
}

blockquote {
	font-style: italic;
}

a:link {
	color: yellow;
}

a:visited {
	color: #FFFFC0;
}

a:hover {
	color: white;
}

#sidebar {
	background: #4B82B8;
	font-size: 100%;
	font-weight: bold;
	padding: 15px;
	margin: opx 10px 10px 10px;
	width: 150px;
	height: 700px;
	float: left;
	line-height: 2em;
}

#header {
	background: #4B82B8;
	font-size: 100%;
	font-weight: bold;
	width: 650px;
	height: 149px;
	line-height: 2em;
	text-align: center;
}

#menu {
	background: #4B82B8;
	font-size: 85%;
	font-weight: bold;
	padding: 5px;
	width: 650px;
	height: 60px;
	line-height: 2em;
	text-align: center;
}

#main {
	background: #4B82B8;
	width: 650px;
	line-height: 1.3em;
	text-align: left;
}

#footer {
	background: #4B82B8;
	font-size: 75%;
	font-weight: bold;
	width: 650px;
        text-align: center;
}

