html,body{
	margin:0;
	padding:0;
	height:100%;
	}
body{
	background:#FFF9EA;
	text-align:center;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color:#FEE8D8;
}

td,p,div {
	vertical-align:top;
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 22px;
	color:#161616;
}

a {
	text-decoration:none;
	color: #6A9531;
}

a:hover {
	text-decoration:underline;
	color: #161616;
}

h2 {
	font-size:20px;
	font-weight:bold;
	color:#EB007E;
	text-align:center;
}

h3 {
	font-size:20px;
	line-height: 26px;
	font-weight:normal;
	display:block;
}

#vertical{
    float:left;
    height:50%;
    margin-top:-305px;/* half vertical height*/
    width:100%;
}



#container {
	width:840px;
	height:610px;
	background: #FFFFFF url(images/background-container.gif) no-repeat;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	overflow:auto;
}

#search-text {
	height:20px;
	margin:0px;
}

#search-text h2{
	font-size:1px;
	line-height:2px;
	color:white;
	display:inline;
}

#content {
	margin:30px 0px 0px 35px;
	width:760px;
}

#right-column {
	height:140px;
}

#left-column {
	text-align:center;
}

#logo {
	width:290px;
}

#navigation {
	margin-left:50px;
	margin-top:20px;
	text-align:left;
}

#page-header {
	margin-left:25px;
	text-align:center;
}

#text-content {
	margin-left:50px;
	margin-right:10px;
}

#footer {
	width:840px;
	margin: 3px auto 0px auto;
	font-size: 11px;
	text-align:right;
	height:24px;
	color:#3C5618;
}

#footer a{
	font-size:1px;
	text-decoration:none;
	color:#A5D473;
}

.black {
	color:#161616;
}

.pink {
	color:#EB007E;
}

.green {
	color:#8CC63E;
}

#service-table td{
	size:14px;
	line-height:18px;
}
