/* Default text style for text without an assigned class */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%; 
	}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

body    { 
	font-family: Verdana,Arial,sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-decoration: none;
	margin: 0;		  
		  }
		  
#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}		  
		  
.style1 {
	background-color: #CC0000;
}

#topbar {
	position: absolute;
/*	left:30px; */
	left:135px;
	right:0%;
	top:0px;
	height:105px;
}

.innerTab {
height:700;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}

#middleimage {
	position: absolute;
	left:170px;
	right:0%;
/*	left:22%;*/
	top:125px;
	height:297px;
	width:550px;
/*	width:50%;*/
}

#sideBarFlash {
	position: absolute;
	left:.5%;
	top:290px;
}

#links {
	position: absolute;
	left:.5%;
	top:440px;
}


#sideBarMenu {
	position: absolute;
	left:.5%;
	top:125px;
	width:165px;
}

#holdingtext {
	position: absolute;
	left:200px;
	top:400px;
	height:296px;
	width:50%;
}

  #footer {
        position: absolute;
        width: 100%;
        height: 40px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }
	  
#copyright {
	position: absolute;
	top:900px;
	left:350px;
	text-align: center;
}

.copyrightText {
  		font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
		color: #FFFFFF;
}

.topText {
		border-bottom: 1px groove black;
  		font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
		color: #000000;
}

.mainText {
  		font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10pt;
		color: #000000;
}

.mainLeftTable {
	border-left: 1px groove black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.webLink a:link      {color:#00000F; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; cursor:hand; visible:false}
.webLink a:visited   {color:#00000F; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; cursor:hand; visible:false}
.webLink {color:#00000F; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; cursor:hand;}

.webLink2 a:link      {color:#00000F; font-family: Tahoma, Arial; font-size: 7pt; font-weight: bold; text-decoration:none; cursor:hand; visible:false}
.webLink2 a:visited   {color:#00000F; font-family: Tahoma, Arial; font-size: 7pt; font-weight: bold; text-decoration:none; cursor:hand; visible:false}
.webLink2 {color:#CC0000; font-family: Tahoma, Arial; font-size: 7pt; font-weight: bold; text-decoration:none; cursor:hand;}

.spanStyle {
	cursor : pointer;
}
