#header_bkgd {
	height: 170px;
	background-image: url(images/header-bkgd.png);
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(images/content-mdl.png);
	background-position: top center;
}

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/wrapper-bkgd.gif);
	background-repeat: repeat-y;
	position: relative; /*** Let's be nice to IE ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%;
}
#c1 {
	width: 225px;
	text-align: left;
	float: left;
}

#c2 {
	padding: 0px;
	width: 690px;
	height:auto;
	float: left;
	padding: 12px;
}

#c3 {
	width: 190px;
	text-align: left;
	float: left;
}

#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: right;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin-top: 15px;
}

#left {
	width: 125px;
	height: 94px;
	float: left;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 4px;
	text-align: center;
}

#right {
	width: 350px;
	height: 94px;
	float: left;
	margin-left: 4px;
	margin-bottom: 8px;
	padding: 4px;
	text-align: left;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #255caa;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
	hspace: 5px;
}

hr {
	color: #FFFFFF;
	border-bottom: #91310b dotted 1px;
	clear: both;
}

table {
	border-collapse: collapse;
}

h1 {
	color: #14365c;
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #255caa;
	font-weight: bold;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #ffffff;
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 30px;
	height: 38px;
	text-indent: 10px;
	display: block;
	background-image: url(images/gradient190.png);
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	
}

h5 {
	color: #91310b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.tbl a {
	width:67px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 35px;
	color:#ffffff;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	float: left;
}
.tbl a:hover {
	background-color: #8ca2ba;
	text-decoration: none;
	color:#14365c;
}

.tbl2 a {
	width:219px;
	padding: 3px;
	height: 16px;
	display: block;
	text-align: left;
	line-height: 16px;
	color:#ffffff;
	text-transform: capitalize;
	border-bottom: #49230e 1px dotted;
}
.tbl2 a:hover {
	background-color: #49230e;
	text-decoration: none;
	color:#ce9b81;
}

a {
	color: #14365c;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #255caa;
}

a.black_links {
text-decoration:none;
	color: #000000;
}

a.black_links:hover {
text-decoration:none;
	color: #91310b;
}

a.white_links {
text-decoration:none;
	color: #ffffff;
}

a.white_links:hover {
text-decoration:none;
	color: #ffffff;
}


.border-right {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #e66232;
}

.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a2642e;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #0172b6;
}

.white_text {
	color: #FFFFFF;
}

.white_subheader {
	color: #FFFFFF;	
	font-size: 10.5pt;
}

.white_text_sm {
	color: #FFFFFF;
	font-size: 8pt;
}

.black_subheader {
	color: #000000;	
	font-size: 10.5pt;
	line-height: 200%	
}

.line-through {
	text-decoration: line-through;
	font-size: 11pt;
}

.small_text {
	font-size: 8pt;
}

.price {
	color: #91310b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.indented_text {
	padding-left: 225px;
	font-size: 12pt;
	color: #FFFFFF;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}

