body 
{
	background-color: #FFFACD;
	text-align: center;
}
#container{
width: 800px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;
/*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
}
#bannerlogo{
width: 152px; /*The width of our layout*/
height: 50px;
vertical-align: middle;
float:left;
background-color: #FFCC33;
}
#bannerpix{
width: 648px; /*The width of our layout*/
height: 50px;
vertical-align: middle;
text-align:center;
float:right;
background-color: #FFCC33;
}
#menu{
	height: 27px;
	background-color: #B2C5C5;
	vertical-align: middle;
	width: 800px;
	float:left;
}
.toolbar{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=#709494);
	color: #465E5E;
	font-weight: bold;
	z-index:9999;
}
.toolbar1{
	color: #1C3722;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#D0E8D6,endColorStr=#648686);
	font-weight: bold;
}
.contentholder{
	width: 800px; /*The width of our layout*/
	/*Margin left and right set to auto center's our layout*/
	text-align: left; /*Resets the text alignment*/
}
.left{
	width: 155px;
	float: left;
	background-color: #FFCC33;
}
.right
{
	margin-top: 10px;
	width: 635px;
	float: right;
}
#pix1{
	position: relative; height:145px; width:160px; top: 0px; left: 00px;
	vertical-align: middle;
	z-index:4;
}
#pix1a{
	position: relative; height:25px; width:200px; top: -135px; left: 165px;
	vertical-align: middle;
}
#text1{
	position: relative; height:400px; width:265px; top: -160px; left: 365px;
	vertical-align: middle;
}
#pix2{
	position: relative; height:150px; width:193px; top: -20px; left: 150px;
	z-index:3;
}
#pix2a{
	position: relative; height:25px; width:200px; top: -115px; left: -120px;
	vertical-align: middle;
	z-index:2;
}
#pix3{
	position: relative; height:150px; width:206px; top: -30px; left: 0px;
	z-index:4;
}
#pix3a{
	position: relative; height:25px; width:200px; top: -115px; left: 211px;
	vertical-align: middle;
	z-index:2;
}
#pix3b{
	position: relative; width:600px; top: -20px; left: 0px;
	vertical-align: middle;
	z-index:2;
}

#footer-outer{
text-align:left;
width: 800px; /*The width of our layout*/
height: 39px;
background-color: #FFCC33;
position:relative;
}
#footer-feature{
width: 200px; /*The width of our layout*/
position:absolute; top:0%; height:39px; left:165px;
vertical-align:middle ;
background-color: #FFCC33;
}
#footer-inner{
width: 660px; /*The width of our layout*/
position:absolute; top:50%; height:20px; margin-top:-10px; right:0px;
vertical-align:middle ;
z-index:100;
}
#myoutercontainer { position:relative; height:13em; border:1px solid black }
		#myinnercontainer { position:absolute; top:50%; height:6em; margin-top:-3em }
.footer-text
{
	color: #465E5E;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#table{
	position:relative;
	z-index:1;
}




h1,h2,h3,h4,h5
{
	text-align:left;
	color: #663333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: None;
	font-weight: Bold;
	margin-bottom: 3pt;
}

h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 100%;
}

p,ol,ul,th,td
{
	text-align: left;
}

p
{
	color: #333333;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: None;
	margin-bottom: 3pt;
}
ol
{
	color: #333333;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: None;
	margin-bottom: 3pt;
}
ul
{
	color: #333333;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: None;
	margin-bottom: 3pt;
}
th
{
	color: #333333;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: None;
}
td
{
	color: #333333;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: None;
}

.img
{
	position:relative;
	top: 5px;
	left: 5px;
}

.tablepage
{
	background-color: #FFCC33;
	text-align: center;
}
.tablemenu
{
	background-color: #709494;
	text-align: left;
}
.tablebody
{
	background-color: #FFFACD;
}

/* Add these to make the columns appear equal height automatically */
div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(images/RightCol.jpg);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #FFFF99;
    
}
div#column1 {
	width: 800px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
    background-image: url(images/LeftCol.jpg);
    background-repeat: repeat-y;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
