/*  <html> <head> </head> <body> </body> </html> */

body {  
	background-image: url(images/bggradient1.jpg);
	background-color: #D8BAEC;
	background-repeat: repeat-y;
	background-position: left; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	color: #611E41;
	}	
	
div#all { 	width: 900px; 
		}

div#logobar {
			background-image: url(images/toplogo01.jpg);
			background-repeat: no-repeat;
			background-position: left; 
			height: 151px; 
			} 
						
div#menubar {
			background-image: url(images/leftmenubg01.jpg);
			background-repeat: no-repeat;
			background-position: top left; 
			width:232px;
			height: 450px; 
			text-align: left; 
			float: left;
			padding-left: 12px;
			} 
		
div.bulk {
		 float: right;
		 clear: right;
		 text-align: left;
		 width: 610px;
		 border: medium solid #611E41;
		 margin: 3px;
		 padding: 5px; 
}

div.container {
		 clear: both;
		 float: none; 
		 width: 95%;
}

div.left {
		 float: left;
		 clear: none;
}

div.right {
		 float: right;
		 clear: none;
}

div.leftFloat45 {
		 float: left;
		 clear: none;
		 width: 45%
}

div.rightFloat45 {
		 float: right;
		 clear: none;
		 width: 45%
}


div#details {
		 clear: both; 
}

div.center { 
		text-align: center; 
}

/* link formatting */

a.leftlink:link {color: #611E41; text-decoration:none; border: none; font: bold italic; }
a.leftlink:visited {color: #611E41; text-decoration: none; border: none; font: bold italic; }
a.leftlink:hover {color: #0B700F; text-decoration: underline; border: none; font: bold italic; }
a.leftlink:active {color: #0B700F; text-decoration: underline; border: none; font: bold italic; }


a:link {color: #097600; text-decoration:underline; border: none; font: bold italic; }
a:visited {color: #097600; text-decoration: underline; border: none; font: bold italic; }
a:hover {color: #61B329; text-decoration: underline; border: none; font: bold italic; }
a:active {color: #0B700F; text-decoration: underline; border: none; font: bold italic; }

li.leftsublink{ 
	margin: 1% ;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: medium;
   }

/*  Text Formatting*/
		
h1 {
   color: #8E336B; 
   font-weight: bold;
   font-family: arial, sans-serif;
   font-style: italic;
   font-size: x-large;
   text-align: center; 
   }

h2 {
   color: #8E336B; 
   font-weight: bold;
   font-family: arial, sans-serif;
   font-style: italic;
   font-size: large;
   }

h3 {  
   color: #8E336B; 
   font-weight: bold;
   font-family: arial, sans-serif;
   font-style: italic;
   font-size: medium;
   
 }
   
p {	
  font-family: arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: left;
  margin: 1% 1% 3% 1%;
}

.center {	
 text-align: center; 
  margin: 1%;
  }

p.right {	
  font-family: arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: right;
  margin: 1%;
}
  
p.smallest {
		   font-size: x-small;
		   text-align: center;
		   }

ul {
	font-family: arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 1% ;
   }
   
li { 
	margin: 1% ;
   }
  
/*table formatting */   
   
table#frontpage {	
	background-color: #611E41;
	background-image: url(images/damaskBgTile01.gif);
	background-repeat: repeat;
	  }

td.frontpage {
   height:150px; 
   width:150px;
   } 
     
	
table {
	  }  

	  
td {
   vertical-align: top;
   } 	 
	  
img { 
	border: thin solid #461332;
	}   
	
img.noborder { 
	border: 0px;
	}   

