/* Default style sheet */
 
body {
	background: #FFF; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		color: #000;
		background: url(../../Images/main_bg.gif) left top repeat-x;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

.Clear { clear: both; } /* clears all floats; apply to empty divs */

/*****STRUCTURE*****/

#Container {
	width:809px;
/*	height: 400px;*/ /*TESTING*/
	background: url(../../Images/container_bg.gif) left top repeat-y;
	margin: auto;
}

#Header {}

#Footer{ background:url(../../Images/footer.jpg) top left no-repeat; width:809px; height:32px;color:#FFF; padding:10px 0 0 10px; text-align:center;}
#Footer a:link { color:#9CBCD6;}
#Footer a:active { color:#9CBCD6;}
#Footer a:visited { color:#9CBCD6;}
#Footer a:hover { color:#FFF;}

#Wrapper {
	float: left;
	width: 100%;
}

#Content {
	width: 600px;
	margin-left: 200px;
}

strong {
	font-weight:bold;
	color: #0f446e;
}

a{font-weight:bold; color: #0f446e;}
a:link{font-weight:bold; color: #0f446e; text-decoration:underline;}
a:hover{font-weight:bold; color: #0f446e; text-decoration:none;}
a:active{font-weight:bold; color: #0f446e; text-decoration:underline;}

#Left {
	float:left;
	width: 175px;
	margin-top: -500px;
	margin-left: 15px;
}
