body {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, san-serif;
	background:#DFDFD1 url(/images/backgrnd.jpg) repeat-x;
	color: #888;
	margin:0;
	padding:0;
	text-indent: 0px;
	list-style-type: none;
}
#wrapper {
	width: 966px;
	margin: 0 auto;
	background: #FFF;
}
/* main nav table style */
#navtable {
width: 100%;
}
#navtable td {
width: 149px;
padding: 10px 0 15px 10px;
background: #FFF url(/images/navbackgrnd.jpg) 0 0 repeat-x;
border-right: solid 1px #FFF;
font: bold 13px Georgia, Times New Roman, Times, serif;
color: #0063A4;
}

p {
	margin: 5px 0;
	font-size: 0.65em;
	line-height: 1.4em;
}

h1 {
font-size: 0.8em;
color: #0063A4;
margin: 5px 0 10px 0;
}

h2 {
font-size: .7em;
font-weight: bold;
color: #0063A4;
margin: 10px 0;
}
h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #0063A4;
	font-style: italic;
	margin:-5px 0 0;
}

ul {
font-size: 0.65em;
}
/* links style */
a:link, a:visited {
	text-decoration:none;
	color: #383838;
}
a:hover {
color: #0063A4;
text-decoration:underline;
}
/* page columns */
#contentcol {
width:549px;
padding:0 15px 0 15px;
border-right:solid 1px #ccc;
float:left;
}
#inquirecol {
width:694px;
padding:0 15px 0 15px;
border-right:solid 1px #ccc;
margin-right:15px;
float:left;
}

#quicklinks {
width:130px;
padding: 0 15px; 
float:left;
}
#rightcol {
width:180px;
background: #E7Edf4;
padding: 5px 15px;
float:left;
}
#rightcol table {
width:175px;
border: 0;
padding:0;
}
#rightcol td p {
line-height: 1.3em;
}

#topline {
width: 936px;
margin: 0 15px 5px;
height:1px;
background: #ccc;
}

.clear {
clear:both;
height:1px;
}

#footer {
clear:both;
padding:15px;
}

form {
margin:0;
padding:0;
}
.legal {
font-size:xx-small;
margin-top:20px;
line-height:1em;
}
/* left hand nav disabled link */
.dis {
color: #0063A4;
}
blockquote {
	font: 1em Georgia, Times New Roman, Times, serif;
	color: #0063A4;
	margin: 0 10px;
	padding: 15px 45px 0 45px;
	background-image: url(/images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contact, {
margin: 0;
padding: 0;
list-style-position: inside;
list-style-type: none;
}
.contact li {
margin-left: -40px;
list-style-position: inside;
list-style-type: none;
}

/* breadcrumbs */
.mp_backlinks {font: .65em Verdana; color: #0063A4; margin: 0 0 5px 15px;}


/* for thickbox iframe content. Contain all content going into the iframe in a div with the class of iframecontent */
.iframecontent {
background: #FFF;
padding: 10px;
height:380px; /* this is only needed if content is less than iframe height. Or adjust iframe height to not exceed the content div */
}
