﻿/* CSS Document */

Body {
	background:lightgrey;
	text-align:center;
	min-width:800px;
	min-height:650px;
}

h1 {
	font-size:18px
}

h2 {
	font-size:16px
}

h6 {
	color:lightgrey
}


#Container {
	background:white;
	text-align: left;
	width: 800px;
	margin: 0 auto
}

#Header {
	width:800px;
	height:200px;
	background-image:url(banner_topcomplete.jpg);
	font-family:verdana,sans-serif;
	font-size:14px;
}

#Menu {
	background:white;
 	width:800px;
	height:22px;
	background-image:url(menubarback.jpg);
	font-family:verdana,sans-serif;
	font-size:16px;
	color:#003399;	
}

#Main {
	width:760px;
	padding:20px;
	text-align:left;
	font-family:verdana,sans-serif;
	font-size:16px;
	overflow:visible;
}

#Footer {
	width:800px;
	height:120px;
	background-image: url(banner_bottom.jpg);
	font-family:verdana,sans-serif;
	font-size:12px;
}

A:link {
	color:Blue;
	text-decoration:none;
}

A:hover {
	cursor:pointer;
	cursor:hand;
	color:Blue;
	text-decoration:none;
}

A:visited {
	color:Blue;
	text-decoration:none;
}

table.one36 {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.one36 th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #dd0000;
}

table.one36 td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}

