body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	background: #000000 url(resource/green_gradient.jpg) repeat-x;
}

h5 {
        display: inline;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
        text-transform: capitalize;
        font-family: Times New Roman, serif;
		font-size: 15px;
        line-height: 1.2;
        color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
        text-decoration: none;
}

a:focus {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
padding-left: 15px;
padding-top: 0px;
background-image: url(resource/arrow.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}

input {
    color: #ffffff;
    background: transparent;
}

textarea {
    color: #ffffff;
    background: transparent;
}

#title {
	padding-left: 5px;
}

#left_menu {
        vertical-align: top;
        padding-top: 8px;
        padding-left: 5px;
        margin: 0px;
	height: 100%;
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	font-style: italic;
}

#center {
        padding-left: 15px;
        font-family: Times New Roman, serif;
	font-size: 15px;
	line-height: 125%;
	color: #ffffff;
}

#areas_links {
        text-align: center;
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	font-style: italic;
}

#text_list {
        text-align: left;
        padding: 5px;
        margin-left: 10px;
	font-family: Times New Roman, serif;
	font-size: 15px;
	line-height: 125%;
}

#map {
      padding: 8px;
}

#footer {
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        color: #aaaaaa;
        font-size: 10px;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #cccccc;
}
.content_title {
	height: 30px;
	width: 465px;
	background: url(resource/contenthead.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding-top: 9px;
	padding-left: 15px;
        font-family: Times New Roman, serif;
        font-weight: bold;
	font-style: italic;
	font-size: 16px;
	white-space: nowrap;
}

.content {
        padding-top: 0px;
        text-align: justify;
        width: 480px;
}

.heading {
        padding-right: 10px;
        text-align: right;
        color: #FFFFFF;
}

.box {
     text-align: left;
     color: #FFFFFF;
}

.buttons{
     text-align: right;
     width: 480px;
}

.right {
       float: right;
       padding-left: 5px;
}

.left {
       float: left;
       padding-right: 10px;
}

.headerCenterPhone
{
	color: White;
	font-family: Helvetica Narrow;
	font-size: 18pt;
	margin-top: 6px;
	margin-bottom: 10px;
}

.headerCenterText
{
	color: White;
	font-family: Helvetica;
	font-size: 11pt;
}