html
{
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}

#divTop
{
	min-height: 100%;
	width: 790px;
	z-index: 2;
}

#divBottom
{
	margin-top: -27px;
	width: 790px;
	z-index: 1;
}

div.smallSpacer
{
	clear: both;
	height: 10px;
}

div.mediumSpacer
{
	clear: both;
	height: 20px;
}

div.largeSpacer
{
	clear: both;
	height: 40px;
}

tr.smallSpacer
{
    height: 10px;
}

tr.mediumSpacer
{
    height: 20px;
}

a.inline
{
	color: #000000;
	text-decoration: underline;
}

div.pageHeader
{
	text-align: left;
	font-size: 18px;
	color: #3366CC;
}

div.pageBody
{
	text-align: left;
	line-height: 150%;
	padding-top: 10px;
}

div.bodySpacer
{
	clear: both;
	height: 100px;
}

.label1
{
	font-weight: 700;
}

.labelError
{
	color: #FF0000;
	font-weight: 700;
}

div.error
{
	clear: both;
	text-align: center;
	display: none;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: 700;
}

div.indentSmall
{
    margin: 0px 25px 0px 25px;
}

div.indentLarge
{
    margin: 0px 80px 0px 80px;
}

div.indentXLarge
{
    margin: 0px 140px 0px 140px;
}

div.indentXXLarge
{
    margin: 0px 180px 0px 180px;
}


/* Master Page */

.imageLogo2
{
	float: left;
}

.imageMontage2
{
	float: right;
}

a.home
{
	color: #3366CC;
	font-weight: 700;
	text-decoration: none;
}

#divHeader2
{
	clear: both;
	height: 170px;
}

#divBody
{
	float: right;
	text-align: center;
	width: 600px;
}

/*#divFooterUpper
{
	clear: both;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	color: #3366CC;
	height: 25px;
}*/

#divFooterLeft
{
	float: left;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	color: #3366CC;
	height: 25px;
}

#divFooterRight
{
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: #3366CC;
	height: 25px;
}


/* Home Page */

img.logo1
{
	position: relative;
	left: 240px;
	z-index: 1;
}

img.montage1
{
	float: right;
}

#divHeader1
{
	clear: both;
	text-align: left;
	font-size: 18px;
	color: #3366CC;
	border-bottom: solid 4px #3366CC;
	height: 170px;
}

span.head1
{
	position: relative;
	top: -65px;
	z-index: 2;
}

span.head2
{
	position: relative;
	top: 15px;
	left: 75px;
	z-index: 2;
}


/* Team Page */

table.team
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
	text-align: left;
	width: 100%;
}

table.team tr
{
	vertical-align: top;
}

table.team td.portrait
{
    width: 120px;
}

table.team img
{
	width: 100px;
	height: 136px;
}


/* Transactions Page */

div.transactionItem
{
	float: left;
	text-align: center;
	width: 170px;
}

div.transactionItem div.frame
{
	border: solid 2px #3366CC;
}

div.transactionItem div.header
{
	height: 30px;
	background-color: #3366CC;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 30px;
	border-bottom: solid 2px #3366CC;
}

div.transactionItem div.date
{
	margin: 10px auto 5px auto;
}

div.transactionItem div.footer
{
	margin-top: 5px;
	font-size: 8px;
	line-height: 10px;
}

div.transactionItem img.logo
{
    clear: both;
	margin: 5px auto 5px auto;
	height: 70px;
	width: 160px;
}

div.transactionHSpacer
{
	float: left;
	width: 14px;
}


/* Menu Control */

#divMenu
{
	float: left;
	text-align: left;
	width: 180px;
}

div.menuItem
{
	clear: both;
	text-align: left;
	height: 50px;
}

.linkActiveMenuItem
{
	color: #3366CC;
	font-size: 18px;
	text-decoration: none;
}

.linkInactiveMenuItem
{
	color: #CCCCFF;
	font-size: 18px;
	text-decoration: none;
}

a.specialEvent
{
	color: #FF0000;
	font-size: 18px;
	text-decoration: underline;
}


/* Disclaimer Page */

#divDisclaimerButtons
{
	text-align: center;
}


/* Archive Page */

#tableArchive
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
	text-align: center;
	width: 100%;
}

#tableArchive tr.header
{
	font-weight: 700;
	text-decoration: underline;
}

#tableArchive td.items
{
	vertical-align: top;
	background-color: #CCCCFF;
}

#tableArchive td.border
{
    border-left: solid 5px #FFFFFF;
    border-right: solid 5px #FFFFFF;
}

.navButton
{
	font-size: 10px;
	color: #3366CC;
	text-decoration: underline;
}


/* ArchiveList Control */

.tableArchiveList
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
	text-align: left;
	width: 100%;
}

.tableArchiveList tr
{
	vertical-align: top;
}

.tableArchiveList td
{
	padding: 0px 5px 0px 5px;
}

span.archiveDate
{
	font-size: 12px;
}

a.archiveItem
{
	color: #3366CC;
	text-decoration: underline;
}


/* ArchiveItemDisplay Page */

#divArchiveItemDisplay
{
	text-align: left;
}

.labelHeadline
{
	font-size: 18px;
	color: #3366CC;
}

.labelPostDate
{
	font-weight: 700;
}


/* admin Login Page */

#divLogin
{
	text-align: center;
	width: 280px;
}

#tableLoginOuter
{
	border: solid 3px #000000;
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	text-align: center;
	height: 120px;
	width: 100%;
}

#tableLoginInner
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#tableLoginInner tr
{
	vertical-align: middle;
}


/* admin ManageArchive Page */

#divManageArchive
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #000000;
	width: 800px;
}

#tableManageArchiveOuter
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#tableManageArchiveOuter tr
{
	vertical-align: top;
}

#tableManageArchiveInner
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}


/* Events Pages */

.eventHeadline
{
    font-size: 18px;
    font-weight: 700;
}

.eventData
{
    font-weight: 400;
}
