@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #08537D;
	font-size: 14px;
	color: #333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
#container {
	margin: auto;
	width: 800px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 50px;
	padding-left: 50px;
}
#leftcol {
	float: left;
	width: 185px;
	color: #7c283d;
}
#leftcol a {
	color: #9B5C6C;
}
#leftcol a:hover {
	color: #08537D;
}


#rightcol {
	background-image: url(../images/left_col_border.gif);
	background-repeat: no-repeat;
	background-position: 0px 151px;
	float: left;
	width: 615px;
}
#nav {
	background-color: #722336;
	background-image: url(../images/bg_nav.gif);
	display: block;
	height: 33px;
	width: 615px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a {
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}
#nav a:hover {
	color: #FFE100;
}
#content {
	width: 525px;
	margin-bottom: 85px;
	padding-top: 30px;
	padding-right: 45px;
	padding-left: 45px;
}
#content a {
	color: #185183;
}
#content a:hover {
	color: #9B5C6C;
}


.quote {
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	color: #752339;
	margin-bottom: 4px;
}
.quoter {
	font-size: 14px;
	color: #76243A;
	text-align: right;
}
#content ul {
	margin-bottom: 16px;
}
#content ul li {
	margin-left: 20px;
	margin-bottom: 8px;
}
#content  h2   {
	font-size: 16px;
	color: #7C283D;
	margin-bottom: 8px;
}
#left_content {
	width: 150px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
a.pdf {
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	display: block;
}
#footer {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bg_footer.gif);
	display: block;
	height: 87px;
	width: 800px;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFE100;
}


.ordertable {
	margin-bottom: 16px;
}
.ordertable td {
	padding-left: 20px;
}
.ordertable th {
	text-align: left;
}

.forms td, th {
font-size: 13px;
border: solid 1px #EED7DB; 
}