/* main page contents*/
	/* this part is a box set below the menu */
/* back ground images of the web page itself thats what this CSS do's */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #ffffff url(Images/HeadBar1_2.jpg) no-repeat;
	background-position: left top;
	height: 100%;
	overflow: auto;
	position: absolute;
}
#Disclaimer{color:#2E9AFE;	text-decoration:none;}
table.profile {	border:0; 
	width:100%;
}
td.underline {border-bottom:solid white;}
td.x5{color:#FFFFFF; font-size:100%; font-weight:700; font-family:Arial, sans-serif; text-align:left; vertical-align:text-bottom;
	background:#0000FF;	line-height:9%;
	white-space:normal;}/*font size 8 with background blue an font Arial*/
td.x6{color:#FFFFFF; font-size:100%; font-weight:700; font-family:Arial, sans-serif; text-align:left; vertical-align:text-bottom;
	background:#0000FF;	line-height:9%;
	white-space:normal;}/*font size 8 with background blue an font Arial*/

td.x7{color:#FFFFFF; font-size:8.0pt; font-weight:700; font-family:Arial, sans-serif; text-align:left; vertical-align:text-bottom;
	background:#0000FF;	line-height:9%;
	white-space:normal;}/*font size 8 with background blue an font Arial*/
td.x8
	{color:#FFFFFF;
	font-size:8.0pt;
	font-weight:700;
	font-family:Arial, sans-serif;
	text-align:center;
	background:#0000FF;
	vertical-align:text-bottom;
	line-height:95%;
	white-space:normal;}/*font size 8 with background blue an font Arial*/
td.textblue, a.textblue {color:#084B8A;}
td.bgyellow { background-color:#F4FA58; }
td.indent {	text-indent:50px;}
tr.one, table.background { background-color:#F2F5A9;}
td.rlb { border-left: 1px dotted #2E2EFE; border-right: 1px dotted #2E2EFE;}/* table border right and left dotted and blue*/
tr.casbg{ color:#FFFFFF; background-color:#0000FF; vertical-align:text-bottom;font-weight:bold;}/*menu header on online forms style*/
ul.a{list-style-type:none;}
li.tax, dt.tax{list-style-image: url(Images/cube.jpg); color:#084B8A;}/*list has a blue image assigned */
li.square, dd.square{list-style-type:square; color:#0174DF;}/*blue cube on a list format along with blue writtng colour*/
input.text {float: right;}
h6, h5, h4, h3, h2, h1{	color:#0101;}
#Fullwidthtable {/* TABLE FORMATING*/
	width:100%;
	border: 0;
}

#Fullwidthtable.price th {/* TABLE FORMATING*/
	text-align: center;
	vertical-align: bottom;
	border: 0;
	background-color:#0101DF;
	text-align:center;
	color: #FFFFFF;
}
/* Page */



#page { /*left menu bar */
	position: absolute;
	left: 0;
	margin: 0px 0 0 0; /* top, right, bottom, left */
    z-index: 0; 
	Top: 96px;  
}

#sidebar1 { /* lefthand side bar*/

	float: left;
    z-index: 0;
}

/* main content in the middle of the web page */

#content {
	float: left;
	width: 780px;
	margin: 0px 0px 20px 200px;/* top, right, bottom, left */
    z-index: -1;
	text-align: justify;
	position: absolute;
	top: 95px;
}

/* right hand side menue */
#rightsidemenu {
	width: 100%; /*960px; 95*/
	float: left; 
	margin: 60px 0% 0% 1000px; /* top, right, bottom, left */
	padding: 0px 0px 0px 2px;
    z-index: 0;
	display: inline;
    position: absolute;
	Top: 95px;
}

#rightsidemenubottom {
	width: 100%; /*960px;*/
	float: left;
	margin: 400px 0px 0px 1000px;
	padding: 20px 0px 0px 2px;
	display: inline;
    z-index: 0;
    position: absolute;
/*	top: 250px; */
}



#sidebar2 { /* right hand sidebar */

/*	float: right; */
	width: 200px;
	/*margin: 60px 100px 0px 0px;/* top, right, bottom, left */
}

#table1.menu a { 
	width: 200px; 
	display: block;
	text-decoration:none;
	TEXT-INDENT: 28px; COLOR: #999; FONT-WEIGHT: bold;
}

#table1.menu a:hover {
	color: #eeeeee;
	background-color:#3366FF; 
}

#loginsidebar {
/*	float: right;*/
	width: 200px;
	display: block;
/*	margin: 2% 5% 0px 0px;/* top, right, bottom, left */
		} 
#table2.menu {
	width: 200px;
}
#table2.menu a{
	text-decoration:none;
	TEXT-INDENT: 28px; COLOR: #999; FONT-WEIGHT: bold;
}