/* stylesheet.css */

body {
	margin: 10px;
	padding: 0px;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
	font-size: 1em;
	color: #404CBF;
   background-image: url(images/backgrnd.gif);
   background-repeat: repeat;
	}
	
#header {
	width: 100%;
/*	height: 100px;  */
	height: 100%;
	text-align:center;
	}
#leftcol {
	float: left;
	width: 20%;
	height: 300px;
	}
#content {
	float: right;
	width: 75%;
	height: 300px;
	}
#content_center {
	float: right;
	width: 100%;
	height: 100%;
	padding: 20px 0px 20px 0px;
	text-align:center;
	}
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	font-size: 0.75em;
	text-align:center;
	}

a:link {
	text-decoration: none;
	color: blue; 
	}
a:visited {
	text-decoration: none;
	color: purple; 
	}
a:hover {
	text-decoration: none;
	font-weight:bold;
	}
  
address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted; }
  
h1 {
   color: #1F2159;
   font-style: italic;
   font-family: Arial, Helvetica, sans-serif; }
   
h5 {
   color: #0A1DC2;
   font-style: italic;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.75em; }
