* { border: 0; margin: 0; padding: 0; }

body { 
	font-size: 76%;
	font-family: arial, helvetica, sans-serif;
	background: #e3e3e3;
	}
	
p, div, td, li, dt, dd { 
	font-size: 1em; 
	}

p {
	padding: 5px;
	}

h1 {
	font-size: 1.4em;
	color: #900;
	padding: 5px;
	}

h2 {
	font-size: 1.2em;
	color: #000;
	padding: 5px;
	}

h3 {
	font-size: 1.1em;
	color: #000;
	padding: 5px;
	}
	
a:link {color: #006;}
a:visited {color: #900;}
a:hover { text-decoration: underline;}
a {text-decoration: none;}

dl { margin-left: 20px; }
dd { margin-top: 10px; }
dt { font-weight: bold;  margin-top: 20px; }

ul { margin-left: 40px; }
li { margin-top: 10px; }
#container {
	width: 800px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #006;
	}

#logo {
	height: 95px;
	width: 800px;
	}

#logo1{
	margin-right: 10px;
	margin-left: 5px;
	}

#navigation {
	height: 28px; 
	background: url(../images/layout_nav_background.gif) repeat-x;
	}
	
#navigation ul {
	padding-top: 3px;
	list-style: none;
	}
	
#navigation li {
	display: inline;
	margin-left: 10px; 	
	}
	
#navigation a {
	background: #006;
	font-size: 1.4em; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #06f;
	text-decoration: underline;
	}

#footer {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	}

#content {
	padding: 10px;
	}
	
div.quoteright {
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
	width: 150px;
	float: right;
	}

div.quoteleft {
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
	width: 150px;
	float: left;
	}
	
.highlight {
	color: #900;
	font-weight: bold;
	}
	
.questions h2 { border-top: 2px solid #000; padding-top: 10px; margin-top: 10px; }

	
.infotable { margin-left: auto; margin-right: auto; }
.infotable th { font-size: 1.2em; border-top: 1px solid #006; }
.infotable td { padding: 3px; }
.infotable thead td { font-size: 0.9em vertical-align: bottom; border-bottom: 2px solid #006; }
.infotable tbody td { border-bottom: 1px solid #000; }
.infotable tfoot td{ border-top: 2px solid #006; border-bottom: 1px solid #006; }
.singletitle { border-bottom: 2px solid #006; }
.right { text-align: right; }
.bgcolor { background: #e3e3e3; }
.bgcolorright { background: #e3e3e3; text-align: right; }
#noborder td { border: 0;}
#noborderred td { border: 0; background: #ffc0c5; }
#red td { background: #ffc0c5;  }
