﻿/* CSS layout */
#masthead {
	font-family: Copperplate32bc, Copperplate33bc, "Copperplate Gothic Light";
	color: #FDBB44;
	font-size: 45px;
	font-weight: bold;
	text-align: right;
	background-repeat: no-repeat;
	height: 181px;
	background-image: url('../Images_Master/Master%20Page/banner.gif');
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Copperplate32bc, Copperplate33bc, "Copperplate Gothic Light";
	font-size: large;
	color: #FDBB44;
	text-decoration: none;
	line-height: 20px;
}
#page_content {
	margin-left: 180px;
	font-family: Copperplate32bc, Copperplate33bc, "Copperplate Gothic Light";
	font-size: x-large;
	color: #FDBB44;
}
#footer {
	text-align: center;
	font-family: Copperplate32bc, Copperplate33bc, "Copperplate Gothic Light";
	font-size: small;
	color: #FDBB44;
	text-decoration: none;
}

.bullets {
}
.bullets li {
	list-style-image: url('../Images_Master/Master%20Page/bullet.gif');
}




