body {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial, sans-serif;
	background: #fff url("images/template/tile_body.gif") repeat-y center;
	color: #000;
	font-size:10pt;
}
a {
	color: rgb(0,79,153);
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:0;
	margin:0 0 1em;
}
table {
	margin:0 0 1em;
}
#top {
	height: 100px;
	background: #fff url("images/template/bg_top.jpg") no-repeat bottom center;
}
#top h1 {
	margin:0;
	padding:0;
	font-size:18pt;
	letter-spacing:3px;
}
#banner, #banner .right {
	background: rgb(197,218,231) url(images/template/tile_banner.gif);
}
#content {
	clear:both;
}
.center {
	width: 617px;
	width: 717px;
	margin: 0 auto;
}
.right {
	width: 132px;
	float:right;
	text-align:center;
	letter-spacing: 2px;
}
.box {
	margin:0 150px 0 0;
}
#banner .box, #banner .right {
	height: 100px;
}
#banner .right {
	border-left:1px solid rgb(199,144,60);
}
#banner h2 {
	margin:0;
	padding:0;
	line-height: 100px;
}
#banner .center {
	background: rgb(102,163,206) url(images/template/tile_banner_dark.gif);
}
#banner .box {
	color: rgb(216,231,242);
	font-size:14pt;
	font-weight:bold;
	letter-spacing: 1px;
	/*width: 475px;*/
}
#banner .box p {
	text-align: center;
	line-height: 100px;
	padding:0;
	margin:0;
}

/* #content */
ul.right {
	color:rgb(6,54,116);
	font-weight:bold;
	/*font-size:11pt;*/
	list-style: none;
	padding:0;
	margin:0;
}
ul.right li {
	padding:0;
}
ul.right li.higher {
	padding-top:1.75em;
}
ul.right a {
	display:block;
	padding:.5em 0;
}
ul.right li.true a {
	color: rgb(179,104,0);
}

#content .line {
	background: rgb(232,189,129);
	height:12px;
	font-size:10px;
	margin:0;
	padding:0;
}

#content .box {
	height:auto !important;
	height:256px;
	min-height:256px;
	background: url(images/template/bg_body.jpg) no-repeat bottom center;
	padding: 15px;
}

h3 {
	color: rgb(179,104,0);
	font-size: 14pt;
	letter-spacing: 1px;
	padding:0;
	margin:0 0 1em 0;
}
h4 {
	font-size:10pt;
	padding:0;
	margin:2em 0 .5em 0;
	border-bottom:1px solid #00B33A;
}

ul.nobullet {
	list-style: none;
}
ul.nobullet li {
	padding: 0 0 .5em;
}

.contactblock {
	float:left;
	font-size:12pt;
	width:37%;
	margin:0 6%;
	display:inline;
}
.contactblock p {
	margin-left:1em;
}
.contactblock h4 {
	font-size:10pt;
	margin-top:0;
}
#content img {
	border-color:#00B33A;
	padding:1px;
}

small, .small {
	font-size:8pt;
}

#contactform label {
	display:block;
	color:#666;
}
#contactform input, #contactform textarea {
	margin-left:1em;
	font-family: Tahoma, Arial, sans-serif;
	font-size:10pt;
	border:1px solid #E8BD81;
}