/* Stylesheet.css */
/* Body text and page background */
body{
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif';
font-size: 18px;
color: #333333;
/* Last two lines below commented out. If you want to use */
/* a picture background, remove comment characters */
/* and set the url to a valid background image */
/* background-image: url("pix/bkg/crosshatch.jpg"); */
/* background-repeat: repeat; */
}
/* Links*/
a:link { 
	color: #990000;
	text-decoration: none;
	}
a:visited { 
	color: #571B7e;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: none;
	}
a:active { 
	color: #FF0000;
	text-decoration: none;
	}

#topmenu ul, #topmenu li { 
display:inline; 
list-style-type:none; 
margin:0; 
padding:0; 
} 

#topmenu a { 
float: center; 
padding: 25px; 
}
	
/* Level-1 Headings */
h1{
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif';
font-size: 20pt;
color: #333333;
text-align: left;
}
/* Level-2 Headings */
h2{
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif';
font-size: 14pt;
color: #333333;
font-style: italic;
}
/* Center image between margins */
div.center{
width: 100%;
text-align:center
}
/* Style for tables of thumbnail images */
table.thumbs{
vertical-align: left;
border: solid 0px #000000;
text-align: top;
}
/* Style for table cells that contain thumbnails */
td.thumbs{
border: solid 0px #000000;
padding: 20px;
}
/* Style for thumbnail images */
img.thumbs{
width: 300px;
}

#header{
height: 75px;
width: 100%;
Font-size: 12pt;
text-align: center;
background-color: #ffffff;
border-bottom: 0px;
}