/* CSS Document */
body {
	margin:10px 0 0 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#382E2C;
	text-align:center;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #74769D;
}
h1 {
	font-size: 120%;
	color: #333333;
}


p {
	margin:0.3em 0 1.2em 0; 
	padding:0.3em;}
	

a:link, a:visited {
color:#F20732; text-decoration:underline;}
a:hover {
color:#666666; text-decoration:none;}
a:active {
color:#333333; text-decoration:underline;}



.container {
	margin:0 auto 0 auto;
	padding:0;
	width:790px;
	background-color: #FFFFFF;
	border: 2px none #000000;
}
.titleblock {
	padding:0;
	margin:0px;
	text-align:left;
	height: 70px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #333333;
}

.content {
	clear:left;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 1.2em;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 1em;
	padding-right: 1ex;
	padding-bottom: 1em;
	padding-left: 4px;
}
.content2 {
	clear:left;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 1.2em;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 1em;
	padding-right: 1ex;
	padding-bottom: 1em;
	padding-left: 4px;
}
.nav {
	clear:left;
	text-align:center;
	margin:0;
	float: none;
	padding: 10px;
}
.right_side {
	float: right;
	width: 150px;
	margin: 10px;
	border: 1px dashed #CEE29D;

}
.computer_projects {
	background-image: url(images/bkg-box.jpg);
	padding: 0px;
	height: 300px;
	width: 250px;
	margin: 0px;
	float: left;
}
.textbox {
	padding: 20px;
}



.footer {
	color:#999999;
	font-size:90%;
	margin:2.5em 0.2em 0.5em 0.5em;
	padding:0.8em;
	text-align:left;
	clear:both;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
}
.free_homeschool_resources {
	background-image: url(images/bkg-box.jpg);
	padding: 0px;
	height: 300px;
	width: 250px;
	margin: 0px;
	float: left;
}
