﻿body
{
	margin: 0;
	color: #000;
	background: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #990000;
}
td
{
	font-size: 11px;
}
img
{
	border: 0;
}

li
{
	margin-bottom: 3px;
}

#mainContent
{
	padding: 0px;
	background-image: url(../images/textbg.gif);
}

/* PAGE LAYOUT AND BANNER DESIGN */

#pageLayout
{
	width: 740px;
	margin: auto;
	background: url(../images/BellsTile.gif) top left repeat-y;
}
div#logo
{
	margin-left: 75px;
}
div#contentLayout
{
	margin-left: 75px;
	margin-right: 10px;
}

/* TEXT STYLING AND CONTENT */

h1, h2, h3, h4
{
	font-weight: bold;
}
h1
{
	font-size: 16px;
	color: #000000;
	margin-top: 0;
}
h2
{
	font-size: 13px;
	color: #990000;
}
h3
{
	font-size: 12px;
	color: #666;
}
h4
{
	font-size: 11px;
	color: #000000;
}
dt
{
	font-weight: bolder;
}

/* REGISTRATION POPUP */
#PopupRegistrationControlDiv
{
	width: 500px;
	padding: 0px;
	display: none;
	position: absolute;
	border: solid 1px black;
	background-color: white;
}

#PopupRegistrationControlDiv th
{
	text-align: right;
	padding-right: 2px;
}

#PopupRegistrationControlValidationErrors
{
	color: red;
}

#registrationMessage
{
	width: 350px;
	background-color: #ffffff;
	border: 2px solid black;
	padding: 4px;
	font-size: 10px;
	margin: 20px auto 20px auto;
}

/* homepage styles */

#homepageMain
{
	padding-top: 30px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/BellsTile.gif) top left repeat-y;
	text-align: center;
}

#homepageTopImage
{
}

#homepageTagLine
{
	width: 359px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.homepageLink
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.homepageLink:hover
{
	color: #990000;
}

.homePageTile
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#homepageFooterText
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 60px;
}

/* drop shadows */

.imagecontainer
{
	float: left;
	clear: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0px 10px !important;
	margin: 10px 0 0px 5px;
}
.imagecontainer img
{
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px 6px 6px -6px;
}




