@charset "iso-8859-1";
body {
	margin: 0;
	padding: 0;
	background-color:#F0F8FF; /*light blue*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
}

/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 0px auto 10px auto;
	padding: 20px;
	background-color: inherit;
	width: 90%;
}

/* ============ styles for title ==========*/
#logoleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000099;
}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #000099;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
}
#topmenu ul {
	background-color: #800000;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu li a {
	font: normal 1em Verdana;
	color: #FFFF99;
	text-decoration:none;
}
#topmenu li a:hover {
background-color: #2586d7;
}

/*====================== styles for main content area =========================*/
#content {
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	text-align: justify;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #000000; /*black*/
	font-family: Times New Roman, Times, serif;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
h2 {
	font-size: 1em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h3 {
	font-size: .9em;
	text-align: center;
	margin-top: .9em;
	margin-bottom: .9em;
	font-weight: lighter;
}
h4 {
	font-size: .9em;
	text-align:	left;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
}
p + p {
	margin-top: 0.5em;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: #f0f8ff;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

