body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#layout {
	width: 100%;
	height: 100%
}

#header {
	height: 125px;
	background-image: url(/images/interface_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}

a			{text-decoration: none; color: #044164}
a:link	{text-decoration: none; color: #044164}
a:visited	{text-decoration: none; color: #044164}
a:active	{text-decoration: none; color: #044164}
a:hover 	{text-decoration: underline; color: #044164}

h1 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -10px;
	color: #044164;
	font-size: 1.1em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#navigation {
	float: right;
	padding: 10px 10px 0px 0px;
}

#navigation a			{text-decoration: none; color: #044164}
#navigation a:link	{text-decoration: none; color: #044164}
#navigation a:visited	{text-decoration: none; color: #044164}
#navigation a:active	{text-decoration: none; color: #044164}
#navigation a:hover 	{text-decoration: none; color: #044164}

td#footer {
	height: 15px;
	background-color: #0072BC;
	font-size: 0.6em;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

td#footer a			{text-decoration: none; color: #FFFFFF}
td#footer a:link	{text-decoration: none; color: #FFFFFF}
td#footer a:visited	{text-decoration: none; color: #FFFFFF}
td#footer a:active	{text-decoration: none; color: #FFFFFF}
td#footer a:hover 	{text-decoration: underline; color: #FFFFFF}

td#content {
	vertical-align: top;
	padding: 10px;
}
#forcewidth {
	width: 755px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
}
#innercontent {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#innercontent p {
	font-size: 0.75em;
	line-height: 1.5em;
}
ul {
	font-size: 0.75em;
	line-height: 1.5em;
}
form {
	margin: 0px;
	padding: 0px;
}
#sidebox {
	width: 200px;
	float:right;
}
.adbox {
	margin-bottom: 10px;
}
.displaybox {
	background-color: #D2E6F2;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 0.7em;
}
.displaybox h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #044164;
	font-size: 1.4em;
}
.displaybox p {
	margin-top: 0px;
}
p.telephone {
	font-size: 1.4em;
	font-weight: bold;
	color: #044164;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 0px;
}
.telephone span {
	font-size: 0.6em;
}
#pricing th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px 4px 3px 4px;
	background-color: #0072BC;
	font-size: 0.75em;
}

#pricing td {
	padding: 5px 4px 5px 4px;
	vertical-align: top;
	font-size: 0.75em;
}
#contact td {
	padding: 5px 4px 5px 4px;
	vertical-align: top;
	font-size: 0.75em;
}

.example td {
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.clear {
	clear: left;
}

.headerleft {
	float: left;
}

.headerright {
	float: right;
	text-align: right;
}
.block {
	padding: 10px;
}
.block_alt {
	background-color: #eaeaea;
	padding: 10px;
}
.block p, .block_alt p {
	margin: 0px 0px 5px 0px;
}
.block_quote {
	text-align: right;
	font-style: italic;
	margin-bottom: 0px !important;
}
