body{
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif;
	background-repeat : repeat-y;
}

iframe{
	width: 100%;
	height: 100%;
}

body.backGround1{
	background-image: url(/Images/Tables/EffectTable803X576.JPG)
}

body.backGround2{
	background-image: url(/Images/Tables/EffectTable803X576.JPG)
}

body.backGround3{
	background-image: url(/Images/Tables/EffectTable803X576.JPG)
}

body.backGround4{
	background-image: url(/Images/Tables/EffectTable803X576.JPG)
}

body.backGround5{
	background-image: url(/Images/Background1Small.jpg)
}

body.backGround6{
	background-image: url(/Images/Background2Small.jpg)
}

body.backGround7{
	background-image: url(/Images/Background3Small.jpg)
}

body.backGround8{
	background-image: url(/Images/Background4Small.jpg)
}

div.ErrorDiv{
	background-color: #550000;

	position: absolute;
	left: 800px;
	top: 0px;
	width: 800px;
	height: 120px;

}

div.FrameDiv{
	display: none;
	position: absolute;
	left: 800px;
	top: 0px;
	width: 100%;
	height: 100%;
}

div.HeaderDiv{	
	/*background-color: #999999;*/

	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 100px;	
	overflow: hidden;
/*
	border-width: 1px;
	border-style: solid;
	border-color: #00FF00;
	*/

}

div.FooterDiv{
	background-color: #FFFFFF;

    font-size:8pt;
    /*font-weight:bold;
	*/
	margin: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 105px;
	width: 605px;
	height: 38px;	

/*
	border-width: 1px;
	border-style: solid;
	border-color: #00FF00;
*/

}

div.LeftDiv{
	/*background-color: #FFFFFF;*/

	position: absolute;
	left: 0px;	
	/*top: 135px;*/
	top: 138px;
	width: 120px;
	height: 880px;
	display: none;

/*
	border-width: 1px;
	border-style: solid;
	border-color: #0000FF;
*/

	overflow: hidden;
}

div.RightDiv{
	/*background-color: #FFFFFF;*/

	position: absolute;
	left: 675px;
	/*top: 135px;*/
	top: 105px;
	/*width: 140px;*/
	/*height: 880px;*/

/*	border-width: 1px;
	border-style: solid;
	border-color: #FF00FF;
	*/
/*
	overflow: hidden;
	*/
}

div.ContentDiv{
	/*background-color: #FFFFFF;*/

	position: absolute;
	left: 0px; /*120px*/
	/*top: 135px;*/
	top: 158px;
	width: 675px;
	text-align: center;
	/*margin:0px auto 0px auto;*/
	margin-left: auto; 
	margin-right: auto; 
	/*height: 880px;
	overflow: auto;
	*/

	/*
	border-width: 1px;
	border-style: solid;
	border-color: #FF00FF;
	*/
}

div.Form{	
	border-color: #990000;	
	border-width: 3px;
	border-style: solid;
	border-top-width: 0px;

	/*The following lines center this div in Firefox*/
	margin-left: auto; 
	margin-right: auto; 
}

div.FormHeader{
	background-image: url(/images/tableHeader.jpg);
	
	background-repeat: repeat-x;
	background-color: #990000;
	color: #FFFFFF;
	height: 17px;
	vertical-align: middle;
	padding-top: 2px;

	/*border-color: #990000;	
	border-width: 4px;
	border-style: solid;
	*/
}


a{
	color: #000000;
}

a:visited{
	color: #000099;
}

a.RightHeader{
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: bold;

	text-align: center;
	top: 3px;

	text-decoration: none;
}

a.RightHeader:visited{
	color: #FFFFFF;
}

a.RightHeader:hover{
	color: #AAAAAA;
}

a.LinkHeader{
	color: #FFFFFF;
	background-image: url(/images/tableHeader.jpg);
	font-size: 12px; 

	text-align: center;
	top: 3px;

	background-color: #990000;	
	padding: 2px;
	text-decoration: none;

	border: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}

a.LinkHeader:visited{
	color: #FFFFFF;
}

a.LinkHeader:hover{
	color: #AAAAAA;

	border-color: #AAAAAA;
}

div.LinkHeader{
	padding: 4px;
	height: 20px;
	width: 100%;
	/*border: solid;*/
	/*border-width: 2px;
	border-color: #FFFFFF;
	*/
}

/*
Everything below this point is old and hopefully obsolete
I hope to move what I want above this point
*/


img{
	border-width: 0px;	
}

table{
	/*width:100%;*/
	background-color: #990000;	
	
}

table.Main_aspx{
	width:100%;
	background-color: #FFFFFF;
}

tr{
	width:100%;
	background-color: #FFFFFF;
}

td{
	background-color: #FFFFFF;
	padding: 0px;	
	border-width: 0px;
	vertical-align: top;	
}

td.AlignLeft{
	text-align: left;
}

td.AlignRight{
	text-align: right;
}

th{
	background-color: #990000;
	color: #000000;
	text-align: center;
	font-size: 12px; 	
	/*
	padding: 0px;
	
	padding-left: 2px;
	padding-right: 2px;
	*/
}

th.TitleCell{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
}


tr.HeaderRow{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-right-color: #000000;
	border-right-width: 2px;
	border-right-style: inset;
}

.HeaderBody	{
	Background-image:	url(/Images/MenuBackground.jpg);
}

tr.FormRow{
	text-align: left;
	padding: 0px;
}

table.MainTable{
	width:750px;
	background-color: #000000;
}

td.HeaderCell{
	width: 100%
	text-align: center;
	background-color: #990000;
}

table.HeaderTable{
	width: 100%;
}