body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color : #FFFFFF;
	text-align : left;
	background-image: url(http://WintonCulver.org/images/bg_logo.JPG);
	background-repeat: no-repeat;
	background-position : center;
	background-attachment : fixed;
	font-size: 10pt;
	height: 100%;
}

h1 {
	font-weight: bolder;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color : #000099;
/*	background: #F0FFFF;
	border-left: 2px dotted #000066; */
	padding-left: 4px;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color : #000066;
/*	background: #F0FFFF;
	border-left: 2px dotted #000066; */
	padding-left: 4px;
}

h3 {
	font: bold;
/*	background: #F0FFFF;
	border-left: 2px dotted #000066; */
	padding-left: 4px;
	color : #000099;
}

#header {
	height: 50px;
	background-color: #E0FFFF;
	border: 1px solid #000066;
	padding:0;
}

#header1 {
	font-weight: bolder;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color : #000033;
}

#left {
	position:absolute;
	left:0;
	top:65px;
	padding:0;
	width:0px;
	height:100%;
}

#center {
	position: relative;
	top:5px;
	margin-right:12em; 
	margin-bottom:20px;
	padding:10 10px;
	height:100%;
}

#right {
	position:absolute;
	right:0;
	top:65px;
	padding:0;
	width:150px;
	height:100%;
}

# li {
	list-style-image : url(http://wintonculver.org/images/bullet1.gif);
}

#sub1 a, #sub2 a, #sub3 a, #sub4 a, #sub5 a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	line-height: 150%;
	padding-left: 2em;
}

#sub1 a:hover, #sub2 a:hover, #sub3 a:hover, #sub4 a:hover, #sub5 a:hover {
	color: #F0F;
	font-weight: bolder;
	text-decoration: none;
	font-size: 10pt;
	line-height: 150%;
	padding-left: 2em;
	background-image:url(http://wintonculver.org/images/menucross.png);
	background-repeat:no-repeat;
}

#masterdiv a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	line-height: 150%;
	padding-left: 1em;
}

#masterdiv a:hover {
	color: #F0F;
	font-weight: bolder;
	text-decoration: none;
	font-size: 10pt;
	line-height: 150%;
	padding-left: 1em;
	background-image:url(http://wintonculver.org/images/menucross.png);
	background-repeat:no-repeat;
}

.menutitle {
	color: #006;
	font-weight: bolder;
	font-style: italic;
	background-image:url(http://wintonculver.org/images/menupull.png);
	background-repeat:no-repeat;
	text-indent: 15px;
	cursor: pointer;
	font-size: 10pt;
	line-height: 150%;
}

.submenu {
		padding-left:7px;
}