/* Experimental image preloading */
#preload {
	background: url(/images/chhsfull.gif) no-repeat;
	display: none;
	}
	
body {
	background-image: url("/images/tiger-greystripe.png");
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#container {
	background: #fff;
	width: 964px;
	text-align: center;
/* 	border: 2px dotted red; */
}

.container12 {
	background: #fff;
	padding: 20px 0 40px 0;
}

li {
	list-style: disc;
}

/* Page Headers */
#headblock {
	background: black;
}

#title {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", serif;
	float: left;	
	background: #000;
	color: white;
}

#title h1 {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#title img.chhslogo {
	width: 75%;
	padding: 30px 0 0 0;
	vertical-align: bottom;
}
	
#title h2.chhslogo {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-style: italic;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
	color: #F0BD1B;
}

#tigerlogo {
	float: right;	
	background: #000;
	text-align: center;
}

#tigerlogo img {
	border: none;
}

/* Menu Bar */
#menu {
	float: left;
	/* padding: 7px 0 7px 0; */
	min-height: 37px;
	background: #F0BD1B;
	color: white;
	background-image: url("/images/menubar-goldbg.png");
	text-align: center;
}

#menu ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0px 20px 0px 20px;
	border-right: 2px dotted #C2133C;
}

#menu li.alpha {
}

#menu li.omega {
	border: none;
}

#menu a {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: black;
	text-decoration: none;
}
    
#menu a:hover, #menu a:active, #menu a.selected {
    color: #C2133C;
}

/* Content block */
#contentblock {
	background: #fff;
	min-height: 500px;
}

#contentblock.noheight {
	min-height: 10px;
}

#content {
	margin: 0 0 0 10px;
}

#content h2 {
	align: center;
	font-weight: bold;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content p {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#content img {
	border: 3px solid #7D7D7D;
	margin: 10px;
}

a.imagelink {
	border: none;
	text-decoration: none;
}

#classlistblock {
	background: white;
}

#classmatelist ul {
	list-style: none;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#classmatelist li {
	list-style: none;
}

.listheader {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	}

/* Yahoo! signup block */
#yahoo {
	background: #fff;
	float: right;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}
	
#yahoocontainer {
	width: 200px;
	float: right;
	border: 1px dotted #7d7d7d;
	padding: 10px;
	margin: 10px 2px 0 10px;
}
	
fieldset {  
	margin: 0;  
	padding: 0;
}

legend {  
	text-align: center;
	font-style: italic;
	font-size: small;
	color: #000000;  
	font-weight: bold;
}

#fieldset ul {  
	padding: 0;  
	list-style: none;
}

#fieldset li {
	text-align: left;  
	padding-bottom: 0;
}

#fieldset.submit {  
	border-style: none;
	margin: 0;
	padding: 0;
}

#submit button {
	color:#C0D8F0;
	font: bold small 'Trebuchet MS', Verdana, sans-serif;
	background: #7D7D7D;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
}
	
/* Footer block */
#footer {
    clear: both;
    background: #7D7D7D;
    color: #F0BD1B;
    border-top: solid 1px #6f6f6f;
    border-bottom: solid 1px #6f6f6f;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 75%;
    text-align: center;
}
    
#footer img {
    border-style: none;
}
    
#footer p {
	font-style: italic;
	font-size: x-small;
	margin: 0;
	padding: 0;
}

#footer a {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #C0D8F0;
	text-decoration: none;
}
    
#footer a:hover, #menu a:active, #menu a.selected {
    color: #C2133C;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	