/* ORDER OF ELEMENTS
  Box Position and Shape
    width
    height

  Box Characteristics
    background color
    background image
    
  Concentric Elements
    margin
    border
    padding

  Contents Position
    vertical-align
    text-align

  Contents Characteristics
    font family
    font size
    font weight
    font variant
    color
    text decoration

    white space


      background-image: url("pc_bg.gif");
*/


/* BODY */
body
      {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(bg.jpg);
}

/* DEFAULT PARAGRAPH */

p
      {
      margin-top: 0px;
      margin-bottom: 6px;
      }

p.normal
      {
   	margin-top: 0px;
	   margin-bottom: 6px;
	   text-indent: 15px;
	   text-decoration: none;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   font-style: normal;
      }
		
h3
     {
	margin-top: 21px;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}


/* INLINE LINKS */

a:link.inline
      {
      color:#0000ff; 
      font-weight:normal;
      text-decoration:none; 
      }

a:visited.inline
      {
      color: #990000;
      font-weight:normal;
      text-decoration: none;
      }

a:hover.inline
      {
      font-weight:normal;
      text-decoration: underline;
      }



table.main
      {
      width: 600px;
      height: 100%;
      background-color: #ffffff;
      padding: 0px;

      border-collapse: collapse;
      border-spacing: 0px;
      border-style: none;
      border-width: 0px;
      border-color: none;

      margin-top: 0px;
      margin-bottom: 0px;
      margin-right: 0px;
      margin-left: 0px;      
      }

table.tabbar
      {
	background-color: #ffffff;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
	border-width: 0px;
	border-color: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	vertical-align: top;
}

td.leftcolumn
      {
	width: 123px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	border-right: 1px inset #E1F2E0;
}

td.main
      {
	width: 100%;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 15px;
	vertical-align: top;
	border: 1px solid #2E3094;
	background-color: #EEF2FF;
}

td.tabbar
      {
	width: 107px;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: middle;
	text-align: center;
	background-image: url("tab.jpg");
	background-repeat: no-repeat;
}

a:link.tabbar
      {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

a:visited.tabbar
      {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
      }

a:hover.tabbar
      {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}


iframe.photoindex {
	height: 135px;
	width: 100%;
	border: 1px solid #000000;
}

iframe.photobox {
	height: 500px;
	width: 100%;
	border: 0px solid #000000;
}
 
ul.links {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	list-style-image: url(bullet.jpg);

	display: list-item;
}
