/* CSS Document */
     body{
      font-family: Geneva, Arial, Helvetica, sans-serif; 
	  font-size:100%;
	  color:#6541A2;	
	  padding: 0px;
	  margin:0px;
	  text-align: center; /* To Make Content Centered */
	  background: #ffffff;
	  }
      p {
	  font-family: Geneva, Arial, Helvetica, sans-serif; 
	  font-size:85%;
	  color:#6541A2;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  background-color: transparent;
	  }	  
	  p em{
	    font-weight: bold;
		font-style: italic;
	  }
	  p eh{
	    font-weight: bold;
		color:#000000;
	  }
	  p#tiny {
	   	font-size:62%;
	  }
	  p#names {
	   	font-size:75%;
	  }
	  p#quoteBold{
	      font-size: 14px;
		  font-weight:bold;
		  text-align: center;		  
	  }
      p#right {
	     text-align:right;
		 float:right;
	  }
	  p#center{
	    text-align: center;	
	  }	
	  h1, h2, h3, h4, h5, h6 {
		  font-family: Geneva, Arial, Helvetica, sans-serif; 
		  color:#6541A2;
		  background-color: transparent; 
	  } 	  
	  h1{
	   	  font-weight: bold;
	      font-size:1.4em;
	  }
	  h1 sub{	  	  
		  font-family: Verdana, Arial, Helvetica, sans-serif;	    
		  color:#000000;
		  font-size:1.0em;
	  }
	  h1 sub2{	  	  
		  font-family: Verdana, Arial, Helvetica, sans-serif;	    
		  color:#000000;
		  font-size:0.7em;
	  }
	  h2 {
	   	  font-weight: bold;
   	      font-size:1em;
	  }
	  h3{
	      font-size:0.9em;
	  }
	  h4{
	      font-size:0.8em;
	  } 
	  h5{
	      font-size:0.7em;
	  } 
	  h6{
	      font-size:0.6em;
	  }
	  h1 em {
	   font-style:italic; 
	  }
	  h1 span{
	    text-align: center;
	  }
	  .formbox {
	  
	  }
	  .warning{
	   font-size:0.8em;
	   font-style:italic;
	   text-decoration:none;
	  }
	  #wrapper {
		  width:850px;
		  margin:0px auto; /* Right And Left Margin Widths To Auto */
		  background: transparent url(images/clouds_99.jpg) repeat-y;
		  background-position: top;
		  border: 1px solid  #333399;
		  text-align: left;
		  padding: 0px;
		  /* we need this for IE 5.01 - otherwise the wrapper does not expand to the
	necessary height (unless fixed, this problem becomes even more acute 
	weirdness as the method is enhanced */
	/* Normally a Holly-style hack height: 1% would suffice but that causes 
	IE 5.01 to completely collapse the wrapper - instead we float it */
		float: left;
	/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
	(I saw it happen many moons ago) makes the width of wrapper too small 
	the float: none with the comment is ignored by 5.01,
	5.5 and above see it and carry on about their business
	It's probably fine to just remove it, but it's left here 
	just in case that many moons ago problem rears its head again */
		float/**/: none;
		}
	/* easy clearing */
	#wrapper:after
		{
		content: '[DO NOT LEAVE IT IS NOT REAL]'; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	#wrapper
		{
		display: inline-block;
		}
	/*\*/
	#wrapper
		{
		display: block;
		}
	/* end easy clearing */

	  #wrapper_com {
		  width:850px;
		  margin:0px auto; /* Right And Left Margin Widths To Auto */
		  background-color: #FFFFFF;
		  background-position: top;
		  border: 0px solid black;
		  text-align: left;
		  padding: 0px;
		  /* we need this for IE 5.01 - otherwise the wrapper does not expand to the
	necessary height (unless fixed, this problem becomes even more acute 
	weirdness as the method is enhanced */
	/* Normally a Holly-style hack height: 1% would suffice but that causes 
	IE 5.01 to completely collapse the wrapper - instead we float it */
		float: left;
	/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
	(I saw it happen many moons ago) makes the width of wrapper too small 
	the float: none with the comment is ignored by 5.01,
	5.5 and above see it and carry on about their business
	It's probably fine to just remove it, but it's left here 
	just in case that many moons ago problem rears its head again */
		float/**/: none;
		}
	/* easy clearing */
	#wrapper_com:after
		{
		content: '[DO NOT LEAVE IT IS NOT REAL]'; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	#wrapper_com
		{
		display: inline-block;
		}
	/*\*/
	#wrapper_com
		{
		display: block;
		}
	
	  
	 #wrapper .header {
		position:relative;
	    text-align: center; /* To Make Content Centered */
		margin: 0px auto;
		padding: 0px 0px 1.0em 0px;
		width: 850px;
	  	    
	  }
	  #header img {
		 margin: 0px ;
	     padding: 0px ;
      }
	  #block_1 {
		float: left;
		width: 21%;
		margin-left: 0%;
        border: 0px solid red; 	
		padding: 0px 10px 0px 0px;	   
     }

	 #block_1 #nav{
	    position: relative;
		
	 }
	 #block_1 ul#nav{
		  list-style: none;
		  margin: 0px;
		  padding: 0px;
		  
	  }
	 #block_1 #nav a{
		display: block;
		width: 140px;
		padding-bottom: 7px;
		padding-top: 7px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 5px 5px 5px 5px;
		text-decoration: none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-variant:small-caps;
		font-weight: bold;
		font-size: 90%;
		background-color: #6541A2;
		color: #CCCCCC;
		text-align: left;
	  }
	 #block_1 #nav a:link, #nav a:visited{
		  border-left: #6541A2 solid 7px;
		  color: #FFFFFF;
	  }
	 #block_1 #nav a:hover, #nav a:active {
		  border-left-color: #9999CC !important;
		  background-color: transparent !important;
		  color:#6541A2 !important;
	  }	     
	  #center_wrapper {
		float: left;
		width: 67%;
		position: relative;
		border: 0px solid blue;
	  }	
	 * html #center_wrapper	 {
	   display: inline;
	 }
	 
	 #center_wrapper ul {
	   font-size: 0.8em;
      }
	  
	 #center_wrapper ul li{
		  margin: 0px 0px 0px 0px;
	      padding: 0px 0px 0px 0px;
	  }
	  
	 #center_wrapper  ul li#list_bold{
	     font-weight:bold;
	  }
	  #SideColumn{
		float: left;
		position: relative;
		width: 10%;
		padding-left:5px;
		
	 }
	   #top_wrapper {
		float: left;
		width: 77%;
		position: relative;		 
		border: 0px solid green;
	  }
	  * html #top_wrapper	 {
	   display: inline;
	 }
	  #top_wrapper a{
		  font-weight: bold;
		  text-decoration: none;
		  padding: 2px 4px;
	  }
	  #top_wrapper p
	  {
		  text-decoration:none;
	  }
	   
       #top_wrapper  ul li#list_small{
	     font-size: 80%;
	  }
	  a#here{
	  	border-left-color: #fff !important;
	  	background-color: transparent !important;
	  	color:#CC99FF !important;
	  }
	  #thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}
