BODY   {
	margin: auto;
	color: black;
	font-size: 14px;
	line-height: 18px;
	max-width: 1000px;
	font-family: Baskerville;
	font-weight: normal;
	background-color: #eFeFeF;
	display: block;
}

p {
    display: block;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

h1 {
line-height: 18px;
padding-top: 1.5%;
}

h2 {
line-height: 18px;
padding-top: 1.5%;
}

h3 {
font-size: 20px;
line-height: 22px;
padding-top: 1.5%;
font-weight: normal;
margin-bottom: 0em;
}

h3s {
font-size: 20px;
line-height: 22px;
padding-top: .5%;
font-weight: normal;
margin-bottom: 0em;
}

lab {
font-size: 20px;
line-height: 28px;
padding-top: 1.5%;
font-weight: normal;
}

h4 {
font-size: 18px;
line-height: 5px;
font-weight: normal;
font-style: italic;
}

h5 {
font-size: 18px;
line-height: 22px;
font-weight: normal;
font-style: italic;
}

emph {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;	
}
	
top {
font-size: 11px;
line-height: 150%;
font-weight: normal;
}

.rounded {
    border: 1px solid;
    border-radius: 25px;
    background-color: #FFFFFF;
    width: 90%;
    padding-left: 3%;
    padding-right: 3%;
} 

B, default {
   font-weight : normal; 
	}

B, sectionhead {
   font-weight : normal;
   font-size: 24px;
   font-family: Courier New;
	}
	
A:visited {
	font-weight : normal;
	text-decoration : none;
	color: black;
	}

A:link {
	font-weight : normal;
	text-decoration : none;
	color: black;
	}


A:hover  { text-decoration: underline; }

a.readMore 
{
	font-size: 12px;
	color: #f7f7f7;
	padding: 3px 7px;
	background: #3D352A;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}

table {margin:0;
	border-collapse: collapse;
	padding:0;
	   }​
	   
nav ul ul {
	display: none; z-index: 2000;
}

	nav ul li:hover > ul {
		display: block; z-index: 2000;
	}
	
nav ul {
	background: #FFFFFF; 
	padding: 00px 00px;
	border: 2px solid;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	color: #000;
	z-index: 2000;
}

	nav ul:after {
		content: ""; clear: both; display: block; z-index: 2000;
	}
nav ul li {
	float: left; z-index: 2000; color:#000;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		z-index: 2000;
	}
		nav ul li:hover a {
			color: #fff; z-index: 2000;
		}
	
	nav ul li a {
		display: block; padding: 10px 7px;
		color: #000; text-decoration: none; z-index: 2000;
	}
	
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0; z-index: 2000;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		z-index: 2000;
	}
		nav ul ul li a {
			padding: 10px 18px;
			color: #fff;
			z-index: 2000;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
				z-index: 2000;
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0; z-index: 2000;
}

.img-with-text {
    text-align: justify;
    width: 250px;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
    float: left;
}
