/* CSS Document */

h3 {
	border-bottom: solid 4px #000000;
	font: bolder 16pt Georgia;
	line-height: 70%;
	}
	
h4 {
	color: #0000FF;
	font: bold 14pt Georgia;
	}

h5 {
	color: #0000FF;
	font: bold 12pt Georgia;
	}
	
a {	
	color: #FF0000;
	font: bold 12pt Georgia;
	text-decoration: underline;
	}

a:hover {	
	color: #660000;
	font: bold 12pt Georgia;
	text-decoration: none;
	}
	
a.email {	
	color: #FF0000;
	font: bold 12pt Georgia;
	text-decoration: none;
	}

a.email:hover {	
	color: #0000FF;
	font: bold 14pt Georgia;
	text-decoration: underline;
	}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: url(../images/header.gif) top left no-repeat;
	}

#menu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
	height: 500px;
	background: url(../images/menubg.gif) top left no-repeat;
	}
	
#content {
	position: absolute;
	top: 110px;
	left: 160px;
	width: 600px;
	}
	
#content p {
	color: #000000;
	font: bold 12pt Georgia;
	text-indent: 2em;
	}

#contentmain {
	position: absolute;
	top: 110px;
	left: 160px;
	width: 600px;
	}
	
#contentmain p {
	color: #000066;
	font: bold 12pt Georgia;
	text-indent: 2em;
	}
