/* CSS Document */

body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(banner/logo_background.gif);
}

.maroon_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #AA0041;
}

table.navbar {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table.navbar td {
   border: 1px solid black;
}
table.navbar td a{
   display: block;
   width: 200px;
   padding: 6px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFF;
   background-color: #AA0041;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #999999;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 5px 10px;
	border-right-width: .5pt;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #aa0041;
	}
	
	#navigation a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #AA0041;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #AA0041;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #AA0041;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #AA0041;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #AA0041;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #AA0041;
	font-style: italic;
}
.whiteheader {
font-size: 16px; color: #FFFFFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.webdesigner {
font-size: 10px
}
