/* <!-- */
	/* General styles */
	

html,body {
		margin: 0;
                border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:url(images/bodybg3.jpg);position: absolute; 
		height:100%;
                padding:0px;
           

				/* The min-width property does not work in old versions of Internet Explorer */
		font-size:12px;
                font-family: sans-serif; 

}

#donatenow {background:url(images/donatenow.png); position: absolute; left: 660px; top: 20px; width: 110px; height: 150px; z-index: 4; }

#container {
     margin: 0 auto;

   width:760px;   /* you can use px, em or % */
   text-align:left;
background:url(images/contentbg6.jpg); margin-top: 0px; background-repeat: no-repeat;
    height: 800px;
position: relative
}



        
	a {
		color:#000000; text-decoration: none;
	}
	a:hover {
		color: none;
		background: none;
		text-decoration:underline;
	}
	
         h1 { color: #CD5C5C; }
         h2  { color: #663366; font-size: 14px; text-indent: 1cm; font-style: italic;}  
             h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		color:#663366;
                margin:.4em 0 .8em 0;
		padding:0;
	}
 
	.p2 {color: #663366; font-weight: bold; border-bottom: 1px dotted #663366; }
.p3 {color: #000000; align: center; }
.p4 {color: #000000; }
.p5 {color: #000000; background: #FAEBD7; padding: 5px; }
.p6 {color: #000000; }
.p7 {margin-top: 25px; border: 1px dotted #E9967A; background: #FAE6CB; padding: 15px; color: #663366;}
.ph {font-weight: bold; font-size: 12pt;}

#bottom {position: absolute; top: 320px; left: 12px; width: 705px; }
#title {position: absolute; left: 380px; top: 17px; font-size: 16pt; color: #E9967A; }

#title1 {position: absolute; left: 280px; top: 17px; font-size: 16pt; color: #E9967A; }
	
img {
		margin:0px 0 0px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
                margin-top: 95px;
               
	} 



     
	#header {
		border: none;
  
	}
	#header p,
	#header h1, 
	#header h2 {
		padding:.4em 15px 0px 15px;
		margin:0;
	}
	
/* main menu centered style */





 #mainmenu  {float: left;
	width: 760px;
	list-style: none;
	line-height: 1;
	background:url(images/nav.jpg); background-repeat: no-repeat;
	padding: 0;
	border: none;
	border-width: 1px 0;
	margin: 0 0 0 0;
        height: 25px;
}

#topnav {position: absolute; left: 70px; top: 98px; z-index: 3;    }

#nav, #nav ul {float:left;
	width: 690px;
	list-style: none;
	line-height: 15pt;
	padding-left: 0px;
	margin: 0 0 1em 0;
        height: 23px;
        background:url(images/navsub.jpg);
  
     
     
      
}

#nav a {
	display: block;
	width: 7em;
	w\idth: 7em;
	color: #663366;
	text-decoration: none;
	text-align: center;
 
        
  
}

#nav a.submenu {
	
}	

#nav li {
	float: left;
	padding: 0px;
	width: 7em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 7em;
	w\idth: 7em;
	font-weight: normal;
	
	margin: 0;
}

#nav li li {
	
	width: 7em
}

#nav li ul a {
	width: 7em;
	w\idth: 7em;
       
}

#nav li ul ul {
	margin: 7em 0 0 7em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFCC99;
        color: #663366;
        width: 7em;
}



#layoutdims {
		clear:both;
		background:#E9967A;
		border: none;
		margin:0;
		padding:6px 15px !important;
		text-align:right; }

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
                background: #FAEBD7;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
                background: #FAEBD7;
	}
	/* Full page settings */
	.fullpage {
		background: #FAEBD7;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;
                background: #FAEBD7;			/* page left padding */
                height:100%;
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
                position: absolute; top: 510px;left:10px;
                z-index: 4;
	
	}
	#footer p {
		padding:5px;
		margin:0;
                font-size: 9px;
                color: #CD5C5C;
	}


	/* --> */

 /* Gallery and Image styles */
div.img
  {
  margin: 10px;
  border: 1px solid #ECBA92;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
  }

div.desc
  {
  
  text-align: center;
  font-size: 12px;
  font-style: italics;
  width: 150px;
  margin: 10px;
  color: #000000;
  }
?* -->*/


div.nav2 { display: block; list-style-type: none; margin-left: -15px;}
li.nav2 { display: block; list-style-type: none; margin-left: -15px;}