body {
	margin: 0px;
	padding: 0px;
	font-family: arial,tahoma,times; font-size: 14px; background: url('../images/bg_tile.jpg') top repeat-x;
}
form { margin: 0px; padding: 0px; }
.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignM { vertical-align: middle; }
.alignB { vertical-align: bottom; }
.pad3 { padding: 3px; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.indent { text-indent: 10px;}
.floatL { float: left; }
.floatR { float: right; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.mb5 { margin-bottom: 5px; }
.px12 { font-size: 12px; }
.px13 { font-size: 13px; }
.px14 { font-size: 14px; }
.px15 { font-size: 15px; }
.px16 { font-size: 16px; }
.px18 { font-size: 18px; }
.px22 { font-size: 22px; }
.redIt { color: #ff0000; background-color: inherit; }
.italicIt { font-style: italic; }
.boldIt { font-weight: bold; }
li { padding-bottom: 5px; }
.subtitle { font-size: 20px; font-weight: bold; }
.dotB { border-bottom: dotted 1px; }

/**
* Upper Third
*/
#upperThird {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 0;
	background: url('../images/header_bg.jpg');
}
#upperThirdLowerStrip {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0px;
	background-color: #303030;
}

#main { position: relative; margin: 0px auto; }
#mainContent {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 2px 4px 10px 4px;
	border-radius: 5pt;
	border-radius: 5pt;
	-moz-border-radius: 5pt;
	-moz-border-radius: 5pt;
	box-shadow: 0pt 2pt 10pt #000000;
	-moz-box-shadow: 0pt 2pt 10pt #000000;
}
#menuBar { position: relative; width: 900px; height: 32px; z-index: 99; background: url('../images/dd_menu.png') bottom no-repeat; text-align: left; }
#bannerBar { position: relative; width: 900px; height: 215px; background: url('../images/dd_banner.jpg') top no-repeat; }
#bannerLower { position: relative; width: 900px; height: 30px; background: url('../images/dd_banner_lower.jpg') top no-repeat; }

/*===BEGIN LOGIN DIV============================*/
#upperMain { position: relative; width: 900px; height: 24px; font-size: 12px; font-weight: bold; text-align: right; margin: 0px auto; }
#upperMain a {
	font-size: 11px;
	color: #dddddd;
	background-color: transparent;
}
#upperMain a:hover { cursor: pointer; color: #ffffff; }

/*===BEGIN MENU AREA============================*/
#menuButtonSet { position: relative; width: 800px; height: 20px; padding-top: 13px; margin-left: 50px; text-align: center; }
.menuButton { float: left; width: 114px; height: 20px; overflow: visible; margin-left: 0.01em; color: #ffffff; background-color: inherit; font-size: 15px; font-family: 'bankGothic MD BT', 'tahoma', 'times', 'arial'; }
.menuButton a { text-decoration: none; color: #ffffff; }
.menuButton a:hover { color: #99eeee; }
.menuButton:hover { cursor: pointer; color: #99eeee; }
.menuButton:hover .menuA { cursor: pointer; color: #99eeee; }

#submenuInfo { position: absolute; display: none; width: 110px; height: auto; left: 688px; top: 33px; text-align: left; background-color: #9e9e9e; background: url('../images/submenu_bg_strip.png') top repeat-y; }/*opacity: 0.8; filter: alpha(opacity=70);*/
.showInfoSub:hover #submenuInfo { display: block; }
.submenuButton a { color: #ffffff; }
/*==============================================*/
.dividerDiv { position: relative; width: 900px; height: 34px; text-align: left; margin-top: 22px; background: url('../images/dd_divider.jpg') bottom no-repeat; }

/*===BEGIN FOOTER SEGMENT=======================*/
#footer { position: relative; width: 900px; height: auto; margin-top: 40px; }
#footerInfo { font-size: 12px; text-align: center; }
#validIcons { padding-bottom: 6px; padding-top: 8px; }

.msgFS { width: 500px; color: #ff0000; background-color: inherit; padding: 6px; margin: 0px auto; }
