body {
text-align:center;
margin: auto;
padding: 0;
font-family: arial;
font-size: 12px;
background: #ffffff url(images/bg.gif) top center repeat-y;
line-height: 0px;
}

#wrap {
text-align:left;
background-repeat: repeat-y;
background-position: 0px -330px;
color: #000000;
margin-left: auto;
margin-right: auto;
width: 760px;
}

#header {
margin: 0 0 0 0;
padding: 0;
height: 45px;
}

#header p {
width: 500px;
text-align: center;
color: #000000;
margin: 0 0 0 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0px;
padding: 0px;
}

#content {
width: 740px;
padding: 0 10px 0 10px;
line-height: 1.7em;
text-align: justify;
}

#content h1 {
font-size: 14px;
margin: 0 0 0 0;
}

#content p {
margin: 20px 0px 20px 0px
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
.centeredTable
    {
    text-align:left;
    margin-left:20px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


h3 {
font-size: 12px;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
width: 760px;
text-align: center;
font-size: 0.9em;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

#navFrame {
	width: 760px;
	height: 23px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
#menu {
	width:760px;
	list-style-type: none;
	margin-right: auto;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: auto;
	padding: 0;
}
#menu li {
	float:left;
}
#menu a {
	display:block;
	height:23px;
	border-right:1px solid #CCC;
	color:#000;
	text-align:center;
	line-height:23px;
	vertical-align:bottom;
	text-decoration:none;
	font-family: arial;
	font-size:11px;
} 
#menu a:hover {
	background:#555 url(images/bg_nav_o.jpg) repeat-x bottom;

}
.menuitem {
      background:#fff url(images/bg_nav.jpg) repeat-x bottom;
      width:151px;
}
.menuitemanim {
      width:151px;
      background:#fff url(images/bg_nav_anim.gif) repeat-x bottom;
}

.picture {
      padding: 1px;
      border: 1px solid #99D;
}

.textsmall {
      font-size: 10px
}

.textred {
color: red;
}

table.table-fancy
{
  border-spacing: 0px ;
  border-collapse: collapse ;
}

td.cell-fancy
{
  border-color: RGB(170,170,255) ;
  border-width: 1px ;
  border-style: solid ;
  
  margin: 0px ;
  padding: 5px ;
  
  font-family: lucida sans;
  font-size: 10px;
}

td.cell-fancy-shade
{
  border-color: RGB(170,170,255) ;
  border-width: 1px ;
  border-style: solid ;
  
  margin: 0px ;
  padding: 5px ;
  
  font-family: lucida sans;
  font-size: 10px;  
  
  background-color: RGB(210,219,255);
}

a.linkbutton:link, a.linkbutton:visited {
      text-align: center;
      border: 1px solid #CCC;
      border-bottom: 1px solid #959595;
      border-right: 1px solid #959595;
      background: #BFF6B3;
      font-size: 100%;
      color: #505050;
      cursor: pointer;
      padding: 3px 10px;
}

a.linkbutton:hover {
      text-align: center;
      text-decoration: none;
      background: #FE5F5F;
      color: #fff;
      padding: 3px 10px;
}

.admin-table{
      border: 1px solid #CCC; 
      padding: 5px; 
      border-collapse: collapse;
      border-spacing: 0px ;
      margin: 0px;
}

.admin-tablecell{
      padding: 5px 5px;
      border: 1px solid #CCC;
      border-top: none;
}

.admin-titlecell{
      font-size: 100%; 
      color: #000;
      width: 100px; 
      height: 15px; 
      background-color: #D7F3CF; 
      border: 1px solid #abadb3; 
      padding: 5px;
      border-collapse: collapse;
      border-spacing: 0px;
      font-weight: bold;
      text-align: center;
}