table {
	width: 100%;
}

#body {
	border: 1px solid #DFDFDF;
	padding-right:24px;
	padding-bottom:15px;
	margin-top: 5px;
}

p, p * {
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #005E8A;
}

a:hover {
	color: #4D0616;
}

#body div {
	vertical-align: top;
}

#header {
	height: 110px;
	width: 100%;
	clear: both;
}

#header {
	height: 100px;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 8pt;
}

#leftColumn, #rightColumn {
	width: 200px;
}

#leftColumn {
	float: left;
}

#leftColumn li {
	margin-left: 11px;
}

#leftColumn {
	margin-left: -25px;
}

#rightColumn {
	float:right;
	text-align: right;
	padding: 0px;
	margin:0px;
}

#centerColumn {
	margin: 0 auto;
	width: 490px;
	min-height: 650px;
	padding-right:5px;
}

.learnMore ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

.learnMore li {
	margin: 5px 0px 5px 0px;
}

.learnMore li a {
	color: #00468C;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
}

.learnMore li a:hover {
	color: #4D0616;
}

.blue, .blue * {
	color: #005E8A;
}

#testimonials {
	min-height:410px;
	width:211px;
	background: transparent url(/lib/images/testimonials_back.png) no-repeat bottom left;
	font-decoration: italic;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	line-height: 1.4;
}

#copyright {
	font-size: 8pt;
	color: #c0c0c0;
	text-align: right;
}

table.nugget {
	border:1px solid #c0c0c0;
}

table.nugget th {
	text-align: center;
	background-color: #c0c0c0;
}

.contact_form .label {
	width: 125px;
	vertical-align: top;
}

.contact_form input {
	width: 275px;
}

.contact_form select {
	width: 280px;
}

.contact_form textarea {
	width: 275px;
	height: 250px;
}
h1 {
	font-size:18px;
	color:#005E8A;
}
h3 {
	font-size:14px;
	color:#005E8A;
}
.smallText {
	font-size:10px;
}.downloadsTable {
	border: 1px solid #999999;
}

.tableBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

