/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;

	font: 14px, Arial, Helvetica, Geneva, Swiss;
	text-align:center; 
	background-color:#0B3371;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}
p.mission{
	font-size:18px;	
}
ul {
    list-style: none;
    margin: 0;
	padding: 0;
}

a.link:link {color: #184CBA; text-decoration: none}
a.link:visited {color: #184CBA; text-decoration: none}
a.link:hover {color: #184CBA; text-decoration: underline}
a.link:active {color: #184CBA; text-decoration: none}

a.white:link {color: #fff; text-decoration: none}
a.white:visited {color: #fff; text-decoration: none}
a.white:hover {color: #fff; text-decoration: underline}
a.white:active {color: #fff; text-decoration: none}

#layout { width: 760px; margin: 0 auto; 
text-align: left;  
background-color: #fff;
	border-color: #000;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
}
div.event{
	font-size: 12px;	
	padding: 2px 3px;
}

#masthead{
	

}
#topmenu{
	

}
#sidemenu{
	
}

#content{
	
	
	padding: 5px;	

}
#content h1{
	font-size: 20px;	
	border-color: #0B3371;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 10px 3px 0 0;
	margin:5px 0;
	
}
#content ul{
	list-style-type: square;
	padding: 0 0 0 30px;
}
#content span.quote{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
}
#content div.quote{
	font-style: italic;
	padding: 0 0 0 10px;
}
#content div.quoted{
	
	padding: 0 0 10px 30px;
}
#content img.illus {
	float: right;
	margin: 0 1em 1em 1em;
}
#footer {
	font-size:10px;
	clear: both;
	padding: 1.5em 3em;	
	color: #333;
	background-color: #F6EE33;
	padding: 3px 7px;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: thin;
}
#footer div{
	text-align:center;	
}
#footer li{
	display: inline;
	border-right-style: solid;	
	border-right-color: #fff;
	border-right-width: 1px;
	margin: 4px 0;
	padding: 0 6px;
	
}

#footer li.last{
	border-right-color: #184CBA;
}

     
#tabs6 {
        margin: 0;
        padding: 0;
        height: 30px;
        font: bold, 14px, Arial, Helvetica, Geneva, Swiss;
}

#tabs6 ul {
        border: 0;
        margin: 0;
        
        list-style-type: none;
        text-align: center;
        
}

#tabs6 ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
        
}

#tabs6 ul li a {
        color: #333;

        border-left: 1px solid #FFF;
        
        border-right: none;
        padding: 5px;
        margin: 0 0 5px 0;
        text-decoration: none;
        display: block;
        text-align: center;

        
}

#tabs6 ul li a:hover {
        color: #930;
        background: #00FEFF;
}

#tabs6 a:active {
        background: #c60;
        color: #fff;
}

#tabs6 li#active a {
        background: #c60;

        color: #fff;
}

