/*
	woms_navbar.css	1.0.0
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/



body {
	background-color: #f5f5dc;
	color: #191970;
	font-family:sans-serif	;
	margin-right: 10%;

}

h1 { 
	font-size: 300%; 
}

h2 { 
	font-size: 200%;
	font-family:sans-serif;
 }

h3 { 
	font-size: 150%; 
}
h4 { 
    font-size: 125%; 
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

#woms_cssbuttons {
	width: 180px ;
	text-align: center ;
}
#woms_cssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#woms_cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#woms_cssbuttons li a {
	
	color: #191970 ;
	background-color: #b0c4de ;
	border: 1px outset #000 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
	
}
#woms_cssbuttons li a:hover {
	color: #fff ;
	background-color: #000 ;
}
