/********************

   Main body text
	 
********************/
body {
   font-family: Verdana, Arial, sans-serif;

}

td.body {
   margin-left: 5%;   font-size: 0.9em;
   height: 100%;
}
td#logo {
	height: 1px;
}
input, textarea, select, option {
   margin-left: 0em;
}

/********************

   Navigation and layout
	 
********************/
.banner {
   background-color: #600;
}

td.navtext {
   font-size: 0.8em;
}

td.navsep {
   border-top: 2px solid #600;
}

.basecolor {
   color: #600;
}

.current {
   color: #F60;
}

#tagline {
   font-size: smaller;
   font-family: Garamond, Times New Roman, serif;
   color: #500;
}

/********************

   Headings
	 
********************/
H1, H2, H3 {
   color: #600;
}
H1 {
	font-size: 1.3em;
}

H2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 1em;
	border-bottom: thin dotted;
}
H3 {
   font-style: italic;
   margin-left: 3%
}

/********************

   Links
	 
********************/
a {
	 font-weight: bold;
   text-decoration: none;
   color: #C33;
}

#logo a {
   color: #FFF;
}

#logo a img {
	border: 0;
}

a:visited, a:active {
   color: #600;
}

a:hover {
   color: #F90;
}

a.list {
   font-size: 1.3em; 
   line-height: 1.45em;  
}

a.banner {
   font-size: 0.8em;
	 color: #F60;
}

/********************

   Lists
	 
********************/
li {
   display: list-item;
   margin-top: 0.5em;
	 list-style-type: square;
}

div.list {
   margin-top: 0.5em;
}

.explan {
   font-size: 0.9em;
   margin-left: 7%;
}


