body{
    margin: 0 0 20 0px;
    font-family:  TimesNR;
}

a{
	color: #B17263;
}

h1 {
	color: #B17263;
	font-size: 20px;
}

h3 {
	margin: 0;
	padding: 0;
}
	
h3 a {
	font-size: 17px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	color: #B07162;
}

ul.indent {
	padding: 0;
	margin: 0 0 0 10px;
}

.byline {
	color: #A0BCC0;
	font-size: 12px;
}

.hr {
	display: block;
	clear: both;
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #C5958B;
}

.logo{
    border-bottom: 1px solid #D8DADB;
    border-left: 1px solid #D8DADB;
}

.seperator{
    border-bottom: 1px solid #D8DADB;
    height: 4px;
    font-size: 0.0em;
}

.right{
    background-image: url('../images/rightBG.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 236px;
    height: 514px;
}

.subPageLeft{
    width: 33px;
    border-top: 22px solid #D5EBEE;
    background-image: url('../images/gradient.gif');
    background-repeat: repeat-y;
    background-position: top left;
}

.subPageMiddle{
    width: 459px;
    border-top: 22px solid #D5EBEE;
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 20px;
}

.subPageText{
    padding-top: 25px;
    padding-bottom: 10px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-family:  TimesNR, Times;
}

.subPageRight{
    background-image: url('../images/gradient.gif');
    background-repeat: repeat-y;
    background-position: top left;
    width: 122px;
}

.subPageRight div {
    font-size: 11px;
    color: #333333;
	width: 100%;
	padding: 5px;
}

.subPageRight img {
	clear: both;
}

.middleTop{
    width: 380px;
    height: 357px;
    background-image: url('../images/middleBG.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.middleBottom{
	color: #666666;
    border-left: 1px solid #D8DADB;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 2px;
    padding-bottom: 20px;
}

.leftLinkRow{
    width: 144px;
    height: 316px;
    border-left: 1px solid #D8DADB;
    background-image: url('/devel/images/leftLink1BG.gif');
    background-repeat: no-repeat;
    background-position: top right;
    font-family: Helvetica;
    font-size: 12px;
    padding-top: 50px;
}

.topLinkRow{
    border-bottom: 1px solid #D8DADB;
    border-left: 1px solid #D8DADB;
}

.leftLink{
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.leftLink a{
    text-decoration: none;
    color: #58afbb;
}

.leftLink a:hover{
    color: #95B37C;
}

.topLink{
    font-family: Helvetica;
    font-size: 12px;
}

.topLink a{
    color: #958F8F;
    text-decoration: none;
}

.topLink a:hover{
    color: #95B37C;
}

.copyright{
    padding-top: 4px;
    border-top: 1px solid #D8DADB;
    text-align: center;
    font-family: Helvetica;
    font-size: 11px;
    color: #958F8F;
}

.copyright a{
    color: #958F8F;
    text-decoration: none;
}

.copyright a:hover{
    color: #95B37C;
}

form.contact input, form.contact select{
    border: 1px solid #5badc1;
    padding: 2px;
    font-size: 12px;
	width: 250px;
}

form.contact textarea{
    border: 1px solid #5badc1;
    padding: 2px;
    font-size: 12px;
}

label,input,select {
   display: block;
   width: 150px;
   float: left;
   margin-bottom: 10px;
}

label {
   text-align: left;
   width: 125px;
   padding-right: 20px;
   font-size: 14px;
   color: #656565;
}





