/*

"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: 1in;
}

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.

*/

#header, #banner, #sidebar, #footer {
	display: none;
}

#content {
	width: 100%;
}

/* 

Selectors generated by SiteMaker 

*/

/* Navigation bar selector -- possibly depreciated */

.navbarText {
	
}

/* Navigation Selectors -- selectors generated by SiteMaker for vertical navigation */

#navLinkListVerticalContainer {
	margin: 6px 6px 6px 3px;
}

#navLinkListVerticalContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navLinkListVertical {
	width: 200px;
}

#navLinkListVertical a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#navLinkListVertical a:hover, #navLinkListVertical a:active {
}

#navLinkListVertical span.selectedLink a
 {
}

#navLinkListVertical li {
	width: 190px;
	margin: 6px 3px 6px 10px;
}

#navLinkListVertical li li {
	width: 180px;
}

#navLinkListVertical li li li {
	width: 170px;
}

#navLinkListVertical li li li li {
	width: 160px;
}

#navLinkListVertical li.linkNotOnSelectedPath ul {
	display: none;
}

/* LogIn/LogOut Selectors */

#loginLogoutLinkContainer {
	margin: 6px 6px 6px 3px;
}

.loginLogoutLinks a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 190px;
	margin: 6px 3px 6px 10px;
}

.loginLogoutLinks a:hover, .loginLogoutLinks a:active {
}

/* Text/Image Section Selector */

.textImageText {
	
}

/* Embedded Section/Site Selectors */

#systemMessageUnavailablePage {
	
}

#systemMessageUnexpectedDeletion {
	
}

/* List of Links Selectors */

.listOfLinksTitle {
	
}

.listOfLinksText {
	
}

.listLinkLink {
	
}

.listLinkInfo {
	
}

.listLinkDescription {
	
}

/* Data Access Selectors */

.dataAccessSubtitle {
	
}

.dataAccessColoredSubtitle {
	
}

.dataAccessAlternateText {
	
}

.dataAccessNavigation {
	
}

#dataAccessTable {
	
}

.dataAccessTableHeading {
	
}

.dataAccessTableCell {
	
}

.dataAccessCaution {
	
}

.dataAccessInstruction {
	
}

.dataAccessException {
	
}

#dataAccessActions {
	
}

/* Mixed Media Selectors */

.mixedMediaTable {
	
}

.mixedMediaRow1 {
	
}

.mixedMediaPane1 {
	
}

.mixedMediaPane2 {
	
}

.mixedMediaRow2 {
	
}

.mixedMediaPane3 {
	
}

.mixedMediaPane4 {
	
}

/* Footer Selectors */

.footerContactInfoTitle {
	
}

.footerContactInfoText {
	
}

.footerUserLinks {
	
}

.footerSystemLinks {
	
}

/* GVC.SiteMaker Footer Selectors */

#poweredByBar {
	display: none;
}

#poweredByText {
	display: none;
}

#gvcSiteMakerLink {
	
}