/*

"Basic Style" Cascading Style Sheet for GVC.SiteMaker 4.1 by Joe Swann for Robertson County Schools.

This style sheet is for controlling a printed version of a web page.

*/

/* Selectors to eliminate predefined browser styles. */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote, ul, ol {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a, a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

/* Text Formatting */

body {
	font-size: 1em;
	margin-top: 1.2em;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
	border-bottom-style: solid;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	font-style: italic;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
}

ol, ul {
	padding-left: 2em;
}

table {
	margin: 1em;
}

/* 

Layout -- selectors with the SM prefix are not generated by SiteMaker but are written into the code with specific WebObject tags.

*/

#SMBanner, #header, #sidebar, #footer, #SMFooter {
	display: none;
}

#SMSectionContents {
	padding: 0;
	max-width: 7.5in;
}

/* GVC.SiteMaker Footer Selectors */

#poweredByBar {
	display: none;
}

#poweredByText {
	display: none;
}

#gvcSiteMakerLink {
	
}