body {
background-color:#FFFFFF;
font-size:100%;
/*100% needed for IE*/
font-family:Arial,Helvetica,sans-serif;
color:black;
margin:0;
padding:0;
}

#frame {
/*this is what keeps the page centered*/
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0;
text-align:left;
}

#content {
/*for full page width layout*/
width:800px;
padding:0;
margin-top:10px;
float:left;
}

#contentleft {
/*for 2-column layout*/
width:600px;
padding:0;
float:left;
background:#fff;
}

#contentright {
width:175px;
padding:0;
float:left;
background:#fff;
margin-left:25px;
}

.inline {
/*for an image included in the page content inline with text; aligns right*/
border:0;
margin:10px;
text-align:center;
float:right;
}

#breadcrumbs {
font-size:0.8em;
margin-top:0.4em;
margin-bottom:10px;
}

#navigation {
font-size:0.9em;
margin-top:10px;
text-align:center;
}

#footer {
margin-top:10px;
text-align:center;
font-size:0.8em;
}

/*typography*/
td {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

h1 {
/*This is the title of the page*/
font-family:Verdana,Arial,sans-serif;
font-size:1.3em;
margin-top:15px;
color:#78A;
}

h2 {
/*This is for the heading of the right-hand navigation*/
font-size:1.1em;
font-weight:700;
margin-top:2.0em;
margin-left:1.0em;
/*moves the headers closer to the set of links*/
}

h3 {
/*This is subheading 1 */
font-size:1.0em;
color:navy;
margin-bottom:-0.3em;
}

h4 {
/*Subheading2 no line spacing*/
color:navy;
font-size:0.9em;
margin-bottom:0.1em;
}

h5{
/*Subheading 3 no line spacing*/
color:black;
font-weight:600;
margin-top:-0.1em;
margin-bottom:-0.3em;
}

p {
font-size:0.8em;
color:black;
}

/*for textual formatting:*/
.bodytext {
font-size:0.8em;
font-style:italic;
}

.sizeup1 {font-size:0.9em;
}

.sizeup2 {font-size:1.0em;
}

.bold {
font-weight:700;
}

.italics {
font-style:italic;
}

.grayback {
background-color:silver;
}

.attention {
background-color: #FFFF00}

a:link {
border:none;
text-decoration:none;
color:#346;
}

a:visited {
text-decoration:none;
color:#78A;
}

a:hover,a:active {
color:#1d3251;
background:#E8E8E8;
}

.nobullet {
list-style:none;
text-align:left;
margin-top:-0.1em;
}

.linespace {
margin-top:1.0em;
margin-bottom:2.0em;
}

/*for bulleted lists:*/
ul {
list-style-type:square;
margin-top:-0.1em;
margin-bottom:-0.2em;
}

li {
margin-top:-0.1em;
/*moves the links in a list closer together*/
font-size:0.8em;}


/*for highslide image display*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
</style>