/*KidWorks stylesheet!*/h1 { font-weight:bold; color:##073D8F}h2 { font-weight:bold; color:#329028}ul.disc {list-style-type: disc}a:link { color:#073D8F; text-decoration:none; font-weight:bold }a:active {color:#073D8F; text-decoration:none; font-weight:bold }a:visited { color:#073D8F; text-decoration:none; font-weight:bold }a:hover { color: #329028; font-weight:bold }body {		background-image:url(bluehills.gif);		background-attachment:fixed;		background-left: 0 px;		background-top: 0 px;		font-family: Arial,helvetica;		font-size:12px;		color:#073D8F			}#wrapper {	background-color:white;		width:900px;		margin:0px auto;		border:3px solid #329028;		padding:10px;	}#header {		background-color:white;		border:3px dashed yellow;		height:162px;		padding:10px;	}	#content {background-color:white;		margin-top:10px;		padding-bottom:10px;	}	#content div {background-color:white;		padding:10px;		border:1px;		float:left;	}	#content-left {background-color:white;		width:200px;	}	#content-main {background-color:white;		margin-left:10px;		width:500px;	}	#content-right {background-color:white;		margin-left:10px;		width:114px;	}	#footer {background-color:white;		float:left;		margin-top:10px;		margin-bottom:10px;		padding:10px;		border:2px dashed yellow;		width:878px;		color:black;			}	#bottom {background-color:white;		clear:both;		text-align:right;	}