body {
	margin: 0;
	padding: 0;
	color:#666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/interface/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	line-height: 1.4em;
	text-align: center;
}

#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid black;
	border-right: 1px solid gray;
	border-top: 1px solid black;
	min-height: 100%;
}
* html #page
{
	height: 100%;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
#footer
{
	width: 750px;
	margin: -26px auto 0 auto;
	position: relative;
	text-align: center;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid black;
}

#header{
	height: 170px;
	text-align: center;
	background-color: #FFFFFF;
}
#content
{
	padding-bottom: 30px;
}

#left {
	float:left;
	width: 257px;
	background-image: url(images/interface/left.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 25px;
}

#right {
	float:right;
	width: 388px;
	color: #333333;
	padding: 20px;
	background-color: #D6ECF9;
}

#bottom
{
	text-align: center;
	background-color: #90ACD6;
	margin: 0px;
	height: 25px;
	width: 750px;
	background-image: url(images/interface/f.gif);
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}

#bottom p {
	font-size: 90%;
	color:#FFFFFF;
	background-color: #90ACD6;
	padding-top: 5px;
}

p {
	font-size: 100%; 
	color: #666666;
}

#left p{
	font-size: 11px;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
}

#right p {
	font-size: 12px; 
	color: #333333;
	line-height:1.2em;
}
h1 {
	font-size: 120%;
	color: #333333;
	background-image: url(images/interface/heading.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	background-position: 0 0px;
}
h2 {
	font-size: 120%;
	color: #333333;
	background-image: url(images/interface/blue_blue.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	background-position: 0 0px;
}
h3 {
	font-size: 120%;
	color: #333333;
	background-image: url(images/interface/orange_blue.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	background-position: 0 0px;
}
h4 {
	font-size: 120%;
	color: #333333;
	background-image: url(images/interface/yellow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	background-position: 0 0px;
}
h5 {
	color: #333333;
	font-size: 100%;
	border-bottom: 1px dotted #666666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left h2 {
	color: #000000;
	background-image: url(images/interface/blue_white.gif);
}
#left h3 {
	color: #000000;
	background-image: url(images/interface/orange_white.gif);
}
#left h4 {
	color: #000000;
	background-image: url(images/interface/yellow_white.gif);
}
ul {
	font-size: 12px;
	color: #336666;
}

ol {
	font-size: 12px;
	color: #336666;
}

a:link {color:#333399;}
a:visited {color:#333366;}
a:active {color:#990000;}
a:hover {color:#CC0000; text-decoration:none}	

table.navbar {
	border-collapse: collapse;
	height: 100%;
}
table.navbar td {
	text-align: center;
	border-bottom: 5px solid white;
}
table.navbar td a{
	display: block;
	width: 230px;
	text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #FFFFFF;
	background-color: #A4C1E1;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #FFFFFF;
	background-color: #93A2C3;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.events {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.events td {
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
table.right {
	margin-left: 10px;
	margin-bottom: 5px;
}
form {
	font-size: 10px;
	color: #666666;
}

.fineprint {
	font-size: 10px;
	color: #666666;
}
#fineprint {
	font-size: 10px;
	color: #666666;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.code {
	font-size: 100%;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	margin: 20px;
}
.validbutton {
	font-size: 90%;
	border: 1px solid #B83D3D;
	padding: 4px;
	margin-right: 6px;
}
.title {
	font-size: 24px;
	color: #333366;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
blockquote {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}

#mainNav {
	color: #FFFFFF;
}
#mainNav a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: .5em;
	padding-left: .5em;
}
#mainNav a:hover
{
	text-decoration: underline;
}
#mainNav a.first
{
	border-left: 0 none transparent;
}
#glossary
{
	font-size:10px;
	color:#666666;
	padding-right:5px;
}
#glossary a
{
	color:#666666;
	text-decoration: none;
	padding-right:0px;
}
#glossary a:hover
{
	text-decoration:underline;
}

#home .home, #how .how, #services .services, #clients .clients, #story .story, #help .help, #digest .digest, #speaking .speaking, #terms .terms, #fact .fact
{
	text-decoration: underline;
} 

#quote
{
	font-size:12px;
	color:#5F8EBC;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#quote a
{
	color:#666666;
	text-decoration: none;
	padding-right:0px;
}
#quote a:hover
{
	text-decoration:underline;
}
#left h1 a
{
	color: #000000;
	text-decoration: none;
}
#left h1 a:hover
{
	text-decoration:underline;
}
#left h2 a
{
	color: #000000;
	text-decoration: none;
}
#left h2 a:hover
{
	text-decoration:underline;
}
#left h3 a
{
	color: #000000;
	text-decoration: none;
}
#left h3 a:hover
{
	text-decoration:underline;
}
#left h4 a
{
	color: #000000;
	text-decoration: none;
}
#left h4 a:hover
{
	text-decoration:underline;
}
#left h5 a
{
	color: #000000;
	text-decoration: none;
}
#left h5 a:hover
{
	text-decoration:underline;
}
INPUT {
	BORDER-TOP-COLOR: #000000;
	BORDER-LEFT-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY: Arial,Helvetica;
	BORDER-RIGHT-WIDTH: 1px;
}
INPUT.btn {
	BORDER-TOP-COLOR: #000000;
	BORDER-LEFT-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY: Arial, Helvetica;
	BORDER-RIGHT-WIDTH: 1px;
	margin-top: 2px;
	background-color: #003366;
	color: #FFFFFF;
}
TEXTAREA {
	BORDER-TOP-COLOR: #000000;
	BORDER-LEFT-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY: Arial,Helvetica;
	BORDER-RIGHT-WIDTH: 1px;
}
#subscribe {
	font-size:10px;
	color: #FFFFFF;
}
.SubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}
INPUT.btn-search {
	BORDER-TOP-COLOR: #FFFFFF;
	BORDER-LEFT-COLOR: #FFFFFF;
	BORDER-RIGHT-COLOR: #FFFFFF;
	BORDER-BOTTOM-COLOR: #FFFFFF;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 9px;
	BORDER-BOTTOM-WIDTH: 1px;
	FONT-FAMILY: Arial, Helvetica;
	BORDER-RIGHT-WIDTH: 1px;
	background-color: #90ACD6;
	color: #FFFFFF;
}
INPUT.input-search {
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial,Helvetica;
}
form { 
display:inline; 
} 

