
/*****GLOBAL******/
body{
  /*background: url(img/side2sm.jpg) no-repeat left top; */
  margin: 0;
  font-family: Book Antiqua, Times, georgia, serif;
  text-align: center; 
  background: #4B5472;
}
ul
{
list-style: none;
padding: 0;
}
a { text-decoration: none; color: #333;  }
a:hover { color: #808080; }
/*****LAYOUT******/
#container{
  margin: auto;
  width: 850px;
  height: 500px;
  border: ;
  background: #4B5472;
  text-align: left;
}
#head{
  margin: 0;
  padding: 0px 0px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 5px;
  word-spacing: 10px;
  width: 100%;
  background:url(img/headernew2.jpg) no-repeat top;
  background-position: center;
  height: 166px; 
}
#nav {
	background: #E1BB7B;
	margin: 0;
	padding-left: 85px;
	height: 26px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
#nav li a {
	text-decoration: none;
	color: #D91A1A;
	background-color: #E1BB7B;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover {
   background-color: #467A16;
   color:#fff;
   }
#nav li a.on { background-color: #52911A; color: #C6C4C5; }	 
/********COLUMNS********/
#content{
  border: 0px solid #F0EDE3;
  /*background: #fff; */
  background: url(img/side5sm.jpg);
  background-repeat: repeat-y;
  width: 570px;
  padding-left: 105px;
  padding-right: 0px;
  position: relative;
  float: left;
  
  min-height: 245px;
}
#content div{
  /*background: #fff url(img/para_bg.jpg) repeat-x;	*/
  background: #4B5472;
   }
#content h1{
    font-family: Book Antiqua, Times, georgia, serif;
    color: #EFEDD6;
  	letter-spacing: -1px;
	font-size: 25px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-style: italic;
}	 
#content h2{
    font-family: Book Antiqua, Times, georgia, serif;
    color: #EFEDD6;
  	letter-spacing: 0px;
	font-size: 20px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-style: italic;
}	 
#content p {
	  font-family: Book Antiqua, Times, georgia, serif;
	  color: #EFEDD6; 
	  font-size: 15px;
	  text-align: Justify;
	  }
	   
#content table{  
             border-collapse: separate;
             border-spacing: 15pt }
#content td {
	  font-family: Book Antiqua, Times, georgia, serif;
	  color: #EFEDD6; 
	  font-size: 15px;
	  text-align: Left;
	  }	
#content td i { font-style: italic;}   
#content li {
	margin:0 0 0 0;
	border-bottom:1px solid #F0ede3;
	border-left: 6px solid #6abc21;
	padding:0 0 5px 20px;
	list-style:none;
	color:#999;
}
#content a { text-decoration: none; color: #17A917;  }
#content a:hover { color: #333; }
#content blockquote p {
	color: #EFEDD6;
	margin:0px;
	padding:0px;
	margin:0;
	padding:0;
     font-style: italic;
}
#right {
	float: right;
	background: #52608F;
	width: 150px;
	color: #fff;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	font-style: italic;
	letter-spacing: 1px; 
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;
width:120px;
border-left: 5px solid #17A917;
border-bottom: 1px solid #F0ede3;
padding: 2px 2px 2px 10px;
background: #52608F;
text-decoration: none;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #fff;
}
#list-menu a:hover {
background: #333;
border-left: 5px solid #333;
color: #17A917;
}
img {
border-width: 20px;
border-color: #4B5472;
border-style: dotted;
}
.search{
  font-size: 30px;
  height: 32px;
}
/*******FOOT*********/
#footer {
	background: #52608F ;
	text-align: center;
	color: #17A917;
	font-size: 0.8em;
	padding: 10px;
	line-height: 10px;
	clear: both;
	}
#footer a{color: #17A917; }
#footer a:hover { color: #333; }
