body {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	list-style-type: circle;
	background-color: #FEFFF6;
	}

A:link {color: #000066;
	text-decoration: underline}
A:visited {color: #330066;
	text-decoration: underline}
A:active {color: #999999;
	text-decoration: underline}
A:hover {
	color: #FFFFFF;
	background-color: #003333;
	text-decoration: none;	
}


#navcontainer 
{
	width: 170px;
	display: block;
	white-space:nowrap;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 170px;
}

#navcontainer a:link, #navlist a:visited
{
color: #003333;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #003333;
color: #fff;

}
.navtable {
	border-top: thin solid #003300;
	border-right: thin solid #003300;
	border-bottom: thin solid #003300;
	border-left: thin solid #003300;
}



.sidebar {
	border-right-color: #003333;
	border-right-width: thin;
	border-right-style:solid;
	}



.date {
	padding: 10px;
	margin-bottom: 0;
	color: #333333;
	font-size: smaller;
	text-align:center;
	}
	
.sqgblocks {
	padding: 10px;
	margin-top: 0;
	clear: both;
	color: #330066;
	text-align: center;
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	
	}

h1 {
	color: #330000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}


h2 {
	color:  #330000;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	}



h3 {
	color:  #330033;
	font-family: Verdana, Arial, sans-serif;
	}

h4 {
	font-weight: bold;
	color: #330033;
	}

h5 {
	color: #330033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
	margin: 0 0 10px 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #008080;
	}
	
.callout {
	margin: 15px;
	border:thin solid #333366;
	text-indent: 5px;
	color: #333333;
	background-color:#FFFFFF;
}

.CQAh3 {
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:larger;
	font-style: italic; 
	font-weight: bold;

}

