/* global attributes */

body
{ 
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #000000 url(images/body.jpg);
	text-align: justify;
	color: #662c14;
}

h1 {
	font-size: 2.0em;
	color: #662c14;
	font-weight:bold;
	padding-left: 3px;
	margin-top: 0px;
}

h2 {
	font-size: 1.7em;
	color: #662c14;
}

h3 {
	font-size: 1.3em;
	color: #662c14;
}

img
{
	border: 1px solid #662c14;;
}

/* overall container of the page */

#container
{
	width: 760px;
	/*background-color: #fbe8e8;*/
	background: transparent url(images/imageContainer_w760.png) no-repeat top;
}

a
{
	color: #662c14;
}

a:hover
{
	text-decoration: underline;
}

/* page header */
#top
{
	/*background: #fbe8e8;*/
	background: transparent;
	width: 760px;
}

#topping
{
	/*margin-top: -8px;*/
	height: 5px;
	width: 760px;
	background-color: transparent;
}

#logoContainer
{
	background: transparent;
	padding-left: 20px;
	padding-top: 2px;
	display: none;
}

/* menuBar 2 */

#secondTopBar
{
	background: transparent;
	font-size: 130%;
	color: #a97d75;
	height: 20px;
}

#secondTopBar a 
{
	padding: 0px 3px 7px 3px;
	font-weight:bold;
	background-color: transparent;
	color: #a97d75;
}

#secondTopBar a:hover
{
	color: #bdbed6;
	background: transparent;
}

#imageContainer
{
	/*background: #000000 url(images/imageContainer_big.png) no-repeat center;*/
	background: transparent;
	width: 760px;
	height: 130px;
	margin-bottom: -2px;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
}

#imageContainer h1
{ 
	/*color: #efdfe7;*/
	color: #662c14;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 220%;
	width: 500px;
	background: transparent;
	text-align: center;
}

#content
{
	/*background-color: #fbe8e8;*/
	background: #fbe8e8 url(images/contentMid_w760.png) repeat-y center;
	width: 760px;
	/*border-top: 12px solid #efe3e7;*/
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin-top: 13px;
}

#contentNoSideBar
{
	background: #fbe8e8 url(images/content_w760.png) repeat-y center;
	width: 760px;
	/*border-top: 12px solid #efe3e7;*/
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	padding: 13px 0px 0px 0px;
}

#contentPlain
{
	background: #fbe8e8 url(images/content_w760.png) repeat-y center;
	width: 730px;
	/*border-top: 12px solid #efe3e7;*/
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin-top: 13px;
	padding: 0px 15px 0px 15px;
}

#sideMenuBar
{
	width: 200px;
	border-left: 0px solid #ffffff;
/*	background: #fbe8e8 url(images/sideMenuBar.png) repeat-y right;*/
	background: transparent;
	padding-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
}

#sideMenuBar ul
{
	padding-left: 15px;
	margin-left:5px;
	padding-top: 15px;
	padding-right: 15px;
	list-style-type:none;
}

#sideMenuBar ul li
{
	padding: 7px 0px 0px 0px;
}
/*
#sideMenuBar ul
{
	list-style-image: url(images/ul.gif);
	padding-left: 15px;
	margin-left:15px;
	padding-top: 15px;
	padding-right: 15px;
}

#sideMenuBar ul li
{
	padding: 7px 0px 0px 0px;
}
*/
#sideMenuBar ul li a
{
	background: url(images/ul.gif) left center no-repeat;
	font-weight: bold;
	padding-left: 13px;
	font-size: 120%;
	color: #662c14;
}

#sideMenuBar ul li a:hover
{
	text-decoration: underline;
}

/*********************************/

/* form headers */

.theader
{
	color: #896062;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
}

.theader a
{
	font-size: 130%;
	color: #896062;
	font-weight: bold;
}

.theader a:hover
{
	text-decoration: underline;
}

/* other areas within the main */

#suggestedEntries a
{
	font-weight: bold;
}

.editSite
{
	background: transparent;
	font-size: 90%;
	color: #662c14;
}

.editSite a
{
	background: transparent;
	color: #662c14;
}

.editSite a:hover
{	
	color: #a97d75;
	text-decoration: underline;
}

/* For edit sites that appear in a table header */
div.editSiteHeader
{
	float: right;
	text-align: right;
	font-size: 85%;
}

.editSiteHeader a
{
	color: #662c14;
	font-weight:normal;
	font-size: 85%;
}

.editSiteHeader a:hover
{
	color: #a97d75;
	text-decoration: underline;
}

