/* seteachercenter.org base stylesheet */
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #000000;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

#banner {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 566px;
	height: 122px;
	padding-top: 65px;
	padding-left: 30px;
}
#banner h1 {
	display: inline;
	font-variant: small-caps;
	font-style: italic;
}

#wrap {
	width: 750px;
}

#main {
	float:right;
	width:600px;
	padding-top: 7px;
	margin-bottom: 10px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	padding: 0;
	border: 0;
	margin: 8px 0px 0px 0px;
}

#main p {
	padding-top: 0;
	margin: 0px 0px 7px 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

#sidebar {
	float:left;
	width:150px;
}

#footer {
	clear: both;
	text-align: center;
}

.button {
	width: 121px;
	height: 38px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-weight: bold;
	background-image: url(../images/button.gif);
	display: block;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Verdana;
}
.button span {
	display: block;
	padding-top: 16px;
	padding-left: 12px;
}

ul.pblisting {
	list-style: square;
	padding-left: 0;
}
ul.pblisting li {
	margin: 0;
	padding: 0;
}
ul.pblisting strong {
	color: #330099;
}

.sectionheading {
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 1.0em;
}

.sectionheading .blue {
	color: #000066;
}