HTML, BODY {
	margin:  0;
	padding: 0;
}

TABLE {
	border-style: none;
}

IMG {
	border-style: none;
	display: block;
}

IMG.inline {
	display: inline;
}

TD {
	margin: 0;
}

#topBorder {
	background-image: url("/images/Top_BlackBack.gif");
}

.whiteSpace {
	background-color: #FFFFFF;
}

.blackSpace {
	background-color: #000000;
}

.graySpace {
	background-color: #E8E8E8;
}

.topNav {
	background: url("/images/TopNav_GrayBack.gif") repeat-x bottom;
	text-align: right;
	}

#topLogo{
	text-align: right;
	vertical-align: top;
}

#navBar{
	vertical-align: bottom;
	padding-bottom: 17px;
}

.rightBorder {
	background: url("/images/Right_GrayBack.gif") repeat-y right;
}

#botSep {
	background: url("/images/botSep_GrayBack.gif") repeat-x top;
}

.footerText, .footerLink {
	color: #909090;
	font-family: Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	padding: 9px 9px 9px 9px;
	text-align: left;
	text-decoration: none;
}

.footerLink {
	padding: 0px 3px 0px 3px;
}

.footerText {
	padding: 15px 0px 0px 15px;
}

.rightFloat {
	float: right;
}

.center {
	text-align: center;
}

.mainTextOuter, .topAlign {
	vertical-align: top;
}

.mainTextOuter {
	padding: 0px 16px 16px 14px;
}


/* homepage specific */

.grayLine {
	background-color: #C7C7C7;
	text-align: right;
}

.homeContent{
	padding: 12px 0px 18px 14px;
	vertial-align: top;
}

.homeLeftText {
	color: #000000;
	font-size: 8pt;
	padding-left: 4px;
}

.homeText{
	color: #000000;
	font-size: 8pt;
	padding-left: 8px;
	vertical-align: top;
}

.homeBoxTop{
	background: url("/images/home/box_top_back.gif");
	height: 9px;
}

.homeBoxRight {
	background: url("/images/home/box_right_back.gif");
	width: 8px;
}

.homeBoxBotLeft {
	background: url("/images/home/box_bot_left_back.gif");
	height: 19px;
}

.homeBoxBotRight {
	background: url("/images/home/box_bot_right_back.gif");
	height: 19px;
}

.homeBoxLeft {
	background: url("/images/home/box_left_back.gif");
	width: 9px;
}


/* sub page specific */


.subPageContent {
	border-top: 7px solid #336AA2;
	padding-top: 19px;
	vertical-align: top;
}

.subNavItem {
	padding: 0px 0px 14px 33px;
}

.leftBoxMain{
	background-image: url("/images/LeftBox_MidBack.gif");
	color: #336699;
	font-family: Arial, Helvetica;
	font-size: 10px;
	padding: 0px 12px 7px 9px;
}

#leftBoxTable{
//	padding: 65px 0px 0px 21px;
}

.dotRightBorder{
	border-right: 1px dotted #000000;
}


/* content */

* {
	font-family: Arial, Helvetica;
}

.mainTitle{
	color: #336699;
	font-size: 12pt;
	font-weight: bold;
}

.mainSubTitle{
	color: #336699;
	font-size: 10pt;
	font-weight: bold;
}

.mainText {
	color: #000000;
	font-size: 8pt;
}

.mainTextLarge {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

.mainTextLargeBlue {
	color: #336699;
	font-size: 10pt;
}

.mainTextBold{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

.mainTextBlue{
	color: #336699;
	font-size: 8pt;
	font-weight: bold;
}

.mainIndent{
	color: #000000;
	font-size: 8pt;
	padding-left: 36px;
}

.mainLink{
	color: #336699;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.mainLinkSmall{
	color: #336699;
	font-size: 7pt;
	text-decoration: none;
}

.mainLinkLarge{
	color: #336699;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

UL.mainList LI {
	color: #000000;
	font-size: 8pt;
	list-style-image: url("/images/Arrow_Bullet.gif");
	margin-left: -11px;
}

UL.mainListNarrow LI {
	color: #000000;
	font-size: 8pt;
	list-style-image: url("/images/Arrow_Bullet.gif");
	margin-left: -22px;
}

