/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: white;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
}

p {
	font-size: 1em;
}

h1 {
	font-size: 1.2em;
	color: #036ebe;
}

hr {
	color: #036ebe;
}

h2 {
	font-size: 1em;
	color: #036ebe;
	margin-bottom:-3px;
}

.search {
	font-size: 1em;
	color: #ef7580;
}

.right {
	text-align: right;
}

#footer {
	font-size: 0.8em;
}

#footer a {
	color: #036ebe;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #ef7580; 
	font-weight: bold;
}

#news {
	font-size: 1em;
}

#news p {
	font-size: 1em;
}

#news a {
	color: #036ebe;
	text-decoration: none;
	font-weight: bold;
}

#news a.more {
	color: #9c9c9c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#news a:hover {
	color: #ef7580; 
	font-weight: bold;
}

#news hr {
	color: #ef7580;
	width: 90%;
	text-align: center;
}
