﻿/* CSS layout */

a:link
{
  color: #996600
}

a:visited
{
  color: #996600
}

a:active
{
  color: #CC9900
}

body
{  background-color: white;
   margin: 0px
}

p
{
	text-align:left
}


table
{
border-collapse: collapse;
table-layout: fixed
}
table.menu
{
border-collapse:separate;
table-layout:auto
}

#top_nav {
   background-image: url('banner.jpg');
   background-repeat: no-repeat;
   margin: 0px;
   outline-style: none
}
#page_title {
   background-image: url(pagetitle.png);
   background-repeat: no-repeat;
   margin: 0px;
   outline-style: none

}
#page_content {
   background-image: url(pagebackground_xxxlong_blank.jpg);
   background-repeat: no-repeat;
   margin: 0px;
   outline-style: none

}
