@charset "utf-8";
body {
	background: #e6eaeb url(images/Nova-Scotia-back.jpg) repeat-y center;
	margin: 0px auto;
	padding: 0px;
}
p {
	color: #0066cc;
	text-align: center;
	font: 14px "Comic Sans MS", cursive;
}

h1 {font-size:15px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px;}


/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#434e9c;text-decoration:none;}
a:link {text-decoration:underline;color:#00CC00;}
a:hover {text-decoration:underline;color:#66FF00;}
ul/* STANDARDIZE THE LIST-BULLET TYPE */
 {
	list-style-type:square;
	list-style-position:outside;
	padding: 0px 0px 14px;
	margin: 0px auto;
	text-align: center;
}
ol {list-style-type:decimal;list-style-position:outside; padding-bottom: 16px;}
li{
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
}
hr {
	color: #C4E1FF;
}


em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}

input, select {font:11px Arial,Helvetica,Verdana,sans-serif; color: #5B5B5B; padding: 2px;}

}

#container {
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	background: #FFFFFF;
	position: relative;
}


#banner {
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	position: relative;
	top: 0px;
}
#banner h1 {
	font: 14pt "Comic Sans MS", cursive;
	color: #0066CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#leftCol {
	float: left;
	width: 380px;
	margin: 0px 10px;
}
#rightCol {
	float: right;
	width: 380px;
	margin: 0px 10px;
}

#topText {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	clear: both;
	position: relative;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 800px;
	border-top: 1px solid #D2DDE3;
	position: relative;
}

