body {
    font-family: Verdana, Arial, Geneva, sans-serif; /* set the font family */
    font-size: 70%;
    background-color:rgb(0,33,165);   
/*    background-color:rgb(66,75,110);   
    background-color:rgb(28,47,122);   
    background-color:rgb(62,75,125);   
    background-color:rgb(84,97,145);   
    background-color:rgb(66,75,110);   
    background-color:rgb(228,230,240); */    
    margin: 0px;
    padding-top: 25px;
    line-height: 130%
}


h1 {
    font-size: 150%;
}

h2,h3 {
    font-size: 120%;
    color: #200d81
}


.contact_table{
margin: 45px;
margin-top: 10px;
margin-bottom:10px;
}

.contact_table td{
padding: 10px;
}


#main {
    width: 740px;
    margin: auto;
    margin-top: 20px;
    background-color: white;
    padding: 10px;
}

#menu {
        text-align: right;
	width: 730px;
/*
        background-color: rgb(176,196,222); 
*/
        background-color: #ffa64d; 
        padding: 5px;
        margin-left: 0px;
        height: 12px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
        margin-right:5px;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
        font-weight: bold;
}
#menu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin-left: 18px;
}

#menu li a:link{
	color: #222222; 
	text-decoration: none;
	padding-bottom: 2px; 
}
#menu li  a:visited {
	color: #222222; 
	text-decoration: none;
	padding-bottom: 2px;
}
#menu li a:hover {
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}


#menu_bottom {
	width: 737px;
	height: 5px;
}

#content{
    margin-top:5px;
/*
    background-color:rgb(245,245,245);
    background-color:rgb(220,220,220);
*/
    background-color:rgb(235,240,250);
    padding-top:1px;
    padding-bottom:10px;
}

#contact_info{
    padding:5px;
    margin:10px;
    color: black;
}
    
#bio {
    width: 600px; /*width of the entire logical "bio" structure*/
    margin: auto;
    padding-bottom: 3px;
    
}

ul li{
    margin:0px;
    padding-bottom:3px;
}

a:link{
    color: blue;
    text-decoration:none;
}
a:visited{
    color: blue;
    text-decoration:none;
}
a:hover{
    color: DarkMagenta;
    text-decoration:underline;
}
