/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	 text-align: center;
}

/* image right and left float, text wraps around  */

.imgleft{
	float: left;
}

.imgleft{
	float: right;
}

#top h1 a {
	text-decoration: none;
}

#top h1 a:hover { 
  text-decoration: underline; 
}

h1.top{
  font-size: 2.0em;
	text-decoration: none;
	background-image: url(images/content1.gif);
	background-position: 0 px;
	background-repeat: repeat;
	border-bottom: 0px solid #FFFFFF;

}
h2.top{
  font-size: 1.2em;
	background-image: url(images/content1.gif);
	background-position: 0 px;
	background-repeat: repeat;
	border-bottom: 0px solid #FFFFFF;
}


/*--- headers ---*/
h1, h2, h3, h4, h5, h6{
	margin: 0px 0 8px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A1D04;
	background-color: #FFFFFF;
}

h1{
	font-size: 2em;
	border-bottom: 1px solid #FBC440;
	padding: 0 0 2px 15px;
	background-image: url(images/h1.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

h2{
	font-size: 1.6em;
	border-bottom: 1px solid #D0D0BF;
	padding: 0 0 2px 15px;
	background-image: url(images/h2.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

h3{
	border-bottom: 1px solid #FBC440;
	font-size: 1.4em;
}

h4{
	border-bottom: 1px solid #D0D0BF;
}

h4, h5, h6{
	font-size: 1.2em;
}


p{
	line-height: 1.5em;
	margin: 1em 1em;
	padding: 0;
	text-align: left;
	
}

p.special{
	background-image: url(images/input1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 4px 0;
	padding: 10px;
	border: 1px solid #D0D0BF;
	
}

a{
	color: #4A1D04;	
	font-weight: bold;
	text-decoration: underline;
/*  	background-color: #FFFFFF;  */
}

p.special a, blockquote a{
	background-color: transparent;
	color: #4A1D04;
}

blockquote a{
	background-color: transparent;
	color: #000000;
}

a:hover, a:focus, a:active{
	text-decoration: none;
}


blockquote{
	border: 1px solid #D0D0BF;
	font-variant: small-caps;
	font-size: 1.1em;
	margin: 2px 30px 10px 30px;
	padding: 10px;
	background-color: #FAFAFA;
	color: #000000;
}

ul{
	list-style-type: square;
	color: #4A1D04;
	background-color: #FFFFFF;
	line-height: 1.5em;

}

ul li p{
	margin: 0;
	padding: 0;
}

ul.listofnews{
	margin: 0 ; 
	padding: 0 0 5px 0px;

}

ul.listofnews li{
	margin: 0  0 5px 15px;
	
}

ul.listofnews li.listwithimage{
	list-style-type: none; 
	padding: 0;
	margin: 0 0 5px 0px;
}



ul.listofnews img{
	float: left;
	display: block;
	margin: 5px 5px 0 0;
	border: 1px solid #FBC33C;
	
}


.table1 {border: 2px solid #FBC33C ;border-collapse:collapse; width:100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
.table1 td {
			background-color: #FFFFFF; 
			background-image: url(images/input1.jpg);  
			background-repeat: repeat-y; 
			background-position: 0 0;
			padding:3px;
			border: 1px solid #FBC33C ;
		}
		.table1 th {text-align:left;border: 1px solid #FBC33C;}
		.table1 thead th {color:#ffffff; font-size: 1.3em; background-color:#4A1D04; padding: 10px 6px}
		.table1 tbody th {color:#000000; background-color: #FFD774; font-size: 1.2em; padding: 6px}
		.table1 tbody th.sub {font-size:100%;color:#000;background-color: #FEEEC8; padding: 6px; font-size: 1.1em;}


/**----- form -----**/

/*form fieldset {
  margin: 10px 0 10px 0;
  border-top: 1px solid #4A1D04;
  border-left: 1px solid #4A1D04;
  border-right: 1px solid #D0D0BF;
  border-bottom: 1px solid #D0D0BF;
}

form fieldset span{
  color: #4A1D04;
  background-color: #FFFFFF;
}

form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  line-height: 1.8;
  vertical-align: top;
  font-weight: bold;
  color: #4A1D04;
  background-color: #FFFFFF;
  float: left;
  width: 140px; /* Width of labels */


/*

}

form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form input{
	  border-top: 1px solid #4A1D04;
	  border-left: 1px solid #4A1D04;
	  border-right: 1px solid #D0D0BF;
	  border-bottom: 1px solid #D0D0BF;
	  padding: 5px;
	  color: #4A1D04;
	  background-color: #FFFFFF;
	  background-image: url(images/input1.jpg);
	  background-position: 0 0;
	  background-repeat: no-repeat;
}

form input.postform{
	margin: 0 0 0 142px;
	padding: 3px;
	width: 150px;
	border: none;
	background-image: url(images/menu1.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #7F5E4D;
	font-weight: bold;
}

form textarea{
	  border-top: 1px solid #4A1D04;
	  border-left: 1px solid #4A1D04;
	  border-right: 1px solid #D0D0BF;
	  border-bottom: 1px solid #D0D0BF;
	  padding: 5px;
	  color: #4A1D04;
	  background-color: #FFFFFF;
	  background-image: url(images/input1.jpg);
	  background-position: 0 0;
	  background-repeat: repeat-y;
}
*/


#topheader{
	background-image: url(images/content1.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FBC33C;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.clear{
	clear: both;
	line-height: .01em;
	font-size: .01em;
}

#contentheader{
	margin: 0 10%;
	color: #000000;
	background-image: url(images/content1.gif);
 	background-repeat: repeat;
/*	height: 150px;  */
}

img.yourlogo{
	display: block;
	width: 128px;
	height: 120px;
}

#menu{
	border-top: 1px solid #BFAEA5;
	border-bottom: 1px solid #BFAEA5;
	background-image: url(images/menu1.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	background-color: #4A1D04;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	line-height: 2.0em;
}

#menu ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ol li{
	display: inline;
	margin: 0 0 0 -4px;
	padding: 6px 9px 5px 14px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#menu ol li.last{
	border-right: none;
}

#menu ol li a{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ol li a:hover, #menu ol li a:focus, #menu ol li a:active{
	text-decoration: underline;
	
}

#content{
	background-image: url(images/content1.gif);
	background-position: 0 0;
	background-repeat: repeat;
	/*  	background-repeat: repeat-x;    xxxxxxxxxxx */
	background-color: #FBC33C;
	color: #000000;
	border-top: 1px solid #FFFFFF;
}

#internalcontent{
/*	margin: 0 10%; 
margin-left: 10%;
margin-right: 10%; */

/* width: 850px; */
width: 80%;
margin-left: auto ;
margin-right: auto ;
	padding: 10px;
	background-color: #FFFFff;
	color: #000000;
	border-left: 1px solid #765440;
	border-right: 1px solid #765440;
	font-size: .7em;
 text-align: left;
}

.firstgrid{
/*	float:left; */ 
/*	width:65% !important; */ 
/* margin-left: auto ;
margin-right: auto ; */


}

.secondgrid{

margin-left: auto ;
margin-right: auto ;

	width: 99%; 
}

/*--- menu ---*/
#sidebar{
	float: left;
	width: 170px;
	border: 1px solid #4A1D04;
	background-image: url(images/input1.jpg);
	background-position: top left;
	background-repeat:repeat-y;
}

.sidebarmenu{
	background-image: url(images/logomenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 28px;
	margin: 0 0 5px 0;
}

.sidebarmenu div{
	font-weight: bold;
	border-bottom: 1px solid #4A1D04;
	color: #4A1D04;
	background-color: transparent;
	margin: 0 0 2px 0;
	
}

.sidebarmenu ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebarmenu ol li{
	color: #4A1D04;
	background-color: transparent;
	line-height: 2em;
	padding: 2px 0 2px 0;
	/*border-bottom: 1px dashed #4A1D04;*/
	
	
}

.sidebarmenu ol li a{
	display: block;
	width: 140px;
	color: #4A1D04;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.sidebarmenu ol li a:hover, .sidebarmenu ol li a:focus, .sidebarmenu ol li a:active{
	border-bottom: 1px dashed #4A1D04;
	
}

/*---- text page---*/
#text{
	margin: 0 0 0 203px;
}

/* paragraph with images */ 

div.paragraphimage{
	width: 100%;
	margin: 0 0 6px 0;
}

div.paragraphimage img.imgleft{
	border: 2px solid #FBC33C;
	display: block;
	float: left;
	margin:4px 5px 0px 0;
}
div.paragraphimage img.imgright{
	/*float: right;*/
	border: 2px solid #FBC33C;
	display: block;
	float: right;
	margin:4px 0 0 5px;
}

div.paragraphimage p{
	position: relative;
}


/*--- footer ---*/
#footer{
	border-top: 1px solid #FFFFFF;
	background-image: url(images/menu1.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
/*  	font-weight: bold; */ 
	font-size: .5em;
	background-color: #4A1D04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 10px 0;
}

#footer p{
	text-align: center;
	margin: 4px 0 4px 0;
	padding: 4px;
	width: 48%;
	line-height: 1.2em;
	font-size: .9em;
}

#footer p a{
 	background-color: #transparent; 
  color: #FFFFFF; 
/*	text-decoration: none; */
}

#footer p a:hover, #footer p a:focus, #footer p a:active{
	text-decoration: underline;
}



