body {
	height: 100%;
}

#top {
	background-image: url(top.gif);
	background-repeat: no-repeat;
	height: 147px;
	width: 1000px;
	
}
#left {
	float: left;
	width: 210px;
	height: 500px;
}
#content {
	float: left;
	width: 540px;
	padding-top: 20px;
	margin-bottom: 30px;
}
#right {
	float: left;
	width: 250px;
	padding-top: 20px;
}
#footer {
	clear: both;
	width: 1000px;
	background-color: #1A81B1;
	height: 20px;
	margin-bottom: 20px;
}
#menu {
	height: 20px;
	width: 1000px;	
}
#menu a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-left: 5px;
	
	
}
#menu a:hover {
	text-decoration: underline;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #103955;
	width: 500px;
}
#content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
* {
	margin: 0px;
	padding: 0px;
}
#content li {
	margin-left: 12px;
}
h1 {
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	width: 500px;
}
#content a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #428BBE;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#content a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #103955;
	width: 500px;
	font-weight: normal;
}
#spacer {
	height: 50px;
}
#spacer1 {
	height: 20px;
}
#right a {
	background-image: url(Getcopy.gif);
	height: 22px;
	width: 115px;
	display: block;
	margin-top: 20px;
	margin-left: 45px;
}
#right a:hover {
	background-image: url(getcopy_ovr.gif);
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	float: left;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	
	text-decoration: underline;
}
#footer ul {
	padding-top: 2px;
	margin-left: 770px;
}

#left img {
	margin-left: 35px;
	margin-top: 20px;
}

