
html,body
{
	background-color:gray;
	font-family: Arial, Helvitica, Sans-Serif;
	background-image:url('../Images/bgtile2.jpg');
	background-repeat:repeat;
	padding:0;
	margin: 0;
	text-align: center;
	height:100%;
    border:none
}

a:link#navbar
{ 
	color: antiquewhite;
	text-decoration: none;
	font-weight: bold;
}
a:visited#navbar 
{ 
	color: antiquewhite;
	text-decoration: none;
	font-weight: bold;
}
a:hover#navbar 
{ 
	/* color: #A6A6A6; */
	 color: lightsteelblue;
	text-decoration: none;
	font-weight: bold;
}
a:active#navbar 
{ 
	color: antiquewhite;
	text-decoration: none;
	font-weight: bold;
}

.Bgwrap
{
	/*background-image: url(../Images/bgstrip.jpg);*/
	padding: 5px;
	/*background-repeat: repeat-x;*/
	/*text-align:center;*/
}

.Clear
{
	clear:both;
}

.Wrapper
{
	width: 899;
	border: none;
	border-spacing: 0px;
}
.LeftPane
{
	float: left;
	width: 202px;
	border: none;
	border-spacing: 0px;
	font-size: 10px;
}
.LeftPaneOther
{
	width: 202px;
	border: none;
	border-spacing: 0px;
	font-size: 10px;
}

.Right
{
	border: none;
	border-spacing: 0px;
}

.RightTable
{
	width: 10px;
	border: none;
	border-spacing: 0px;
}

.LeftHeaderTitle
{
	height:135px;
	width:202px;
	background-image:url('../Images/slices_03.jpg');
	background-repeat:no-repeat;
}
.LeftHeaderPane
{
	height:67px;
	width:202px;
	background-image:url('../Images/slices_06.jpg');
	background-repeat:no-repeat;
}

.Link1
{

	height:33px;
	width:202px;
	padding-left: 10;
	background-image:url('../Images/slices_08.jpg');
	background-repeat:no-repeat;
}
.Link2
{
	padding-left: 10;
	height:27px;
	width:202px;
	background-image:url('../Images/slices_09.jpg');
	background-repeat:no-repeat;
}
.Link3
{
	padding-left: 10;
	height:29px;
	width:202px;
	background-image:url('../Images/slices_10.jpg');
	background-repeat:no-repeat;
}
.Link4
{
	padding-left: 10;
	height:27px;
	width:202px;
	background-image:url('../Images/slices_11.jpg');
	background-repeat:no-repeat;
}
.Link5
{
	padding-left: 10;
	height:29px;
	width:202px;
	background-image:url('../Images/slices_12.jpg');
	background-repeat:no-repeat;
}
.Link6
{
	padding-left: 10;
	height:27px;
	width:202px;
	background-image:url('../Images/slices_13.jpg');
	background-repeat:no-repeat;
}
.Link7
{
	padding-left: 10;
	height:27px;
	width:202px;
	background-image:url('../Images/slices_14.jpg');
	background-repeat:no-repeat;
}
.Link8
{
	padding-left: 10;
	height:29px;
	width:202px;
	background-image:url('../Images/slices_15.jpg');
	background-repeat:no-repeat;
}
.Link9
{
	padding-left: 10;
	height:28px;
	width:202px;
	background-image:url('../Images/slices_16.jpg');
	background-repeat:no-repeat;
}

.LeftLowerPane
{
	padding-left: 10;
	padding-top: 10;
	height:54px;
	width:202px;
	background-image:url('../Images/slices_17.jpg');
	background-repeat:no-repeat;
	vertical-align:top;
}


.LeftStretchPane
{
	height:auto;
	min-height:4px;
	width:202px;
	background-image:url('../Images/slices_18.jpg');
	background-repeat:repeat-y;
}

.LeftBottomPane
{
	height:188px;
	width:202px;
	background-image:url('../Images/slices_19.jpg');
	background-repeat:no-repeat;
}

.MainPane
{
	margin-left: 200px; /* for ie */
}

.ContentWrapper
{
	width:675px;
	background-color: #ffffff;
}
.ContentTable
{
	background-color: #ffffff;
	border: none;
	border-spacing: 0px;	
}
.ContentHeaderPane
{
	height:94px;
	width:687px;
	background-image:url('../Images/mightycontent_03.jpg');
	background-repeat:no-repeat;
}
.ContentTitlePane
{
	height:130px;
	width:687px;
	background-image:url('../Images/mightycontent_06.jpg');
	background-repeat:no-repeat;
	font-weight: bold;
	text-align: right;
	vertical-align:bottom; /*RB*/
}

.ContentPane
{
	height:auto;
	width: 677px;
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
	font-size:9pt;
}

.RightPane
{
	height:614px;
	width:10px;
	background-image:url('../Images/rightslice_04.jpg');
	background-repeat:no-repeat;
}

.RightStretch
{
	width:10px;
	background-image:url('../Images/rightslice_08.jpg');
	background-repeat:repeat-y;
}


.FooterPane
{
	height:17px;
	width:697px;
	background-image:url('../Images/bottomright.jpg');
	background-repeat:no-repeat;
}

.formTitle
{
	text-align: center;
}


table#formTable
{
	width:600px;
}

table#formTable td 
{
	font-size:9pt;
}

table#formTable th 
{
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}

table#form2Table
{
	width:600px;
}

table#form2Table td 
{
	font-size:9pt;
}

table#form2Table th 
{
	font-size:10pt;
	font-weight:bold;
}
table.innerContent              /*RB*/
{
	font-size:12px;
	color:#212121;
}
#caption                        /*RB*/
{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:3px 12px 3px 12px;
}
td.innerPad                     /*RB*/
{
	padding:3px 12px 3px 12px;
	vertical-align:top;
}
td.div_vert                    /*RB*/
{
	width:4px;
	background-image:url('../Images/div_vert_back.gif');
	background-repeat:repeat-y;	
}
td.div_horz                    /*RB*/
{
	height:4px;
	background-image:url('../Images/div_horz_back.gif');
	background-repeat:repeat-x;	
}
td.pad10                    /*RB*/
{
	padding:10px;
}
td.pad2                    /*RB*/
{
	padding:2px;
}
td.padTeamHead                    /*RB*/
{
	padding:0px 30px 10px 10px;
}
td.padCandidacyHead
{
	padding:0px 30px 10px 10px;
}
td.testimonial_title
{
	vertical-align:bottom;
	padding:10px 40px 10px 0px;
	font-size:11px;
}
td.testimonial_text
{
	vertical-align:top;
	font-size:11px;
	font-style:italic;
	padding:10px 30px 10px 0px;
}
li.candidacy
{
	margin-top:4px;
	margin-left:10px;
}
p.contactTitle
{
	font-size:14px;
	font-weight:bold;
}
p.faq_question
{
	font-weight:bold;
}
p.faq_answer
{
	padding-left:13px;
}
p.systemTitle
{
	font-weight:bold;
	font-size:13px;
	color:#b21c1b;
}
p.rightFootNote
{
	text-align:right;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}