/* homepage  */

body {
	background-image: url(../images/bkg_stripe.gif);
	margin: 0px;
	width: 100%;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
table, td {
	padding: 0px;
	border-collapse: collapse;
	border: 0px none;
}
td.back
{
    width: 50%;
    background-image: url(../images/bkg_whiteblue.gif);
}
td.white
{
    background-color: white;
    text-align: right;
}

/* global  */

a:link {
	color: #4478B8;
	text-decoration: underline;
}
a:hover {
  color: #FFA000;
}
.greentitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7BA93C;
}

.greentitles a:link {
  color: #7BA93C;
  text-decoration: none;
}

.greentitles a:hover {
  color: #FFA000;
  text-decoration: underline;
}


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left:25%;
	line-height: 17px;

}
.validation 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: red;
}
    
.LeftSidebarBkg {
	background-image: url(../images/leftnav_bkgleft.gif);
	background-repeat: repeat;
}
.LeftSidebarBkgRight {
	background-image: url(../images/leftnav_bkgright.gif);
	background-repeat: repeat-y;
}
.ContentTableBkgLeft {
	background-image: url(../images/contenttable_bkgleft.gif);
	background-repeat: repeat-y;
}
.ContentTableBkgRight {
	background-image: url(../images/contenttable_bkgright.gif);
	background-repeat: repeat-y;
}
.HeaderBkg {

	background-image: url(../images/bkg_whiteblue.gif);
	background-repeat: repeat-x;
}
.RightJustified {
	float: right;
	margin-right: 15px;
}
.Bold {
	font-weight: bold;
}
#tdTableFooterLeft {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
#tdTableFooterRight {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
#tdTableFooterMiddle {
	width: 444px;
	text-align: center;
	vertical-align: middle;
}
#TableFooter {
	height: 80px;
	width: 744px;
	text-align: center;
}
.centerTextBold {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.LeftJustified {
	float: left;
	margin-right: 10px;
}
.Italics {
	font-style: italic;
}
.BoldBlue {
	font-weight: bold;
	font-size: 14px;
	color: #4478B8;
}
.divCenterJustified {
	text-align: center;
}
.InlineGraphic {
	vertical-align: middle;
}
.ListBoldArialRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	line-height: 16px;
	list-style-image: url(../images/list-arrow.gif);
}

