/* CSS Document */

html { height: 100% }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DBEAE3;
	color: #000;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bodyframe {
	width: 800px;
	margin-top: 0px;
	margin-left: 10px;
	height: 100%;
	text-align: left;
	
}

#maincontent {
	vertical-align: top;

}
td, th {
	background-color: #FFF;
}

a:link, a:visited, a:active { color: #03C; }

.content {
	width: 800px;
}

.left-column, .right-column {
	width: 50px;
}

.left-vcolumn {
	width: 50px;
	background-image: url(images/lf-side.jpg);
	background-repeat: repeat-y;
}

.right-vcolumn {
	width: 50px;
	background-image: url(images/rt-side.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, hr {
	color: #336666;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }

.infotbl {
	width: 100%;
	background-color:#CCCCCC;
}
.infotbl th, .infotbl td {
	vertical-align: top;
}

.msg {
	font-weight: bold;
	color: red;
}
.star {
	color: red;
}

.headline {
	margin-bottom: 5px;
	list-style:none;
	margin-left: -30px;
}
.resource-item, .project-title {
	margin-bottom: 15px;
	clear: both;
}
.resource-note, .project-stat {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.resource-book, .resource-video, .resource-cartoon {
	float: right;
	margin-left: 10px;
}
.store-item {
	float: left;
	width: 150px;
	height: 260px;
	margin-right: 10px;
}
.subdiv {
	width: 270px;
	height: 45px;
	padding: 3px;
	background-color: #DBEAE3;
	border: thin solid blue;
}
.mainsidebar {
	border: thin solid blue;
	padding: 5px;	
}
.abc {
	font-size: 12px;
	color: #336666;
	font-weight: bold;
}
tr.listbg td {
	background-color:#C6E4EA;
}
