body {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	list-style-type: circle;
	background-image: url(file:///E|/Documents%20and%20Settings/Linda/My%20Documents/sqg/Website/Blue-Sky.jpg);
	background-repeat: repeat;
	background-position: left top;
	}

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: thin solid #0C0;	
}



.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: #900;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}


h2 {
	color:  #C00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	}



h3 {
	color:  #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h4 {
	color: #090;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

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;
}
