html, body{height:100%;} 
body {
	color: #000000;
	line-height: 1.3;
	background-color: #c8c8cf;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
a:link, a:visited, a:hover {
	color:#003399;
	text-decoration: none;
	font-weight:bold;
	font-family: Calibri, Arial, sans-serif;
}

/* overrides decoration from previous rule for hovered links */
a:hover {
	color:#611022;
	text-decoration: underline;
}
/* GENERAL FORMATTING */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	padding:2px 2px 2px 0;
	margin:0;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #611022;
	margin:10px 0 2px 0;
}
h3 {
	margin:0;
	padding:0;
	padding-bottom:1px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding: 2px;
	color: #333333;
	background-color: #dddddd;
	/*position: relative; top:-17px;*/
}
h5{/* same as h2 without underline*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom:2px;
	margin:0;
}
p{
	margin:0;
	padding:0;
	padding-top:0px;
	padding-bottom:4px;
}

/* this wrapper encompasses the whole content area of the site so it can be centred on the page */
#wrapper {
	text-align: left;
	width: 906px;
	padding:0;
	margin:10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: groove #666666 2px;
	border-bottom: ridge #666666 2px;
	position:relative;

}
#banner{
	height:220px;
	border: 3px black groove;
	background-color:black;
	color:white;
}
#col1{
	float:left;
	width: 300px;
	margin: 40px 0 40px 20px;
	padding:0;
}
#col2{
	margin:40px 40px 40px 320px ;
	min-height:280px;
}
/*FORMATTING FOR NAV*/
#navBar{ /* this is the ul tag */
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}

#navBar li {
	xposition:relative;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
#navBar li:hover{
	xbackground-position:0 -30px ;
}
#navBar a:link, #navBar a:visited{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	color: #000000;	
	height:30px;
	width:200px;
}
#navBar a:hover{
	color:#0066ff;
}

#belowNav{
	padding-top:5px;
}

/*MAIN AREA*/



/*This div holds all content*/
#main {

}
#main ul{
	margin-top:5px;
}
#main ul li {
	padding-left:-6px;
}
#logo{
	background-color:#333333;
}




/* FORMATTING FOR FOOTER */
#footer{
	text-align: center;
	clear:both;
	background-color:#333333;
	line-height:24px;
	background-image:url(../images/elements/footer.gif);
	height:27px;

}
#footer a:link, #footer a:visited{
	color: #ffffff;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
}
#footer a:hover{
	color:#0066ff;
}

#fasteddy{
	margin:20px;
}
#fasteddy a:link, #fasteddy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #666666;

	
}

.clearone{
	clear:both;
	height:1px;
}

