@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(graphics/body-bkd.jpg);
	font-family: arial;
	color: #333;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#stage {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#head {
	height: 90px;
}
#head-left {
	float: left;
	width: 350px;
	margin-left: 20px;
}
#head-right {
	float: right;
	width: 350px;
	margin-right: 40px;
	text-align: right;
}
#rolling-banner {
	height: 340px;
	text-align: center;
}
#nav {
	height: 60px;
	text-align: center;
	padding-right: 5px;
	padding-left: 15px;
}
#sub-button{
	float:left
	}
#main {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(graphics/main-bkd.jpg);
}
#text {
	float: left;
	width: 525px;
	font-size: 11px;
	line-height: 18px;
	margin-left: 10px;
}
#text h1 {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
}
#text h2 {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
}
#text a {
	color: #006C93;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#sub-col {
	float: right;
	width: 300px;
	font-size: 11px;
	line-height: 18px;
}
#sub-col a {
	color: #006C93;
	text-decoration: none;
}
#sub-col a:hover {
	text-decoration: underline;
}
#sub-col h1 {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 5px;
}
#clear {
	clear: both;
}
#foot {
	font-size: 11px;
	line-height: 18px;
	background-image: url(graphics/foot-bkd.png);
	height: 210px;
}
#foot h1 {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
#foot p {
	margin: 0px;
	padding: 0px;
}
#foot a {
	color: #006C93;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#inside-foot {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}
#foot-details {
	float: left;
	width: 455px;
	margin-left: 30px;
}
#foot-sub-details {
	float: right;
	width: 330px;
}
.makeitalic {
	font-style: italic;
}
.quote {
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin-right: 20px;
	margin-left: 20px;
}
.imgright {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.makeblue {
	color: #006C93;
}
.makered {
	font-size: 12px;
	color: #CC0000;
}
.jobtitle {
	font-size: 14px;
}
.lefty {
	float: left;
	text-align: center;
	padding: 0px;
}

