﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 80px;
	padding: 0;
	background-color: #cc0000; /*red*/
	color: #000000; 
}

 
/*===============indicates no border around any image ============*/
body img {

	border: 0px;
	text-decoration: none;
}
#corners {
margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 960px;
	border: 10px #0E5A13 solid;
	}

/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 0 20px 0 30px;
	background-color: #ffffff;
	width: 900px;
	
}
/*=================== 
styles for top banner 
========================*/
#banner {
 background-position: left top;
 padding: 10px;
 background-color: #FFFFFF;
 background-image: url('images/banner_2a.jpg');
 height: 204px;
 background-repeat: no-repeat;
 color: #000000;
 position: relative;
}
#banner .title {
padding-left: 475px;
	/*text-align:right;*/
	background-color: transparent;
	color: #cc0000;
	margin-top: 30px;
	font-size: 1.5em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: .5em;
	font-weight: bolder;
	background-color: transparent;
	color: #cc0000;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	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-style: solid;
	border-top-color: #cc0000;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #cc0000;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: none;
}
#topmenu a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : underline;
	background: #0E5A13;
	color: #FFFFFF;
}
/*====================== styles for main content area =========================*/
#content {
/*	padding: 5px 30px 5px 30px;
	margin: 5px 30px 5px 30px;*/
	background-color: #FFFFFF;
	color: inherit;
}
 a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: none;
}
 a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
 a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #cc0000;
	color: #ffffff;	
}
 a:active {
	font-weight: bold;
	text-decoration : none;
	background: #cc0000;
	color: #000000;	
}


p {
line-height: 150%;
}
/*============== Styles for footer ===================*/
#footer {
	border-color: #cc0000;
	border-width: thin;
	font-size: .8em;
	clear: both;
	padding: 0 5px 0 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-top-style: solid;
}

#left_align {
	margin-left: 0;
	}
#right_align {
	margin-left: 20em;
	}

/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #0E5A13;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #0E5A13;
	line-height: 100%;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}

/* ============floats images to right or left ============*/
.imgrgt {
	 float:right;
	 padding: 7px;
}
.imglft {
	 float:left;
	 padding: 0 20px 20px 0;
}
.smtxt {
	font-size:small;
}
