html {
	height: 100.1%;;
}
body {
	margin: auto;
	background-color: #333333;
	font-size: 14px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
h2, h3, h4 {
	color: #fff;
}
table {
	padding: 0px;
	border: none;
	font-size: 100%;
	background-color: #666666;
	color: white;
	width: 480px;
	margin: auto;
}
table.forms {
	 margin: auto;
	 width: 720px;
}
fieldset {
	margin-top: .6em; margin-bottom: 1em;
}

legend {
	color: yellow;
	font-weight: bold;
	/* background-color: #666; */
	padding: 0 6px;
}

#outer {
	color: white;
	background-color: #cccccc;
	width: 790px;
	margin: auto;
	text-align: center;
}
#copy {
	color: white;
}
td {
	color: white;
	background-color: #666666;
	vertical-align: top;
	padding: 0px;
	text-align: left;
	border-collapse: collapse;
	border: 0px none Black;
}
td input {
	background-color: transparent;
}
#wrap {
	text-align: center;
	color: white;
	border-style: none;
	border-collapse: collapse;
	width: 750px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: auto;
	background: #666666 url(images/menu-back.jpg) left top repeat-y scroll;
}
#banner {
	color: #ffffff;
	background-color: #010308;
	text-align: center;
	margin: 0px auto;
	border-style: none;
	font-size: .9em;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	border-collapse : collapse;
	height: 200px;
}
#logo {
	float: left;
	width: 200px;
}
#badge {
	float: right;
	width: 200px;
}

div#ccard {
	margin-left: 400px;
	float: left;
	margin-bottom: 1em;
}
div#ccard img {
	float: left;
}

div {
	text-align: center;
	font-size: 100%;
	color: black;
}
div.hdr-locs {
	float: left;
	width: 109px;
	height: 138px;
	vertical-align: middle;
	color: #fff;
	font-size: 90%;
}
div.hdr-myrtle {
	float: left;
	width: 121px;
	height: 138px;
	vertical-align: top;
	color: #fff;
	font-size: 90%;
}


a {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: transparent;
}
a:link {
	color: #CCCCCC;
	background-color: transparent;
}
a:visited {
	color: #CCCCCC;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #8B0000;
	background-color: transparent;
}
ul, li {
	color: white;
	Background-color: transparent;
	text-align: left;
}
ul.none, li.none {
	color: black;
	Background-color: white;
	list-style: none;
}
input, textarea, select {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
 /* border : none;*/
}
textarea {
	overflow: auto;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
p {
	color: white;
	background-color: transparent;
	text-align : justify;
	margin-left: 240px;
	margin-right: 40px;
	font-size: 100%;
	line-height: 140%;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.copyright {
	color: #384F7B;
	background : white;
}
.copyright a {
	color: #384F7B;
	background : white;
}
.copyright a:link {
	color: #384F7B;
	background : white;
}
.copyright a:visited {
	color: #384F7B;
	background : white;
}
.copyright a:hover {
	color: #DCDCDC;
	background-color: transparent;
}
.contact {
	color: white;
	background : transparent;
}
.contact a {
	color: white;
	background : transparent;
}
.contact a:link {
	color: white;
	background : transparent;
}
.contact a:visited {
	color: white;
	background : transparent;
}
.contact a:hover {
	color: #DCDCDC;
	background-color: transparent;
}
.larger {
	font-size: 120%;
	color: #ffffff;
}
.bold {
	color: #8B0000;
}
#left-col {
	float: left;
	width: 200px;
	background: url(images/menu-back.jpg) left top repeat-y scroll;
	height: 300px;
}
img, a img, a:link img {
	border: none;
	text-decoration: none;
	display: block;
}

#footer {
	color: white;
	font-size: 90%;
}
.small {
font-size: xx-small;
}