

/* CSS Document */

body, tr, td  {
	margin: 10px 0px;
	padding: 10px 10px;
	background-color: #FFF;
	font-family: Verdana, serif;
	font-size: 12px;
}

td.mission {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin-top: 4px;
	
	}
a:link {
	color: #C00;
	}

a:hover {
	text-decoration: none;
	color: #C00;
	}

a:visited {
	color: #666;
	}
	
#main {
	border-left: 10px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.oldbrowsers { 
	display: none; 
}

#nav {
   float: left;
   list-style: none outside;
   width: 100px;
   padding: 0;
   margin: 0 15px 11px 0;
   background: #FFF;
   color: #C00;
   border: solid 1px #930;
   font: normal 11px Arial, verdana, sans-serif;
   text-align: center;
	}

#nav li {
   padding: 0;
   margin: 0;
   border: none;
   display: block;
   font: normal 11px Arial, verdana, sans-serif;
   text-align: center;
	}

#nav li a {
   display: block;
   padding: 5px;
   margin: 0;
   background: #FFF;
   color: #C00;
   font: normal 11px Arial, verdana, sans-serif;
   font-weight: bold;
   text-decoration: none;
	}

#nav li a:hover {
   background: #c60;
   font: normal 11px Arial, verdana, sans-serif;
   font-weight: bold;
   text-decoration: none;
   color: #C00;
   text-decoration: underline;
    background: #CCC;
	}
	

#nav li a:active {
   background: #CCC;
   color: #ffc;
   font: normal 11px Arial, verdana, sans-serif;
      font-weight: bold;
   text-decoration: none;
	}

#nav li.subheadspon {
   list-style: url(images/arrow.gif);
   display: block;
   padding: 5px;
   margin: 0;
   background: #FFF;
   color: #000;
   font: normal 11px Arial, verdana, sans-serif;
   font-weight: bold;
   text-decoration: none;
	}

#leftcontent {
		float:left;
		width:250px;
		background:#fff;
		margin-right:15px;
		padding: 10px;
		}

#rightcontenttop {
		float: right;
		width:50;
		margin-right: 10px;
		font-size: 10px;
		
		}
	

h1.red {
	font-family: Verdana, serif;
	font-size: 24px;
	color: #C00;
	font-weight: bold;
	line-height: 14px;
	margin: 3px;
	padding-bottom: 2px;
	
	}
	
h1.red a {
	text-decoration: none;
	}
	
h1.red a:visited {
	text-decoration: none;
	color: #C00;
	}
	
h2 {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	}
	
.litext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 8px;
	margin-top: 4px;
	
	}
	



	


