﻿
body {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		background-color:#E5E366;
		text-align:center;
		margin:15px auto;
}

#container {
	background-color: transparent;
	width:994px;
	table-layout:fixed;
	margin:auto;
}
#nav {
	width:167px;
	background-color:white
}
#header {

}
#content {
	color:#898787;
	padding:20px 32px 20px 20px;
	text-align:left;
	font-size:10pt;
	background-color:white
}

h3 {
	color:#F7955A;
}
h4 {
	font-size:10pt;
	margin-bottom:0;
}
p {
	margin-top:8px;
	margin-right:20px;
	line-height:1.6em;
}
#footer {

}
.pinkbox {
	font:bold 10pt Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	color:#429591;
	background-color:#fde6d9;
	width:450px;
}

/* set background images for corners */
.rbtop div  { background: url(images/cornerUL.gif) no-repeat top left; }
.rbtop      { background: url(images/cornerUR.gif) no-repeat top right; }
.rbbot div  { background: url(images/cornerBL.gif) no-repeat bottom left; }
.rbbot      { background: url(images/cornerBR.gif) no-repeat bottom right; }
 
 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 12px;
	font-size: 1px;
}
.rbcontent  { margin: 0 10px;
}

.pinkbox p {
	margin:0;
}
.bldgrn {
	font-weight:bold;
	color:#429591
}
a:link, a:visited {
	color:#429591
}
a:active, a:hover {
	color:#F7955A;
}
.imgpadleft {
	margin-left: 20px;
	margin-bottom: 20px;
}

