/* CSS Document */

body {
	background-color:#FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

div#home_page {
}

div#home_page h1, h2, h3 {
   text-align: center;
   padding: 5px;
   color: #990000;
}

div#home_page h1 {
   font-size: 16pt;
}   

div#home_page p {
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 115%;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
   
}

/* SEASONAL COLOR SETTINGS */

td.topnav {
	background-color: #990000; /* SEASONAL COLOR SETTING */
	height: 30px;
	padding-top: 3px;
}
td.bodytext {
	background-color: #FFFFFF; /* SEASONAL COLOR SETTING */
	padding: 5px;
	height: 400px;
}

td.navbar {
	background-color: #FFBB2D; /* SEASONAL COLOR SETTING */
	padding: 0px;
	width:140px;
}
td.footer {
	background-color: #FFBB2D; /* SEASONAL COLOR SETTING */
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 115%;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 100%;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 100%;
}
	
	
div#address_bar {
	 text-align:center;
	 color:white;
	 background-color:#990000;
	 height: 20px;
   	padding-top: 3px;
	 width:800px;
	 border-bottom: 1px solid #000000;
     font-family: Verdana;
	font-size: 11px;
	text-align: center;
 }

/* TOPNAV CSS */


.topnav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-variant:small-caps;
	color: #FFFFFF;
	margin: 0px;
}
.topnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; /* SEASONAL COLOR SETTING */
}
.topnav a:link {
	color: #FFFFFF; /* SEASONAL COLOR SETTING */
	text-decoration: underline;
}
.topnav a:active {
	color: #FFFFFF; /* SEASONAL COLOR SETTING */
	text-decoration: underline;
}
.topnav a:visited {
	color: #FFFFFF; /* SEASONAL COLOR SETTING */
	text-decoration: underline;
}
.topnav a:hover {
	color: #FFFFFF; /* SEASONAL COLOR SETTING */
	text-decoration: none;
}


.bodytext {

}

/* BODYTEXT CSS */
.bodytext td{
border-bottom: 1px solid #000000;
}

.bodytext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #990000; /* SEASONAL COLOR SETTING */
	margin-top: 4px;
	margin-bottom: 6px;
}
.bodytext h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 6px;
}
.bodytext h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 6px;
}
.bodytext p {
	margin-top: 4px;
	text-align: left;
	margin-bottom: 6px;
}
.bodytext a:link {
	color: #990000;
}
.bodytext a:active {
	color: #990000;
}
.bodytext a:visited {
	color: #990000;
}
.bodytext a:hover {
	color: #FF6600;
}

/* FOOTER CSS */

.footer p {
}

/* RIGHT BAR IS THE YELLOW TABLE TO THE RIGHT OF THE HOME PAGE */

div#rb_title {
   margin-collapse: collapse;
   background-color: #990000;
   color: white;
   margin: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-variant: small-caps;
	padding-top: 4px;
	padding-bottom: 6px;
}
div#rb_body {
    height: auto;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	align: center;
	color: #000000;
	background-color: #FFDD84;
	padding: 6px 2px 6px 2px;
	align: center;
	font-size: 12px;
}

div#rb_body p {
  height: auto;
  text-align: center;
}  


.bodytable {border-collapse: collapse; border: 1px solid #666666;}
.bodytable td {padding: 5px;}
