/*Sustainableworld.com basic stylesheet--sworlmainpage.css */

/* Standard headers */
h1 {color: green; font-size: 36pt; font-weight: bold; font-family: "Times New Roman", Times,serif;}
h2 {color: black; font-size: 30pt; font-weight: bold; font-family: "Times New Roman", Times,serif;}
h3 {color: black; font-size: 24pt; font-weight: bold; font-family: "Times New Roman", Times,serif;}
h4 {color: black; font-size: 18pt; font-weight: bold; font-family: "Times New Roman", Times,serif;}
h5 {color: green; font-size: 14pt; font-weight: bold; font-family: "Times New Roman", Times,serif;}

/* Common Special headers */
h1.header {font-family: "Lucida Calligraphy","Times New Roman",serif;font-size: 4em; 
color: Green; 
font-weight: bold;
padding: 0;
border: 0;
margin: 0;}

h1.header {background: Khaki; text-align: center; }
h5.subheader{ text-align: left;}

h5.sidemenu {
text-align: left;
padding-bottom: -1em;
border: 0;
margin-bottom: -1em;
}

/* Common Inline Menu*/



div.nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.nav ul li {
	list-style-type:none;
	float: left;
}

div.nav ul li a {
	display: block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	margin: 5px;
	color: white;
	background-color: lightslategray;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
	
	

div.nav ul {margin-left:-2.5em;
	horizontal-align: center;
	background-color: khaki	
}




/* Home Page */

body{font-family: "Ariel",sans-serif; font-size: 11pt;background-color: khaki;}
p {font-size: 11pt; color: black; font-family: "Ariel",sans-serif;}



#bottom {clear: both; float:left; background-color: Khaki; text-align: center; padding: 10px;  }






