H1.PageHeader {
	margin-left:10px;
	text-align: left;
}

BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:125;
	text-align: justify;
}
P {
  clear:both;
}

H1,H2,H3,H4,H5,H6 {
	color: #205ab5;
}

HR {
	color: #205ab5;
}


a:link {color: #205ab5}
a:visited {color: #205ab5}

a:active {color: #205ab5}


#menu { 
      padding-top:10px;
      position: fixed;
      margin-top: 0px;      
      top: 0px;
      left: 0px;
      background: #ffffe6;
      width: 100%;
      height: 150px;
      z-index: 10;
}

#contentsBox { 
	      position: relative;
              margin-top: 160px;
	      margin-left: 10%;
	      margin-right: 10%;
              padding: 0px 5px;
}

div#navbar2 {
 height: 30px;
 width: 100%;
 background-color: #205ab5;
}

div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}

div#navbar2 li {
 list-style-type: none;
 display: inline;
}

div#navbar2 li a {
 text-decoration: none;
 font-weight: bold;
 padding: 7px 10px;
 color: #eeea90;
}
div#navbar2 li a:link {
 color: #eeea90;
}
div#navbar2 li a:visited {
   color: #eeea90;
}

div#navbar2 li a:hover {
 font-weight: bold;
 color: #205ab5;
 background-color: #eeea90;
}

BODY {
        font-size: 100%;
	background: #ffffe6;
	color: black;
}

H1 {
	margin-left: -4%;
     	font-size: 180%;
}

H2 {
	margin-left: -2%;
       	font-size: 150%;
}

H3 {
	margin-left: -4%;
       	font-size: 120%;
}
H4 
{
	margin-left:-4%;
	font-size:100%;
}

H5,H6 {
	margin-left: 0%;
	font-size: 100%;
}

li {
	margin-top: 0.5em;
	margin-left: 5%;
	margin-bottom: 0.5em;
}

img.cent {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.caption {
	  text-align: center;
	  font-style: italic;
}

table {
    margin-left: auto;
    margin-right: auto;
} 
TH {
	margin-left: 4%;
	margin-right: 4%;
	text-align: left;
	color: black;
	font-weight: bold;
	border-top: .1em solid gray;
	border-bottom : .1em solid gray;
}

TH { 
	margin-left: 1em;
	vertical-align: baseline;
	padding: 0.5em;
	background: #8ec8eb
}

TD {
	vertical-align: top;
	padding: 0.5em;
	background: #eeea90;
}

TD+TD {
	border-left: 1px;
}

TR+TD {
	border-left: 1px solid #CCC;
	text-align: center;
}

TABLE {
	border-collapse: collapse;
}

#photo-content li{
	width:200px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
}

#photo-content a {
	       font-size:80%;
}

#photo-content img{
	border:0px solid;
}