/* images for the page entries */ 

div.coupleImageLeft /* used so as not to have a large margin on the right */
{
	margin:0px 6px 0px 0px;

	/* optional */
	padding:3px 3px 3px 3px;
        border: 2px solid #5a2323;
}

div.paragraphImageLeft
{
	/******constant******/
	margin:0px 5px 0px 0px;
	float:left;
	/*******************/

	/* optional */
	padding:3px 3px 3px 3px;
	border: 2px solid #5a2323;
}

div.paragraphImageRight 
{
	
	/******constant******/
	margin:0px 0px 0px 5px;
	float:right;
	/*******************/

	/* optional */
	padding:3px 3px 3px 3px;
	border: 2px solid #5a2323;
}

div.paragraphImageBottom
{
	/******constant******/
	margin:10px 0px 0px 0px;
	/*******************/

	/* optional */
	padding:3px 3px 3px 3px;
	border: 2px solid #5a2323;
}

div.paragraphImageCenter
{
	/******constant******/
	margin:0px 5px 0px 0px;
	/*******************/

	/* optional */
	padding:3px 3px 3px 3px;
        border: 2px solid #5a2323;
}

/*********************************/

#bottomButtonBar
{
	width: 760px;
	background: transparent url(images/footer_w760.png) no-repeat top;
	color: #ffffff;
	height: 10px;
	padding-top: 55px;
}

#bottomButtonBar a
{
	color: #ffffff;
}

#bottomButtonBar a:hover
{
	text-decoration: underline;
}

/**************************************/

/*
homepage div items
*/
.homepageList
{
	/*list-style-type: none;*/
	list-style-type: disc;
}

/* url box on the homepage */
.urlCol
{
	border: 1px solid #662c14;
}

.urlCol h3
{
	margin-top: 2px;
	margin-bottom: 3px;
}

.homepageCell
{
	/*border: 1px solid #5a2323;*/
	/*padding-top: 10px;
	padding: 10px;
	margin-left:8px;*/
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 15px;
	padding-right: 13px;
	background: #fbe8e8;
}

.homepageCellTop
{
	margin-right:auto;
	margin-left:auto;
	width: 68%;
	padding-right: 15px;
	background: #fbe8e8;
	padding-left: 0px;
	margin-right: 5px;
	padding-top: 0px;
}

.insideHomepageCell
{
	width:100%;
	padding-bottom:15px;
	padding-right: 0px;
	background: #fbe8e8;
}

.insideHomepageCell .theader
{
	font-size: 115%;
	border-bottom: 1px solid #662c14;
	text-decoration: bold;
}

.insideHomepageCell h2
{
	color: #662c14;
	margin-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
}

.insideHomepageCell h2 a
{
	color: #662c14;;
	margin-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
}

.insideHomepageCell h2 a:hover
{
	text-decoration: underline;
	margin-bottom: 3px;
	margin-bottom: 3px;
}

.insideHomepageCell h3 a
{
	color: #662c14;
}

.insideHomepageCell h3 a:hover
{
	text-decoration: underline;
}

/**************************************/

.roundedForm
{
	background: #fbe8e8;
}

.roundedForm h2
{
}

/*
used in isolated bars when you want a greyed b/round - same as roundedForm
*/
td.roundedBar
{
	color: #5f5f5f;
	background: #fbe8e8 url(images/roundedBarLong.gif) no-repeat center bottom;
	padding-top: 2px;
	padding-bottom: 9px;
	border-top: 1px solid #d3b6af;
}

td.roundedBar a
{
	color: #5f5f5f;
}

td.roundedBar a:hover
{
	text-decoration: underline;
}

/* chart for poll results */
table.chart
{
}

/*
definition for how tables in forms look
*/
table.tableForm
{
	font-weight: bold;
}

/* table to hold remaining info */
table.homepageBottom
{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}

table.homepageTop
{
	width: 100%;
}

#constantTopNavList
{
	background-color: transparent;
	color: #662c14;
	border: 0px;
	width: 50%;
	padding-right: 39px;
}

#constantTopNavList a
{
	color: #662c14;
}

#constantTopNavList a:hover
{
	color: #662c14;
	text-decoration: underline;
}

.mainDocumentContainerSmall
{
	width: 67%;
	padding-right: 15px;
	padding-left: 0px;
	margin-right: 3px;
}

#adSideBar
{
	width: 160px;
	padding-left: 30px;
}

div.textParagraph a
{
	text-decoration: underline;
}

