@charset "UTF-8";
/* CSS Document */

#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:94px;
	z-index:1;
	background-image: url(images/header.png);
}
#Content {
	position:absolute;
	left:155px;
	top:0px;
	width:645px;
	height:450px;
	z-index:2;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#Menu {
	background-color: #FFFFFF;
	position: absolute;
	height: 450px;
	width: 150px;
	left: 0px;
	top: 100px;
	font-family: "Times New Roman", Times, serif;
}
body {
	text-align: center;
	background-color: #FFFFFF;
}
#Master {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 50px;
	font-family: "Times New Roman", Times, serif;
}
#Footer {
	position:absolute;
	left:0px;
	top:580px;
	width:800px;
	height:30px;
	z-index:3;
	background-color: #FFFFFF;
	background-image: url(images/foot_pic.png);
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#666666;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#000000;
}

h3 {
font-family:"Times New Roman", Times, serif;
font-size:10px;
font-weight:bold;
color:#000000;
} 

a.white:link {
	color:#0000FF
}

a.white:visited {
	color:#0000FF
}

a.black:link {
	color:#0000FF
}

a.black:visited {
	color:#0000FF
}
