@charset "utf-8";

* {
	margin:0;
	padding: 0;
}
body {
	background-color: #2D83A6;
	font-size: 1em;
	line-height: 1.2em;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#top {
	background-image: url(../images/Banner_GC.png);
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 10px;
}
#leftnav {
	float: left;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#leftnav_top {
	background-image: url(../images/nav_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
}
#leftnav_body {
	background-repeat: repeat-y;
	background-position: left top;
	width: 220px;
	background-image: url(../images/nav_mid.jpg);
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 7px;
}
#leftnav_bottom {
	background-image: url(../images/nav_bottom.jpg);
	height: 15px;
}

#leftnav #left_bottom {
	margin-bottom: 0px;
	margin-top: 25px;
}

#leftnav_body a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftnav_body a:hover {
	color: #FFFFFF;
	background-color: #006599;
}
#leftnav_body  a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#rightbody {
	float: right;
	width: 535px;
	line-height: 1.2em;
	margin-right: 10px;
}
#body_top {
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}
#body_mid {
	background-image: url(../images/lotus_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	width: 507px;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 10px;
}
#body_mid a {
	text-decoration: none;
	color: #2D83A6;
	font-weight: bold;
}
#body_mid a:hover {
	text-decoration: underline;
	color: #77A9B2;
	font-weight: bold;
}
#body_mid a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2D83A6;
}

#body_bottom {
	background-image: url(../images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#contact_bottom {
	background-image: url(../images/contact_bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#contact_mid {
	width: 210px;
	background-image: url(../images/contact_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	font-size: .8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact_mid a {
	color: white;
}
#contact_mid a:hover {
	color: #FFCC00;
}

#contact_top {
	background-image: url(../images/contact_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 240px;
}

#footer {
	clear: both;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	color: white;
	padding-bottom: 5px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}


#footer hr {
	text-align: center;
}
ul {
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#body_mid p {
	margin-bottom: 10px;
}

h1 {
	font-family: "Century Gothic";
	font-size: 2em;
	font-weight: 400;
	line-height: 2.3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.5em;
}
.style3 {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

fieldset {
	clear: both;
	float: left;
	width: 530px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	background-image: none;
	padding-left: 0em;
}

legend {
	font-weight: bold;
	padding-right: 1em;
}
legend span {
	font-size: 20px;
}
fieldset.submit  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: auto;
	padding-left: 12em;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-image: none;
	background-color: transparent;
}


fieldset  ul {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	clear: left;
	float: left;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
label {
	text-align: right;
	float: left;
	width: 7em;
	margin-right: 1em;
}
.text {
	width: 300px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#formtext {
	padding-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.style4 {
	font-size: 1.1em;
	text-align: left;
	font-family: "Comic Sans MS", Verdana, Arial;
	line-height: 1.2em;
}
#body_mid ul {
	margin-left: 20px;
}
#quote {
	padding-right: 1em;
	padding-left: 1em;
	text-align: justify;
	font-style: italic;
	margin-right: 2em;
	margin-left: 2em;
	width: 400px;
	padding-top: 1em;
}
.style2 {
	color: #B8B8F8;
	font-weight: bold;
}

.style5 {font-size: 0.9em}

.style6 {font-size: 1em}

.style8 {
	font-size: 1.2em;
	font-weight: bold;
}
