/* Quiet House
 * (c) Quiet House -- www.quiethouse.com
 * 
 */
 
html { padding: 0px; margin: 0px; }
body {
    padding: 0px;
    text-align: left;
    font: normal 12px "Arial", Verdana, sans-serif;
    background: #385693;
    color: #555655; 
    margin: auto; 
    }

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


/* HOLDS CONTENT ON THE PAGE */
#container {
	width: 780px;
	background: #fff;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #243E90;
	height: auto;
	}

#header
{
	float: left;
	position: relative;
	top: 30px;
	left: 135px;
	color: #002674;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 10px;	
	font-weight: bold;
}

#header h1
{
	color: #900;
	font-family: Georgia, Times, Serif;
	font-size: 20px;
	line-height:24px;
	font-weight: normal;
}
#topnav {
	width: 780px;
	height: 30px;
	background: #002674;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	letter-spacing: 1px;
	border-right: 1px solid #002674;
	border-left: 1px solid #002674;
	}
	
#topnav a {
	color: #fff;
	margin: 0px;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
}
	
#topnav a.off {
	font: bold 13px/31px Helvetica, Arial, Trebuchet MS,  sans-serif;
	}
	
#topnav a.off:hover {
	background-color: #385693;
	}
	
#topnav a.on {
	font: bold 13px/30px Helvetica, Arial, Trebuchet MS,  sans-serif;
	}
	
#topnav a.on:hover {
	text-decoration: underline;
	}



#tastic {
	width: 780px;
	height: auto;
	margin: 0px;
	padding-left: 0px;
	border-right: 1px solid #243E90;
	border-left: 1px solid #243E90;
	}

.logo{
	float: left;
	margin: 0;
	padding-top: 1px;
	}	

#navigation {
	background-color: #ffffff;
	text-align: right;
	width: 782px;
	margin: 0;
	border-left: 1px solid #385694;
	border-right: 1px solid #385694;
	border-bottom: 3px solid #002674;
}

#subnavigation {
	background-color:#002674;
}

#subsubnavigation, #about-subsubnavigation1, #about-subsubnavigation2 {
	background-color:#385693;
}

#subsubnavigation {
	margin-top: 2px;
  	padding-top: 4px;
	padding-bottom: 0;
	padding-bottom: 4px;
}
