body {
	color: #000000;
	font-family: "comic sans ms";
	font-size: 16px;
    font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
} 

* {margin: 0px;padding: 0px;}
.clear{clear:both;}

#container {
	margin: 0px auto;
	text-align: left;
    padding: 14px 0px 5px 0px;
	width: 795px;
    background-color: #ffd39e;
}
 p{font-family: "comic sans ms";
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	margin: 6px 0px 0px 23px;}
    
 li {list-style-type: none}
/********************** Content ***************************/

#content { width: 795px; height: 104%; display: block; position: relative;}
/*page name*/
#content h1{
	font-family: "comic sans ms";
	font-size: 18px;
	font-weight: bold;
	color: #D2691E;
	margin: 0px 28px 6px 28px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #8b8670;
}
a{
	padding: 8px 9px 5px 9px;
	font-family: "comic sans ms";
	font-size: 16px;
	color: #3350cc;
	font-weight:bold;
	display:inline;
}
	
.OneColumn {float: left; width: 650px; border: 1px 1px 1px 1px solid #928d7a; margin: 0px 28px 10px 28px; padding: 0px 10px 0px 20px; background-color: #ffffff; 	display:inline;}	

h2 {font-family: "comic sans ms"; font-size: 18px; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #6699cc; width: 98%; text-align: center; padding: 3px 0px 3px 0px; margin: 6px 0px 8px 0px}

/********************** footer ***************************/
#footer, #footer a {background-color: #ffd39e; width: 795px; height: 1000px; text-align: center; padding: 10px 0px 0px 0px; position: relative; top: 50px; background-image: url(../GraphicsKey/sm_Footer.PNG); background-repeat: no-repeat; border-top: thin solid darkgray; font-size: 0px}
#footer a:hover{
	color:#000000;
}




