body {
	background-color: white;
	margin: 20px;
	padding: 0;
	font-size: 1.1em;
	font-family: times, verdana, arial, serif;
}
h1 {
	font-family: Verdana, arial, times, serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #00008B;
	font-size: 2.1em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Verdana, arial, times, serif;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 1.1em;
}
h3 {
	font-family: Verdana, arial, times, serif;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 1.0em;
}

.banner {
	text-align: center;
	color: #0000A0;
	font-size: 3.0em;
	font-weight: bold;
}
p {
	font-family: times, verdana, arial, serif;
	line-height: 1.1em;
	margin: 0 0 16px 0;
	padding: 0;
}
.content>p {
	margin: 10px;
}
#navleft * ul, #navleft * ul * ul {
	margin: 0 0 10px 0;
	list-style-position: outside;
	left: 0;
}
#navleft * ul li {
	font-weight: bold;
	left: 0;
}
#navleft * ul {
	list-style-type: none;
	list-style-position: outside;
	left: 0;
	margin-left: 0;
	padding-left: 1em;
}
#navleft * ul * ul li {
	list-style-type: disc;
	font-weight: normal;
	margin: 0 0 0 0;
	left: 0;
}

#navleft * a {
	text-decoration: none;
}
#navleft * a:link {
	color: blue;
}
#navleft * a:visited {
	color: blue;
}
#navleft * a.hover {
	background-color: #bbb;
}

img {
border: 0px;
} 
/* All the content boxes belong to the content class. */
.name {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 210px 20px 210px; /* It reads - top, right, bottom, left (trbl) */
	border: none; /* border-style can be set according to the css_border_styles.gif. borders can have 4 property-value pairs: border-top-width, border-right-width, border-bottom-width, border-left-width. Values can be pixel or em and thin, medium or thick. For one value for a border use border-width with pixel or em. Colour can be used - bordercolor property. Colour can be used individually - border-top-color, border-right-color, border-bottom-color, border-left-color.*/
	background-color: #FFF8DC;
	padding: 35px;
	z-index: 3;
        text-align: center;
}
.content {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 210px 20px 230px; 
	border: none;
	background-color: white;
	padding: 5px; /* It reads - top, right, bottom, left (trbl) */
	z-index: 3;
}
#navleft {
	position: absolute;
	width: 239px;
	top: 150px;
	left: 0px;
	font-size: 0.8em;
	border: none;
	background-color: #FFCC99;
	font-family: Verdana, Arial, Times, serif;
	margin: 0 0 10px 0;
	padding: 0px;
	z-index: 2;
}
#navright {
	position: absolute;
	width: 140px;
	top: 150px;
	right: 10px;
	font-size: 0.8em;
	border: none;
	padding: 5px;
	font-family: Verdana, Arial, Times, serif !important;
	z-index: 1;
}
p#strong {
	font-family: times, verdana, arial, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#navright img {
	width: 150px;
	height: 60px;
	border: none;
}

