@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
  }
  
  
 body {
	 margin:0;
	 padding:0;
	 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	 /* font-family:Arial, Helvetica, sans-serif; */
	 background-color:cornsilk;
	 background-image:url(../images/content.png)
   }
   
 header, section, footer, aside, article, figure{
	 display:block;
 }

.container {
	max-width:1000px;
	margin:auto;
	background-color:white;
	background-image:url(../images/content.png);
	
	/* height:1270px; */

}

header{
	width:100%;
	height:75px;
	background-image:url(../images/content.png);
	/* background-repeat:no-repeat; */

	
}

.logo{
	float:left;
	padding:5px 5px 5px 5px;
}

#banner {
	clear:both;
	padding:1px;
}

.menubar1 {
	height:42px;
	 background-color:cornsilk;
	/* background-color:#094658; */
	text-align:center;
	background-image:url(../images/content.png);

}

.menubar1 ul{
	list-style:none;
	text-align:center;

}

.menubar1 ul li a{
	float:left;
	text-decoration:none;
	color:#FFF;
	padding:0px 15px;
	text-align:center;
	height:42px;
	line-height:42px;
	background-color:#094658;
	border-radius:10px;
	font-weight:bold;
	text-shadow:1px 1px #FFFF00;
}


.menubar1 ul li a:hover{
	background-color:darkcyan;
	border-radius:10px;
	color:lightblue;
	text-decoration:underline;
	text-shadow:1px 1px #FFFF00;
}

.menubar1 li a.active{
	background-color:darkcyan;
	border-radius:10px;
	color:lightblue;
	text-decoration:underline;
	text-shadow:1px 1px #FFFF00;

}


.content{
	font:Arial, Helvetica, sans-serif;
	color:#003399;
	width:800px;
	padding:5px;
	float:left;
}

.sidebarone{
	width:150px;
	padding:5px;
	float:right;
}



.justify{
	text-align:justify;
	/* font-family:Arial, Helvetica, sans-serif; */
}

.menubar2 ul{
	list-style:none;
	width:140px;
	background-color:darkcyan;
}

.menubar2 ul li{
	border:1px solid #000;
	padding:5px;
}

.menubar2 ul li a{
	color:white;
}

.menubar2 ul li a:hover{
	background-color:#603;
	border-radius:1px;
	color:lightblue;
	text-decoration:underline;
}

.menubar2 li a.active{
	background-color:#603;
	border-radius:1px;
	color:lightblue;
	text-decoration:underline;
}





footer{
	clear:both;;
	height:25px;
	background-image:url(../images/footer.png);
	color:#FFF;
	width:100%;
}



	h3.pos_loc {
		position: relative;
		top: 5px;
		left:170px;
		text-shadow: 1px 1px #003300;
		font-family:Arial, Helvetica, sans-serif;
		color:#00F;
		font-size:18px;
	}
   
   	h3.pos_loc2 {
		position: relative;
		top: 25px;
		left:14px;
		text-shadow: 1px 1px #003300;
		font-family:Arial, Helvetica, sans-serif;
		color:red;
        font-size:18px;
		
	}
	