body {
	color: #9F9F9F;
	border-color: #C0C0C0; 
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

banner {
                background-color: #E0E0E0;
}

h1, h2, h3, h4, h5, h6 {
	color: #77AACC;
	font-family: Tahoma, Arial, sans, sans-serif;
	font-weight: bolder;
}

h1, h2, h3{
	font-weight: normal;
}

#banner p {
	font-family: Tahoma, Arial, sans, sans-serif; 
	font-size: larger;
}

.box h3 {
	background-color: #C0C0C0;	
	color: #FFF; 
}

#footer {
	font-size: smaller;
}


/* Navigation Bar */
#navigation {
	color: #FFF;
	background-color: #C0C0C0;
	font-family: Tahoma, Arial, Helvetica, sans, sans-serif;
	font-weight: bolder;
}

#navigation a, #navigation a:active, #navigation a:visited {
	color: #FFF;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	
}

#navigation a:hover, #navigation a:visited:hover {
	color: #286ea0;
	background-color: #E0E0E0;
	border-color: #757575;
}

/* Standard Link Styles */
a, a:active {
	color: #77AACC;
	text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
	color: #286ea0;
}
