body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Link Declarations */
a:link{
 color: #003399;
 text-decoration: underline;
 background-color: transparent;}

a:visited{
 color: #660099;
 text-decoration: none;
 background-color: transparent;}

a:hover{
 color: #0066CC;
 text-decoration: none;
 background-color: transparent;}

/* Main Layout Rules */

#container{ /* parent element to all other div tags */
 margin:0;
 padding:0;}
 
#mainTitle{
 font-size: 15pt;
 font-family: Georgia, "Times New Roman", Times, serif;
 letter-spacing: 10px;
/* height: 150px; /* change height and width according to needs */
 width: 100%;
 text-align: left;
 vertical-align: bottom;
 padding: 0px;}

#centerOfPage{   /* controls both the floating menu and content */
 color: #000;
 margin-top: .5px;
 background-color: #fff;} /* color declaration creates image of sidebar */

#mainMenu{
 width: 16em;
 height: 100%; /* needed to extend menu in IE 6.0 */
 float: right;
 color: #000;
 padding: 0px 10px;
 margin-top: 0px;
 background-color: #ccc;}

ul#menu li{    /* corrects IE 6.0's margins */
 list-style-type: none;
 margin-left: -40px;
 margin-bottom: -20px;
 padding: 10px}

ul#menu > li{  /* For Mozilla, Opera, other standards-compliant browsers */
 list-style-type: none;
 margin-left: -40px;
/* margin-bottom: 10px;*/
 font-size: 16px;}

ul#menu li a{
 color: #000066;
 background-color: transparent;
 display: block;
 padding: 7px 0;
 text-align: center;
 margin: auto auto 5px 15px;
 text-decoration: underline;}

ul#menu li a:visited{
 color: #663300;
 text-decoration: none;
 background-color: transparent;}

ul#menu li a:hover{
 color: #660033;
 border: solid #f00;
 border-width: 0px 2px;
 text-decoration: none;
 background-color: #666699;}

#mainContent{
 line-height: 200%;
 overflow: auto;   /* keeps the content from wrapping around the menu */
 color: #000;
 font-size: medium;
 background-color: #fff; /* makes illusion of sidemenu with #centerOfPage */
 height: 100%;}    /* needed to extend the sidemenu in IE 6.0 */

#notice{
 margin-top: .5px;
 padding: 3px 0 4px 3px;
 clear: right;
 background-color: #EF3327;
 color: #fff;
 font-size: 12px;}
 
 #notice a {
 color: #FFCC33;
 }

#notice .floatRight{
 margin-right: 10px;}

/* Inline elements */

h1,h2,h3,h4,h5,h6{
 margin-left: 15px;
 margin-top: auto;}

.floatRight{
 float: right;}

ul,ol{
 line-height: 1.3;}

.menuHeader{   /* header for the menu */
 border-width: 3px 0px;
 border-style: solid;
 border-color: #cc3333;
 margin: 5px 0px;
 display: block;
 text-align: center;
 letter-spacing: 3px;

 font-variant: small-caps;}

.contentHeader{ /* header for the main content */
 display: block;
 margin-top: 0;
 font: inherit;
 font-family: verdana, arial, sans-serif;
 background-color: #EF3327;
 color: #fff;
 text-indent: 2%;
 width: 99%;}

p{
 margin: 0 auto 0 10px;
 padding: 10px;
 display: block;}

p+.contentHeader{
 margin-top: 5px;}

.code{  /* used to highlight html code */
 font-family: monospace;}

.codeBlock{ /* used to highlight longer pieces of html code */
 color: #000;
 font-family: monospace;
 margin: 0 4px 0 30px;
 background-color: #ccc;
 display: block;
 width: 50%;
 line-height: 1.5;}

.imageBox{ /* box to surround the image */
 width: 174px; /* !!!!! change this width to match the image !!!!! */
 margin: 9px 5px 0 0;
 border: solid gray 1px;
 display: block;
 float: left;
 padding: 2px;
 color: #000;
 background-color: transparent;
 font-size: x-small;  /* was 10px */
 line-height: 100%;}

.imageBox img{
 padding-bottom: 3px;
 border-bottom: solid gray 1px;
 margin-bottom: 5px;}

.imageBox .txt{
 margin-bottom: 10px;}

.quoteBlock{  /* for quoting something */
 display: block;
 padding: 10px 40px 10px 40px;
 color: #000;
 background-color: inherit;
 font-family: verdana, arial, sans-serif;
 font-size: small; /* was 14pt */
 font-style: oblique;
 text-align: justify;
 background-image: url(../images/quotemark.gif);
 background-repeat: no-repeat;
 background-position: top left;}

.quoteBlock i{
 font-style: normal;}

ul#progress li{ /* menu text beneath the links */
 list-style-type: none;
 margin-left: -40px;
 margin-bottom: 10px;
 font-size: .8em}

ul#progress li+li{
 border-top: solid gray 1px;
 padding-top: 10px;}