body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
        background-color:#941a21;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
#container {
	background-color:#fff;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000;
	text-align:left;
}
#banner{
	height: 150px;
        background-image: url('images/banner6.jpg');
        background-repeat:no-repeat
}

#spacer{
        height: 15px;
	background-color: #fff;
}

#nav {
 height: 30px;
 width: 100%;
 background-color: #d12730;
 
}

#nav ul {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 color: #000;
 line-height: 30px;
 white-space: nowrap;
 margin-left: 0px;
}

#nav li {
 list-style-type: none;
 display: inline;
 padding: 0;
}

#nav li a {
 text-decoration: none;
 padding: 7.5px 9px;
}


#nav li a:link, a:visited {
 color: #000;
background-color: #d12730;
}

#nav li a:hover {
 color: #000;
 background-color: #ffff99; 
 
}
#nav li a.here {
background-color: #ffff99;
color: #000;
}

#childnav {
 height: 25px;
 width: 100%;
 background-color: #ffff99;
 
}

#childnav ul {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 color: #000;
 line-height: 25px;
 white-space: nowrap;
 margin-left: 0px;
}

#childnav li {
 list-style-type: none;
 display: inline;
 padding: 0;
}

#childnav li a {
 text-decoration: none;
 padding: 5.5px 9px;
}

#childnav li a:link, a:visited {
 color: #806d7e;
}

#childnav li a:hover {
 color: #000;
 background-color: #806d7e; 
 
}
#childnav li a.here {
background-color: #fff;
color: #000;
}

.italic{
       font-style: italic;
       text-align: right;
       font-weight: bold;
}

.center{
        text-align: center;
}
        
.rightparagraph{
        
        text-align: right;
        font-weight: bold;   
}
.center {
        text-align: center;
}
.left {
        text-align: left;
}

.red {
        color: #d12730;
}
.bold {
      font-weight: bold;
}
.underline {
      text-decoration: underline;
}
.large {
      font-size: 150%;
}
span.underline {
        text-decoration: underline;
}
span.linethrough {
        text-decoration: line-through;
}
#content{
	margin-left: 0px;
}
#content a{
        color: #d12730;
}
#content a:hover {
         text-decoration: none
}

#content p{
	margin: 20px;
        color: #000000;
        font-size: 14px;
}

#content ul{
	margin: 20px;
}
#content li{
        margin:20px;
        color: #000000;
        font-size: 14px;
}
#content h3{
        color: #d12730;
        margin: 20px;
}
#content h4{
        margin: 20px;
}
#content img{
        margin-left: 20px;
}
hr {
        color: #d12730;
        margin-left: 20px;
        margin-right: 40px;
}

.leftimage {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}

#footer {
	clear: both;
	background-color: #d12730;
        height: 30px;
        padding: 10px;
}

#footer ul {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000;
 line-height: 30px;
 white-space: nowrap;
 margin-left: 6px;
 
}

#footer li {
 list-style-type: none;
 display: inline;
 padding: 0;
}

#footer li a {
 text-decoration: none;
 padding: 0px;
 color: #000;
}

#footer li a:link {
 color: #000:
}

#footer li a:hover {
 color: #ffff99;
}

#footer p {
	font-size: 12px;
	margin: 0;
	padding: 10px;
        color: #000000;
	    	
}
#footer a {
        color: #000000;
        font-size: 12px;
}
.clearit {
	display: block;
	clear: both;
}
#leftcol {
	
	width: 170px;
	float: left;
        margin-top: 20px;
        margin-left: 10px;
}
.container{
	width: 99%;
	float: right;
}
table {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
        color: #000000;
	font-size: 13px;
}
table.coll{
        border-collapse: collapse
}
