body
{
   text-align: center;
   background: #f4f4f4;
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #404040;
}

div#container
{
   width: 800px;
   margin: auto;
   text-align: justify;
   background: #ffffff;
}

div#header { height: 50px; text-align: center; padding: 5px; }

div#logo { height: 100%; vertical-align: middle; float: left; }
h1 { font-size: x-large; margin-bottom: 0px;}
h5 { font-size: 8pt; margin-top: 0px; padding-top: 0px; font-weight: normal; }

div#nav { height: 100%; text-align: center; }
div#nav ul { height: 50%; padding-left: 0px; }
div#nav ul li
{ 
   display: inline;
   list-style-type: none;
   padding: 5px;
   padding-left: 7px;
   border-right: 1px solid #D0D0D0;
   vertical-align: middle;
}
div#nav ul li.noborder { border: 0px; }
div#nav ul li a { color: #967bc4; font-size: 13pt; font-weight: bold; text-decoration: none; }

table#photos
{
   clear: both;
   margin: auto;
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
   height: 149px;
}
table#photos tr
{
   height: 149px;	
}

table#photos td
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: white;
        width: 198px;
}

table#photos td img
{
   vertical-align: bottom;
}

td.text { font-weight: bold; font-size: 13pt; text-align: center; color: #FFFFFF; }

div#main { width: 790px ; padding: 5px; padding-top: 0px; }

blockquote
{
   float: right;
   width: 25%;
   border-left: 1px solid #D0D0D0;
   padding: 0px 0px 0px 5px;
   margin: 0px;
   margin-left: 5px;
   text-align: justify;
}

blockquote p
{
   margin-top: 0px;
   margin-bottom: 0px;
}

.center { text-align: center; }

div#footer
{
   clear: both;
   text-align: center;
   font-size: x-small;
   border-top: 1px solid #D0D0D0;
}
