body {
background: url('../images/background.png') repeat;
width: 1024px;
margin-left: auto;
margin-right: auto;
}

div.page {
font-size: 12pt;
padding: 10px;
width: 95%;
margin: 20px;
border: 1pt solid #666666;
background-color: #ffffff;
color: #666666;
}

img {
padding: 0px;
margin: 0px;
border: 0pt;
}

img.photo {
padding: 1px;
color: #ffffff;
background-color: #ffff00;
border: 1px solid #003399;
}

a:hover {
color: #003399;
background-color: #ffff00;
}

div.center {
text-align: center;
}


h1 {
background-color: #ffffff;
color: #000000;
text-decoration: underline;
font-size: 16pt;
font-weight: normal;
}

h2 {
background-color: #ffffff;
width: 75%;
font-family: cursive;
font-size: 14pt;
font-weight: normal;
color: #333333;
padding-left: 5px;
border-left: 1px solid #666666;
border-bottom: 1px solid #666666;
text-align: left;
}

ul {
list-style-image: url("../images/listitem.png");
}

li {
margin-left: 25px;
}

ul.boardOfDirectors {
text-align: center;
}

li.boardOfDirectors {
width: 50%;
border-bottom: 1px dotted #003399;
border-right: 1px dotted #003399;
margin-bottom: 15px;
}

q {
display:  block;
margin: 15px;
padding:10px;
border: 1px dotted #00ff00;
}

cite {
font-family: sans-serif;
font-size: 10pt;
font-weight: bold;
border-top: 1px dashed #003399;
white-space: nowrap;
}

a.headline {
margin-top: 20px;
display: block;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
}

/* End Main Content */









/* Begin Top Navigation */

div.topNavigation {
color: #666666;
background: url('../images/starbackground.png') repeat #ffffff;
width: 100%;
border-top: thin dotted #003399;
border-bottom: thin dotted #003399;
}

div.topNavigation a {
white-space: nowrap;
font-family: sans-serif;
font-size: 10pt;
padding-left: 25px;
padding-right: 25px;
border-left: thin dotted #003399;
text-decoration: none;
}

/*- End Top Navigation */










/* Begin Left Navigation */

div.leftNavigation {
color: #666666;
background: url('../images/starbackground.png') repeat #ffffff;
float: left;
padding: 10px;
border-right: thin dotted #003399;
border-bottom: thin dotted #003399;
margin-right: 20px;
margin-bottom: 10px;
width: 175px;
}

div.leftNavigation img {
float: left; border-right: solid 1px #003399; border-bottom: solid 1px #003399; background-color: #cc6600; color: #ffffff;
}

div.leftNavigation div {
text-align: center;
margin-bottom: 5px;
}

div.leftNavigation a {
padding: 3px;
border: 1pt solid #ffffff;
display: block;
font-size: 12pt;
font-family: sans-serif;
text-decoration: none;
}

div.leftNavigation a:hover {
border: 1pt solid #003399;
}

/* End Left Navigation */










/* Begin Bottom Navigation */

div.bottomNavigation {
color: #666666;
background: url('../images/starbackground.png') repeat #ffffff;
clear: right;
text-align: center;
}

div.bottomNavigation a {
margin: 4px;
padding: 2px;
white-space: nowrap;
font-family: sans-serif;
font-size: 10pt;
text-decoration: none;
}

a.toTop {
float: right;
padding: 3px;
border: 1px solid #003399;
}

/* End Bottom Navigation */










/* Begin Footer */

div.footer table {
width: 100%;
font-size: 8pt;
font-family: sans-serif;
}

div.validatorCode {
display: none;
}

/* End Footer */










/* Begin Right-Side Advertisements */

div.rightSideAdvertisements {
float: right;
padding: 5px;
background: url('../images/starbackground.png') repeat #ffffff;
border-left: thin dotted #003399;
border-bottom: thin dotted #003399;
text-align: center;
color: #333333;
font-family: verdana, sans-serif;
width: 125px;
font-size: 8pt;
margin-left: 10px;
margin-bottom: 10px;
}

div.rightSideAdvertisements h1 {
font-size: 10pt;
font-weight: bold;
}

/* End Right-Side Advertisements */









/* Begin Printing Style */

@media print {

div.noPrint {
display: none;
}

div.topNavigation {
display: none;
}

div.leftNavigation {
display: none;
}

div.bottomNavigation {
display: none;
}

div.rightSideAdvertisements {
display: none;
}

div.page {
margin-left: 0;
margin-right: 0;
padding: 0;
background-color: #ffffff;
width: 90%;
border: 0pt;
}

p.noPrint {
display: none;
}

div.footer {
display: none;
}

hr.noPrint {
display: none;
}

}


/* End Printing Style */