hr {
    border:solid 1px #983E1B;
    height:3px;
    background-color:#983E1B;
    }
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #503931;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

fieldset {border:0;}
label {display:block;clear:both;margin-top:5px;font-size:85%;letter-spacing:1px;}
select, input.text, textarea {font-size:90%; letter-spacing:0px; width:300px;}
form {margin:15px;}
input.text {width:175px;}

.specs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #503931;
}

#right_column, .text_column {
    display:table;
    text-align:left;
    }

#left_column, .image_left {
    float:left;
    margin:10px 20px 0 0;
    font-size:.8em;
    }

.center {
    margin:auto;
    text-align:center;
    }
.no_border {
    border:0;
    }
.middle {
    vertical-align:middle;
    }
