/* global attributes */

body
{ 
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #d6c3c6;
	text-align: justify;
	color: #525552;
}

h1 {
	font-size: 2.1em;
	color: #ffffff;
	background-color: #d6c3c6;
	font-weight:bold;
	padding-left: 3px;
}

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

h3 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

img
{
	border: 0px;
}

/* overall container of the page */

#container
{
	width: 762px;
}

a
{
	color: #52188c;
}

a:hover
{
	text-decoration: underline;
}

/* page header */
#top
{
	background: #ffffff;
	width: 761px;
}

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

/* menuBar 2 */

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

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

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

#imageContainer
{
	background: #ffffff url(images/imageContainer_full.jpg) no-repeat center;
	width: 753px;
	height: 110px;
	margin-bottom: -2px;
	border-left: 3px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#imageContainer h1
{ 
	/*color: #efdfe7;*/
	color: #ffffff;
	padding: 20px 20px 0px 410px;
	font-weight: bold;
	font-size: 250%;
	width: 300px;
	background: transparent;
}

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

#contentNoSideBar
{
	background: #ffffff;
	width: 755px;;
	/*border-top: 12px solid #efe3e7;*/
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#contentPlain
{
	background: #ffffff;
	width: 715px;
	/*border-top: 12px solid #efe3e7;*/
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#sideMenuBar
{
	width: 176px;
	border-left: 0px solid #ffffff;
	padding-bottom: 220px;
	background: #ffffff url(images/sideMenuBar.jpg) no-repeat bottom center;
	border-right: 0px solid #efe3e7;
	padding-right: 0px;
	margin-left: 0px;
}

#sideMenuBar ul
{
	list-style: none;
	padding-left: 0px;
	margin-left:10px;
}

#sideMenuBar ul li
{
	border-bottom: 1px solid #ffffff;
	padding: 7px 0px 0px 0px;
}

#sideMenuBar ul li a
{
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #ad7d73;
}

#sideMenuBar ul li a:hover
{
	color: #bdbed6;
}

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

/* form headers */

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

.theader a
{
	font-size: 130%;
	color: #ad7d73;
	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%;
}

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

.editSite a:hover
{	
	color: #6a7594;
	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: #6a7594;
	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: 742px;
	background: #d6c3c6 url(images/bottomButtonBar.gif) repeat-x top;
	color: #ffffff;
	height: 40px;
	padding-top: 15px;
}

#bottomButtonBar a
{
	color: #52188c;
}

#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 #85621e;
}

.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;
}

.homepageCellTop
{
	width: 535px;
	margin-right: 10px;
	background: white;
}

.insideHomepageCell
{
	/*border: 2px solid #5a2323;*/
	width:100%;
	padding-bottom:8px;
	padding-right: 0px;
	background: transparent;
}

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

.insideHomepageCell .theader a
{
	font-size: 115%;
	text-decoration: bold;
}

.insideHomepageCell h2
{
	background-color: #d6c3c6;
	color: white;
	margin-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
}

.insideHomepageCell h2 a
{
	background-color: #d6c3c6;
	color: white;
	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
{ 
}

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

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

.roundedForm
{
	background: #efe3e7;
}

.roundedForm h2
{
}

/*
used in isolated bars when you want a greyed b/round - same as roundedForm
*/
td.roundedBar
{
	color: #5f5f5f;
	background: white;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top: 1px solid #AD7D73;
	border-bottom: 1px solid #AD7D73;
}

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: 90%;
}

#constantTopNavList
{
	background-color: #ffffff;
	color: #525552;
	border: 0px;
}

#constantTopNavList a
{
	color: #52188c;
}

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

.mainDocumentContainerSmall
{
	width: 64%;
	padding-right: 20px;
	padding-left: 10px;
	margin-right: 20px;
}

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

