@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 top banner ========================*/

/* sets style for page banner */

#logoleft {
	padding : 3px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	/*background-image: url('../images/green-your-site-banner.gif');
	background-repeat: no-repeat;*/
	height: 90px;
}

#logoright {
	float: right;
	width: 200px;
	height: 80px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #F0f8ff;
	color: #bd7b7c;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*styles search button color*/

.search {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

/*=================== 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;
	color: inherit;
	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: 190px;
	margin-left: 170px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
}


/* *****************************************************
Navigation Bar - Right hand side 
**************************************************** */
#rightnav {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #242F24;
	float: right;
	background-color: #f0f8ff;
	width: 150px;
}
	
#rightnav p {
	font-size: .8em;
}
#rightnav .header{
	background-color: black;
	font: bold 13px Verdana;
	color:	#F0F8FF;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#ddblueblockmenu{
float: left;
border: 1px #000099 black;
border-bottom-width: 0;
width: 165px; /*width of menu*/
padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal .90em 'verdana';
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 150px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffff99;
background-color: #800000;
border-bottom: 1px solid #000099;
border-left: 7px solid #000099;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 150px; /*IE 5*/
width: 150px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px #000099;
padding: 1px 0;
padding-left: 5px;
background-color:	#000099;
font: normal 1em verdana;
}

/* =================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: 1.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;
}

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;
}

.newStyle1 {
	text-align: justify;
	margin-top: 1em;
}



