body {
	background-color: #FFF8DC;
	margin: 20px;
	padding: 0;
	font-size: 1.0em;
	font-family: Verdana, Arial, 'Times New Roman', serif;
}
h1 {
	font-family: Verdana, Arial, 'Times New Roman', 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 New Roman', serif;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 1.1em;
}
h3 {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 1.0em;
}

p {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	line-height: 1.0em;
	margin: 0 0 16px 0;
	padding: 0;
}
.content>p {
	margin: 10px;
}
.navleft {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	margin: 0 10px 10px 0px;
	border: 1px solid #0055A5;
	background: white;
	padding-left: 5px;
}

#topbanner {
}
.navtopleft {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	margin: 0 10px 10px 0px;
	border: 1px solid #0055A5;
	background: white;
	padding-left: 5px;
}

.nav_heading {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	font-weight:bold;
	margin: 0 0 10px 0;
	color: #00008B;

}
#navleft ul, #navleft ul * ul {
	margin: 0 0 10px 0;
}
#navleft ul li {
	/*font-weight: bold;*/
}
#navleft ul {
	/*list-style-type: none;*/
	margin-left: 0;
	padding-left: 1em;
}
#navleft ul * ul li {
	list-style-type: disc;
	font-weight: normal;
	margin: 0 0 0 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;
}
.mainContent {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 210px 20px 190px; 
	border: none;
	background: #FFF8DC url('background.gif') no-repeat fixed center;
	padding: 5px; /* It reads - top, right, bottom, left (trbl) */
	z-index: 3;
	font-family: Verdana, Arial, 'Times New Roman', serif;
}
#navleft {
	position: absolute;
	width: 180px;
	top: 10px;
	left: 20px;
	font-size: 0.9em;
	border: none;
	background-color: #FFF8DC;
	padding: 10px;
	z-index: 2;
}
#navright {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 0px;
	font-size: 0.9em;
/*
	border: 1px solid #0055A5;
	background-color: white;
*/
padding: 0px 5px 20px 10px;
	z-index: 1;
}
.navright_related {
	position: absolute;
	width: 200px;
	top: 330px;
	right: 20px;
	font-size: 0.9em;
	border: 1px solid #0055A5;
	background-color: white;
	padding: 20px 5px 0px 5px;
	z-index: 1;
}
p#strong {
	font-family: Verdana, Arial, 'Times New Roman', serif;
	font-size: 1.2em;
	font-weight: bold;
}

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