﻿/*home page*/
body {
	font-family: "palatino linotype", Baskerville, Times, serif;
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #333333;
}
h1 {
	color: #333366;
	font-size: 2.5em;
	text-align:center;
	letter-spacing: 10px;
	margin-bottom:0px;
	padding:2px;
	zoom: 1;
	position: relative;
}
h3{
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color:#808080;
	text-align: center;
	font-size: .75em;
	letter-spacing:5px;
	margin-top:0px;
	padding-top: 5px;
}
img{
	float:right;
}
#container{
	width: 800px;
	height:750px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url('Images/building_home3.png') no-repeat;
	border:5px #C0C0C0 solid;
}
#banner {
	height: 65px;
	margin-left:0px;
	margin-top:15px;
	padding: 0px;
	zoom: 1;
}

/*column*/
#column{
	float: left;
	margin-left: 450px;
	margin-top: 40px;
	padding-left: 0;
	text-align: center;
	width: 300px;
}
#column h2{
	color:#333333;
	font-weight: bold;
	font-size: 2em;
	text-align:center;
}
#column ul {
	margin-left:0px;
}
#column ul li {
	list-style: none;
}
#column ul a{
	display: block;
	margin:30px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	color: #333366;
	font-size: 2em;
}
#column ul a:hover{
	background-color: #333366;
	font-weight:bold;
	color: #CCCCCC;
}
/*COPYRIGHT INFO*/
#copyright {
	width: 798px;
	padding: 5px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
	clear:both;
	background-color:#C0C0C0;
	font-size: .5em;
	color: #333333;
	text-align: center;
}
#copyright a{
	color: #333333;
	text-decoration: none;
}
#copyright a:hover {
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
}
#copyright a:visited {
	color:#643931;
}



