body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
}

hr.footerHR
{
	border: solid #000000 1px;
	margin-top: 25px;
	margin-bottom: 20px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid #000000 2px;
	margin-top: 30px;
	margin-bottom: 25px;
	font-variant: small-caps;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

#main
{
	width: 760px;
	height: auto;
	margin: 0 auto 0 auto;
	font-family: sans-serif, 'ms sans serif';
	font-size: 14px;
}

#menu, #subMenu
{
	width: 100%;
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
}


#menu TD, #subMenu TD
{
	text-align: center;
        padding: 0px;
}

#menu TD
{
	background: #CCDDEE;
}

#menu TD.active
{
	background: #334499;
}

#menu TD.active A
{
	color: #FFFFFF;
}

#subMenu TD
{
	background: #FF9999;
}

#subMenu TD.active
{
	background: #F00000;
}

#menu A, #subMenu A
{
	color: #000000;
	font-variant: small-caps;
	text-decoration: none;
}

#menu A.active, #subMenu A.active
{
	font-weight: bold;
}

#menu A.active
{
        color: #FFFFFF;
}

#subMenu A.active
{
        color: #FFFFFF;
}

P
{
	text-align: justify;
}

#brokerLoginLink
{
        font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

TABLE.button
{
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
}

TABLE.button TD.side
{
        width: 1px;
        height: 34px;
}

TABLE.button TD
{
        height: 34px;
}

.loginTable TH
{
	width: 100px;
        padding-left: 5px;
        padding-right: 5px;
}


.loginTable TD
{
        padding-left: 5px;
        padding-right: 5px;
}

.branchHours TD
{
	padding-left: 5px;
	padding-right: 5px;
}

.branchHours TABLE
{
	padding-left: 30px;
}

.phoneListHeader
{
    text-align: left;
    font-weight: bold;
    font-family : Arial, Verdana, sans-serif;
    font-size: 11pt;
}

.phoneListCell
{
    text-align: left;
    font-weight: normal;
    font-family : Arial, Verdana, sans-serif;
    font-size: 9pt;
}

TABLE.branchList TR TD
{
    text-align: center;
    font-weight: normal;
    font-family : Arial, Verdana, sans-serif;
    font-size: 9pt;
    vertical-align: bottom;
}

TABLE.branchList TR TD.active
{
    text-align: center;
    font-weight: bold;
    font-family : Arial, Verdana, sans-serif;
    font-size: 12pt;
    vertical-align: bottom;
}

#chmMatchHeader
{
    font-weight: bold;
    font-family : Arial, Verdana, sans-serif;
    font-size: 10pt;
}

#chmMatchStr
{
    font-weight: normal;
    font-family : Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-style: italic;
    color: blue;
}

/* DEFINED WITH PANTHEON, NOT USED CURRENTLY
hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}
li
{
	list-style-type: none;
	line-height: 160%;
}

.tabOn { border-left: 1px solid #333366; font-weight: bold; border-right: 1px solid #333366; border-top: 1px solid #333366; background-color: white; }
.tabOff { border: 1px solid #333366; background-color: #F6F6FB; padding-top: 2px; }
.tabSpacer { border-bottom: 1px solid #333366; }

.formElementTitle { font-size: 8pt; font-style: italic; border-right: 1px dotted darkgrey; text-align: right; }

.errorMsg { font-size: 9pt; background-color: #FFFFFF; border: solid 1px #99CC33; border-bottom-color: black; border-right-color: black; border-spacing: 0px; }
.warningMsg { font-size: 9pt; background-color: #FFFFFF; border: solid 1px #99CC33; border-bottom-color: black; border-right-color: black; border-spacing: 0px; }
.infoMsg { font-size: 9pt; background-color: #FFFFFF; border: solid 1px #99CC33; border-bottom-color: black; border-right-color: black; border-spacing: 0px; }

.errorMsgHeader  { color: white; background: #FF0000; font-weight: bold; border-bottom: 1px solid #000000; padding: 2px; padding-left: 3px; }
.warningMsgHeader{ color: #333366; background: #FFF000; font-weight: bold; border-bottom: 1px solid #000000; padding: 2px; padding-left: 3px; }
.infoMsgHeader{ color: #333366; background: #99CC33; font-weight: bold; border-bottom: 1px solid #000000; padding: 2px; padding-left: 3px; }

.errorMsgIcon, .warningMsgIcon, .infoMsgIcon { padding: 3px; }
.errorMsgBody, .warningMsgBody, .infoMsgBody { font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000; padding: 3px; }

.evenRow { background: #EEEEEE; }
.sitemapHeader { background-color: lightgrey; font-weight: bold; text-align: center;  padding: 1px; }
.sitemapColumn { border: 1px solid #737FB9; }
*/