/* CSS Document */

body{
	font-family:Verdana, Arial, sans-serif;
	font-size: 80%;
}

h1 {
	display: inline;
	font-size: 175%;
	color: #012660;
}
h2 {
	display: inline;
	font-size: 120%;
	color: #333333;
}
h3 {
	font-size: 110%;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h4 {}
h5 {}
h6 {}

a:link {
	color: #4A99DB;
}
a:visited {
	color: #2A4989;
}
a:hover {
	color: #8D9542;
	text-decoration: none;
}
a:active {
}
#topColumn a {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #4A99DB;
	font-size: 80%;
	margin: 2px;
}

hr {
	color: #666666;
}
strong {
	font-weight: bold;
	color: #333333;
}
.box {
	padding: 0px;
	border: 1px solid #000000;
	height: 3px;
	width: 3px;
}
#topColumn a:hover {
	text-decoration: none;
	border: 1px solid #8D9542;
	font-size: 80%;
	background-color: #E7E7E7;
	color: #8D9542
}
#bottomColumn a {
	color: #666666;
	text-decoration: none;
	font-size: 80%;
}
#bottomColumn a:hover {
	color: #8D9542;
	text-decoration: underline;
	font-size: 80%;
}
/*Context Highlighting:*/
body.home a.home, 
body.services a.services,
body.special a.special,
body.credentials a.credentials,
body.privacy a.privacy,
body.fees a.fees,
body.contact a.contact
{background:#00549F; color:#CCCCCC;}
