/*
	Positioning

body is parent of content
	
content is parent of header, stdMenu, mainColumn, stdMenu, and footer in that order

header is parent of logo & banner
*/

body
{
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #011426;
}

#content     
{ 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	width: 784px; 
	text-align: left;
	height: auto; 
	color: #006; 
	background: #006;
	visibility: visible; 
	display: block 
}
	 
#header
{
	top: 0px;
	width: 774px;
	height: 139px;
	padding-left: 5px;
	padding-right: 5px;
	background: url("/images/backgrounds/background.jpg");
}

#banner
{
	width: 774px;
	height: 144px;
	text-align: left;
	margin-top: -2px;
	background: url("/images/logos_banners/header.jpg") bottom right no-repeat;
}

.title
{
	width: 12.5em;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	font: bold italic 24px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	color: #A52A2A;
	background: transparent;
}

#heading
{
	position: absolute;
	background: transparent;
}

#mainColumn
{
	position: static;
	width: 724px;
	margin-left: 15px;
	padding: 1em;
	overflow: hidden;
	background-color: #F0F0FF;
}

.mainMenu
{
	position: static;
	padding: 5px;
	clear: both;
	text-align: center;
	color: #DA9D62;
	background: transparent;
}

.bodyMenu
{
	position: static;
	padding: 5px;
	clear: both;
	text-align: center;
	background: transparent;
}


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

/* replacement picture heading  */

.picHead
{
	color: #DA9D62;
	font-size: 1.5em;
	text-align: left;
}


/* standard containers */
/* 
/* format: <type><color><position><width>
/* types:
/* 		panel	no border
/* 		box		thin border
/* 		frame	fance border
/* colors:
/* 		B		Body color
/* 		T		Trim (content bg) color
/* 		M		Main color
/* 		D		Darker color
/* 		L		Lighter color
/* 		C		Color other than the above
/* 		X		Transparent
/* positions:
/* 		left
/* 		right
/* 		center
/* widths:
/* 		px, em, %
/* 		wide
/* 		narrow
*/
 
.panelD
{
	margin: 10px;
	padding: 10px;
	background-color: #012A53;
}

.boxC   
{ 
	position: relative; 
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
	border: #933 solid thin;
	background: transparent;
	overflow: hidden;
	visibility: visible; 
	display: block 
}

.panelC   
{ 
	position: relative; 
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
	background: transparent;
	overflow: hidden;
	visibility: visible; 
	display: block 
}

.boxX
{
	padding: 10px;
	border: #933 solid thin;
	background: transparent;
	overflow: hidden;
}

.panelXleft
{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 250px;
	text-align: left;
	background: transparent;
}

.panelT
{
	padding: 10px;
	background-color: #933;
	overflow: hidden;
}

.panelB
{
	padding: 10px;
	text-align: left;
	background-color: #011426;
}

.panelXright
{
	margin-left: 300px;
	padding: 10px;
	text-align: left;
	background: transparent;
}

.panelX
{
	padding: 10px;
	text-align: left;
	background: transparent;
}

/* special containers */

.newsbox
{
	text-align: center;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	border-width: 1px 5px 5px 1px;
	border-color: black;
}

.mockField
{
	margin-right: 20%;
	border: 1px;
	padding: 5px;
	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;
}

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

.Lcolumn
{
	float: left;
	margin-left: 20px;
	width: 300px;
	padding: .5em;
	border: #00f ridge .5em;
	color: #91276F;
	background: #cff;
}

.LcolumnN
{
	width: 550px;
	margin-right: 20px;
	text-align: left;
	background: transparent;
}

.Rcolumn
{
	position: relative;
	width: 300px;
	margin-left: 375px;
	padding: .5em;
	border: #b00 ridge .5em;
	color: #933;
	background: #fcc;
}

.RcolumnG
{
	position: static;
	float: right;
	width: 300px;
	padding: .5em;
	text-align: center;
	border: #0f0 ridge .5em;
	color: #933;
	background: #cfc;
}

.RsideBar
{
	float: right;
	width: 150px;
	border: #933 solid thin;
	background-color: #012A53;
}


/* modifiers */

.centered
{
	text-align: center;
}

.displayInline
{
	display: inline;
}

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

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

.clearLeft
{
	clear: left;
}

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

.spacedButton
{
	margin-top: 0em;
	margin-bottom: -.5em;
	margin-left: 3em;
	margin-right: 3em;
	color: #000000;
	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;
	border-bottom: 1px solid #A52A2A;
	color: #A52A2A;
	background: #c0ffc0;
}


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

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

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

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;
	border-bottom: 5px solid #666600;
	border-left: 1px solid #666600;
	color: #000000;
	background: #fff0f0;
}


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

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

h1,h2,h3.heading
{
	margin-top: .1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
}

/* main styles */

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

h4
{
	font-size: 1.2em;
	background: transparent;
}

h5
{
	font-size: 1.1em;
	background: transparent;
}

h6
{
	font-size: 1em;
	background: transparent;
}

hr .goldrule
{
	width: 50%
	size: 5px;
	color: #ffdf00; 
}

strong { font-weight: 600; }

.ital { font-style: italic; }

.first-letter { 
	font: 2em bold; 
}

.super { 
	font-size: smaller; 
	vertical-align: super;
}

.superTiny { 
	font-size: xx-small; 
	vertical-align: super;
}

.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; 
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
}

.author
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote
{
	width: 480px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 1em;
	padding-right: 1em;
	font: bold italic 1.2em Georgia, "Times New Roman", Times, serif left;
}

.verse
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	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;
	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;
	color: black;
	background: yellow;
}

/* rollovers */

.menu
{
	font: bold italic 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.mainMenu a:link
{
	color: #FFFF95;
	background: transparent;
}

.mainMenu a:visited
{
	color: #A42;
	background: transparent;
}

.mainMenu a:hover
{
	color: #00bfff;
	background: transparent;
}

.bodyMenu a:link
{
	color: #000066;
	background: transparent;
}

.bodyMenu a:visited
{
	color: #A42;
	background: transparent;
}

.bodyMenu a:hover
{
	color: #00bfff;
	background: transparent;
}

a:active
{
	color: #DA9D62;
	background: transparent;
}

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

.hiddenLink
{
	background: transparent;
	text-decoration: none;
}
