html, body { 
	height:100.1%;
	min-height: 100%; margin-bottom: 1px;
}
body, table {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
    background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, li, .pricing {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
}

h1, h2, h3, h4{
	
}

p {
	line-height: 150%;
}
.center, .map, .color, .pricingcolumn, .pricingcolumnsmall, .bold{
	text-align: center;
}
.justify {
	text-align: justify;
}
.small{
	font-size: 10px;
}
img {
	border: 0;
}
h1, h2, h3, h4, .bold{
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
.left, .italics, p, li {
	text-align: left;
}
.right {
	text-align: right;
}
h2, p, li{
	font-size: 14px;
}
.italics {
	font-style:italic;
}
h4 {
	font-size: 9px;
}
a:link { 
	text-decoration: underline;
	}
a:visited { 
	text-decoration: underline;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #711C19;
	}
li {
	line-height: 125%;
	list-style-image: url(images/arrow.jpg);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
	background: transparent;
}
.inner {
	width: 800px;
}
tr, td {
	padding: 0;
}
.color {
	background-color: #006363;
}
td {
	vertical-align: top;
}
.extranarrow {
	width: 50px;
}
.narrow, .narrowmiddle {
	width: 160px;
}
.narrowmiddle {
	vertical-align:middle;
}
.wide {
	width: 400px;
}
.extrawide {
	width: 640px;
}
.extrawiderightpad  {
	width: 620px;
	padding: 0 20px 0 0;
}

.map {
	width: 210px;
	vertical-align: middle;
}
.middle {
	width: 340px;
	padding: 0 20px;
}
.seminarrow {
	width: 320px;
}
hr {
	height: 1px;
}
p, h1, h2, h3, h4, a:link, a:visited, li, hr, .pricing {
	color: #004A80;
}
.pricing {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.pricingcolumn {
	width: 40%;
}
.pricingcolumnsmall {
	width: 20%
}

/*--------------Non-table CSS----------------*/

a:link, a:visited, a:hover{
	color: #80A5C0;
}

#banner{
	height: 231px;
}

#nav ul{
	height: 22px;
	width: 700px;
	margin: auto;
}

#nav li{
	display:inline;
	padding: 0 7px;
}

#nav a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

#wrapper{
	width: 900px;
	margin: 0 auto 20px auto;
}

#sidebar{
	float: left;
	width: 180px;
	border-right: 1px solid #777;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-right: 5px;
}

#content-area{
	float: right;
	width: 695px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

.alignright{
	float:right;
	margin: 0 0 10px 10px;
}

#syndication table{
	width: 674px;
}
