@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3131AB; 
	color: #000000;
	background-image:  url(image/blue2.jpg);
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
	max-width: 1300px;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding: 10px;
	background-color: #FFFFFF;
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== 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: 2px solid #3131AB;
	border-bottom: 2px solid #3131AB;
}
#topmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#topmenu li {
   display: inline;
   list-style-type: none;
   padding: 0px;
   padding-right: 1em;
}

/*====================== styles for main content area =========================*/
#content {
/*	padding: 5px 30px 5px 30px;
	margin: 5px 30px 5px 30px;*/
	background-color: #ffffff;
	color: inherit;
}

/*===========content area list items==============*/
#content ul li {
   list-style-type: square;
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-type: square;
	padding: 2px 0;
}

/*============== Styles for crumb ===================*/
#crumb {
   color: #000000;
   font-size: small;
}

/*============== Styles for footer ===================*/
#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #3131AB;
	text-align: center;
	font-size: small;
	
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #3131AB;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #EAE83A;
	background-color: #3131AB;
	text-align: center;
}
h1 {
	padding: 5px;
	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: 7px;
}
.smtxt {
	font-size:small;
}

/* =========== link styles =============*/

a:link {
	font-weight: bold;
	color: #3131AB;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #3131AB;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #3131AB;
	color: #EAE83A;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #3131AB;
	color: #EAE83A;
}