#main_image {
    float: right;
    text-align: center;
    width: 425px;
	padding:0;
	margin:0;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
	  
	  
	#wrapper .footer { 
		display:  block;
		width:  100%;
		height:  auto;
		color: #555555;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
		border-top: 0px solid #919191;
   		clear: both;
	}
	#footer p {
		padding: 0px;
		margin: 0px;
     }
	#footer a:link, #footer a:visited {
		color: #3477CF;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #3477CF;
		text-decoration: underline;
	}
	#subFooter {
		 clear: both;
		 text-align:center;
		 width:100%; 
		 background-position:center;	
	 }
    #subFooter a{
		text-decoration:none;
	}
	
/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
	.clearfix:after{
		content: ".";
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}
	.figure {
	  float: none;
	  border: none;
	  margin: 0.5em 1.0em 0.5em 1.0em;
	  padding: 0.2em 1.0em 0.2em 1.0em;
	  text-align: center;
	}
	.figure p {
	  text-align: center;
	  font-style: italic;
	  font-weight:bold;
	  font-size: smaller;
	  width: inherit;
	}

	.figure_nop {
	  float: none;
	  border: none;
	  margin: 0em 0.5em 0em 0.2em;
	  padding: 0.1em 0.2em 0.1em 0.25em;
	}

.imageStyle {
}

img {
	border: 0px;
}


a img {
	border: 0px;
}


.clear {
	clear: both;
}

#breadcrumbcontainer {
	position: relative;
	width:  auto;
	height:  18px;
	margin-right: 0px;
	background: transparent;
	padding:  0px 0px 0px 0px;
	text-indent: 15px;
	font-size:  13px;
	font-weight: bold;
	text-align: right;
	color: #666;
	border: 0px solid blue;
	float:inherit;
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
}


#breadcrumbcontainer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 7px;
	display:  inline;
}
#breadcrumbcontainer li { 
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#breadcrumbcontainer a {
	text-decoration: none;
	list-style-type: none;
	display:  inline;

}
#breadcrumbcontainer a:hover {
	text-decoration: underline;
	display: inline;
}
.image-right {
	float: right;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}		
.image-left {
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 0px;
}
img.image-center{
    display: block;
    margin-left: auto;
    margin-right: auto; 
	background-position: center;
	float: none;
	background-image: transparent;
}