/*****
	Positioning for 2 or 3 columns
	
body is parent of banner, Lsidebar, and content.

content div is parent of heading, Rsidebar, mainColumn, and footer in that order
*****/

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1600px;
	background: url(/images/elements/blanktop.gif);
}

#Lsidebar
{
	position: absolute;
	top: 114px;
	left: 0px;
	width: 182px;
	background: #f0f0ff;
}

#content
{
	position: absolute;
	top: 114px;
	left: 182px;
	width: 600px;
	background: #f0faff;
}

#heading
{
	position: static;
	padding: .1em;
	background: #f0f0ff;
}

#mainColumn
{
	position: static;
	margin: 1em;
	padding: 1em;
	background: #f0f0ff;
}

#footer
{
	position: static;
	margin: 1em;
	text-align: center;
	background: transparent;
}


#footerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	background: transparent;
	color: gray;
}

/***** position *****/

.Rsidebar
{
	position: static;
	float: right;
	width: 30%;
	margin: 3em 0em .5em .5em;
	padding: 1em;
	background: transparent;
	color: #91276F;
	background: #f0fff0;
}

.centered
{
	text-align: center;
}

.windowLeft
{
	position: absolute;
		left: -182px;
}

.moveLeft
{
	position: relative;
		left: -30px;
}

.clearLeft
{
	clear: left;
}

.block
{
	margin-left: 3em;
	margin-right: 3em;
}

.textSpace
{
	margin: 0em 2em 0em 2em;
}

.spacedButton
{
	margin-top: 0em;
	margin-bottom: -.5em;
	margin-left: 3em;
	margin-right: 3em;
	background: #f0fff0;
}

.floatLeft
{
	float: left;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: 1em;
}

.floatRight
{
	float: right;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1em;
}

/***** Text *****/

h2.rightSection
{
	margin-top: 1em;
	font-size: 1.2em;
	background: transparent;
	background-color: #c0ffc0;
	color: #A52A2A;
	border-bottom: 1px solid #A52A2A;
}

h2.date
{
	margin-top: 10px;
	margin-right: 1em;
	padding: .2em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-align: right;
	background: transparent;
	color: #A52A2A;
	border-top: 1px solid #666600;
	border-right: 5px solid #666600;
}

h2.subject
{
	font-size: 1.5em;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	background: transparent;
	color: #A52A2A;
}

h3.subject
{
	font-size: 1em;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	background: transparent;
	color: #A52A2A;
}

div.sectionBottom
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.09em;
	margin-top: .8em;
	margin-right: auto;
	padding: 0em .5em .2em .5em;
	background: #fff0f0;
	border-bottom: 5px solid #666600;
	border-left: 1px solid #666600;
}

.sectionHead
{
	margin: 1em;
	color: #91276f;
	background: transparent;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	border-width: 0px;
}

.heading
{
	margin-top: 2em;
	text-align: left;
	//padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: transparent;
}

/***** main styles *****/

body
{
	margin-top: 0px;
	margin-left: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	background: #f0faff url(/images/elements/blankleft.gif) repeat-y scroll;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
}

/* replacement picture heading  */

.picHead
{
	background: transparent;
	color: #049799;
	font-size: 1.5em;
	font-family: "Lucida Handwriting", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.displayInline
{
	display: inline;
}

strong { font-weight: 600; }

.ital { font-style: italic; }

.first-letter { font-size: 150%; }

.priceText
{
	color: red;
	background: transparent;
}

.redText
{
	color: red;
	background: transparent;
}

.greenText
{
	color: green;
	background: transparent;
}

.blueText
{
	color: blue;
	background: transparent;
}

.cyanText
{
	color: #00ffff;
	background: transparent;
}

.magentaText
{
	color: #ff00ff;
	background: transparent;
}

.yellowText
{
	color: #ffff00;
	background: transparent;
}

.orangeText
{
	color: #ffc85a;
	background: transparent;
}

.brownText
{
	color: #876432;
	background: transparent;
}

.headline { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }

.verse
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	white-space: nowrap;
}

.boldverse
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
}

.boldital
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.rightSectionHeader
{
	color: #91276f;
	background: transparent;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}

/***** for layered popups *****/

.popupLink
{
	color: red;
	background: transparent;
}

.popup
{
	position: absolute;
	visibility: hidden;
	background: yellow;
	color: black;
	width: 200px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 3px;
	z-index: 10;
}

/***** rollovers *****/

.menu
{
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-width: 0px;
}

a
{
	color: blue;
	background: transparent;
}

a:link
{
	color: blue;
	background: transparent;
}

a:visited
{
	color: purple;
	background: transparent;
}

a:active
{
	color: lime;
	background: transparent;
}

a:hover
{
	color: blue;
	background: transparent;
	text-decoration: underline;
}

a.menu:link
{
	color: #91276F;
	background: transparent;
	text-decoration: none;
}

a.menu:visited
{
	color: #996633;
	background: transparent;
	text-decoration: none;
}

a.menu:hover
{
	color: #008800;
	background: transparent;
	text-decoration: none;
}

.smallMenu
{
	color: #91276f;
	background: transparent;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.smallMenu:link
{
	color: #91276F;
	background: transparent;
	text-decoration: none;
}

a.smallMenu:visited
{
	color: #996633;
	background: transparent;
	text-decoration: none;
}

a.smallMenu:hover
{
	color: #008800;
	background: transparent;
	text-decoration: none;
}

a.hiddenLink:link
{
	color: #91276F;
	background: transparent;
	text-decoration: none;
}

a.hiddenLink:visited
{
	color: #91276F;
	background: transparent;
	text-decoration: none;
}

a.hiddenLink:hover
{
	color: #91276F;
	background: transparent;
	text-decoration: none;
}

/***** panels *****/

.centerPanel
{
	text-align: center;
	padding: 1em;
	margin-left: 13%;
	width: 74%;
	border: 1px;
	border-style: solid;
}

.panelT
{
	padding: 10px;
	color: #000; 
	background-color: #00CED1;
	overflow: hidden;
}

.panelB
{
	padding: 10px;
	text-align: left;
	color: #000; 
	background-color: #f0faff;
}
 
.panelD
{
	margin: 10px;
	padding: 10px;
	color: #000; 
	background-color: #F7BC94;
}

/***** boxes *****/

.menuColor
{
	margin-right: 20%;
	border: 1px;
	padding: 5px;
	border-style: solid;
	background: #F7BD94;
}

.mockField
{
	margin-right: 20%;
	border: 1px;
	padding: 5px;
	border: 1px;
	border-style: solid;
}

.lineFrame
{
	border: 2px;
	padding: 10px 10px 10px 30px;
	border-style: solid;
}

.shadOut
{
	border-style: solid;
	border-width: thin medium medium thin;
	border-color: black;
}

.shadFrame
{
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	padding: 10px 10px 10px 30px;
	border-style: solid;
}

.shadFrameY
{
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	padding: 10px 10px 10px 30px;
	border-style: solid;
	background: #fffff0;
}

.newsbox
{
	text-align: center;
	margin: 3em auto 3em auto;
	width: 350px;
	padding: 5px 5px 5px 5px;
	border-width: 1px 5px 5px 1px;
	border-style: solid;
	border-color: black;
	background-color: #F7BC94; 
}

.sideNote
{
	float: right;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	padding: 10px 10px 10px 30px;
	border-style: solid;
}
