/* CSS Document */

body {
        background-image: url(images/background-b.jpg); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #99CCFF; /** Website BG colour (matches canvas colour in Step 1) **/
}

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333;
	font-size: small;
	}
	
a {
	color: #333399;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	text-align: center;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #336666;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
#container table tr td table tr .bodyText .style9 {
	font-weight: normal;
	color: #333;
}
#container table tr td blockquote p .sidebarText strong {
	font-size: small;
}
.side-bar-center {
	text-align: center;
}

