@charset "utf-8";
/* CSS Document */
body { background: url(/images/background.png);
		background-repeat:repeat;
		/*font-family:"Times New Roman", Times, serif;*/
		font-family:Arial, Helvetica, sans-serif }

p { font-size: .84em;
    margin-left: 4em;
	margin-right: 4em }
h1 { text-align: center }
h2 { font-size: 115%;
    margin-left: 2.75em; }
h3 { font-size: 105%;
    margin-left: 3em; }
h4 { font-size: 95%;
    margin-left: 3.5em; }

img { border: 0;
	  z-index:2 }
a { color: #4c539e }
a:visited { color: #723aa7 }

.tcenter { text-align:center }

ul { font-size: .84em;}
.nobullet { list-style-type:none}	

.email { font-size: .84em;
    	 margin-left: 4em;
		 margin-right: 3.25em }
.home { margin-left: .5em;
		margin-right: .5em }
.picright { margin-left: 0 }
.picleft { margin-right: 0;
		   margin-left: 4em }				 
.chron { font-size: .84em;
    	 margin-left: 6em;
		 margin-right: 4em }

/* Layout */
#banner { position:absolute;
		  top: 0;
		  left: 0;
		  z-index: 2;
		  border-left: solid;
		  border-left-color:#634b7a;
		  border-left-width: .75em }
#menu { position: absolute;
		top: 18.5em;
		left: 0;
		background-image:url(/images/links_background2.png);
		background-repeat: no-repeat;
		background-color: #ffffff;
		margin-left:0;
		padding-left:0;
		width: 12.5em;
		border-left: solid;
		border-left-color:#634b7a;
		border-left-width: .75em;
		z-index: 2;
		height:24em }		
#menu li { list-style-type: none;
			z-index: 2;
			padding-left:0;
			margin-left: -1em }						
#content { position:absolute;
		   left: 0;
		   background-color: #ffffff;
		   top: 17.52em;
		   width: 42.15em;
		   padding-left:12.8em;
		   border-right: solid;
		   border-right-color: #634b7a;
		   border-right-width: .5em;
		   border-left: solid;
		   border-left-color:#634b7a;
		   border-left-width: .75em;
		   border-bottom: solid;
		   border-bottom-color:#634b7a;
		   border-bottom-width: .75em;
		   padding-bottom: .75em;
		   z-index:1; } 	   
		   
/* Menu styles with graphics */
#history a { background-image: url(/images/history_link.png);
			 background-repeat: no-repeat }
#history a:hover { background-image: url(/images/history_link_over.png);
				   background-repeat: no-repeat }	

#family a { background-image: url(/images/family_link.png);
			background-repeat: no-repeat }	
#family a:hover { background-image: url(/images/family_link_over.png);
				  background-repeat: no-repeat }	

#winners a { background-image: url(/images/winners_link.png);
			 background-repeat: no-repeat }
#winners a:hover { background-image: url(/images/winners_link_over.png);
				   background-repeat: no-repeat }
	
#more a { background-image: url(/images/more_link.png);
		  background-repeat: no-repeat }	  	
#more a:hover { background-image: url(/images/more_link_over.png);
			    background-repeat: no-repeat }	
#home a { background-image: url(/images/home_link.png);
		  background-repeat: no-repeat }	  	
#home a:hover { background-image: url(/images/home_link_over.png);
			    background-repeat: no-repeat }						  