﻿/* 
Three Village School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
 */		
 
a#ctl00_ctl00_ContentPlaceHolderHeader_ContentPlaceHolderHeader_hlkDefault {
 display: none;
}
div#layout{
    width: 513px;
    margin-left: 20px;
    float: right;
}
div#local{
    width: 203px;
    float: right;
    padding-right: 22px;
}

/*Header*/
h3 {
	font-size:1.75em;
	line-height: 1em;
	margin:0 0 0.5em;
	padding:0;
    font-family: Garamond, 'Times New Roman', serif;
}
div#main h3 {
	font-size:2em;
}

/*divider*/
div#backtotop
{
	border-bottom: dashed 1px #03A773;
	margin: 10px 0px 20px 0px;
	text-align: right !Important;
}
	
