﻿#container
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
#banner {
    font-family: Candara;
    font-size: 70pt;
    color: #FFFFFF;
    text-align: center;
}
#rightcol {
		width: 400px;
		float: right;
	}
#Central
{
    font-family: Candara;
    font-size: x-large;
    color: #E2B005;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
body {
    background-color: #999999;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
	width: 100%;
}
.footer, .push {
	height: 2em;
	text-align: left;
}
#footer.p
{
    font-size: x-small;
    font-family: "Times New Roman";
    color: #05C2C2;
    text-align: center;
}
#leftcol {
		margin-right: 400px;
	}
.panel {
	font-family: Candara;
	font-size: x-large;
	color: #993399;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.link {
		margin: 20px auto 800px auto;
		font-family: Candara;
		font-size: x-large;
		color: #33CCFF;
		text-align: center;
	}
.central-left {
	font-family: Candara;
	font-size: x-large;
	color: #993399;
	text-align: center;
	margin-right: auto;
	overflow: hidden;
	position: relative;
    top: 2px;
    left: 0px;
    height: 185px;
    width: 498px;
}

.location
{
    font-family: Candara;
    font-size: medium;
    color: #06B7B7;
    text-align: center;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    left: 0px;
    height: 106px;
    width: 498px;
    top: 0px;
}
.location a
{
    color: #18F7FB;
}

#bottomimage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

