
/* Font Basics */

body 
{
	margin: 0;
	padding: 0;
	color: #000;
}
* html body 
{
	text-align: center;
}
body, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
form, button, fieldset, label, select, option, input, textarea 
{
	font-size: 10.0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
code, code span 
{
	font-size: 10.0pt;
	font-family: "Courier New", Courier, monospace;
}

/* General Formatting */

#content 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.hr 
{
	height: 5px;
	background: #336FAE;
	width: 800px;
}

div.hr hr 
{
	display: none;
}

/* Navigation Menu */

.menu ul
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 0 2px 0;
	width: 798px;
	background-color: #336FAE;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

.menu li
{
	display: inline; 
}

.menu a
{
	background-color: #336FAE;
	padding: 0 50px;
	color: #FFF;
}

.menu li a:hover
{
	background-color: orange;
	color: #FFF;
}

/* Navigation Column */

.nav h2
{
	color: #FFF;
	background-color: #336FAE;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
        font-weight: bold;
        width: auto;
	margin: 0;
	padding: 2px;
        border: none;
}

.nav p 
{
	padding: 4px 5px 4px 5px;
  	border-bottom: 1px solid white;
	margin: 0;
	border-left: 5px solid orange;
        width: auto;
	background-color: #65A3E0;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

.nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
        border: none;
}
.nav li
{
  	border-bottom: 1px solid white;
	margin: 0;
}

.nav ul li a 
{
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: 5px solid orange;
        width: auto;
	background-color: #65A3E0;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

.nav li a:hover 
{
	border-left: 5px solid orange;
	background-color: orange;
	color: #FFF;
}

/* Special */

.special
{
        margin-bottom: 5px;
}

.special th 
{
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	background-color: orange;
	color: #FFF;
}

.special p
{
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	padding: 5px 0 5px 0;
	color: #FFF;
}

.special a 
{
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	text-decoration: underline;
	padding: 5px 0 5px 0;
	color: #FFF;
}

/* Core */

a
{
	text-decoration: none;
	color: darkblue;
}

img 
{ 
	border: none; 
}

th
{
	background-color: #65A3E0;
	text-align: center;
	color: #FFF;
}

h1 
{
	font-family: trebuchet MS;
     	font-style: italic;
	font-weight: normal;
	font-size: 15pt;
	color: #65A3E0;
}
    
h2
{
	font-family: trebuchet MS;
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	color: orange;
}

div#overflow
{
        height: 140px;
  	overflow: scroll;
}

