body
	{
	background-color: #ffffc6;
	color: #1d7682;
	}

body a
	{
	color: #00f;
	}

body a:visited
	{
	color: #800080;
	}

body a:active
	{
	color: #f00;
	}

#header
	{
	position:absolute;
	top: 0px;
	width:500px;
	left:250px;
	height:100px;
	}

.menubar
	{
	position:absolute;
	top:100px;
	left:  0px;
	height:440px;
	width:200px;
	background-color: #FFFFC6;
	}
	
#menuSpan
	{
	position:absolute;
	left:  0px;
	top: 80px;
	text-align:center;
	top:130px;
	height:400px;
	width:150px;
	}
	
.headbar
	{
	position:absolute;
	top:  0px;
	left:  0px;
	height:100px;
	width:900px;
	background-color: #FFFFC6;
	text-align: center;
	}
.footbar
	{
	position:absolute;
	top:540px;
	left:  0px;
	height:100px;
	width:900px;
	background-color: #FFFFC6;
	text-align: center;
    }
.pagebox
	{
	position:absolute;
	top:100px;
	left:200px;
	height:440px;
	width:900px;
	background-color: #FFFFC6;
	}
.headlbl
	{
	font-family: arial narrow;
	font-style: italic;
	}
.standardText
  	{
  	font-family: arial;
  	font-size: 14pt;
 	color: #1D7682;
  	}
 .btnMenu1
 	{
 	font-family: arial;
 	font-size: 10pt;
 	font-weight: bold;
 	height: 30px;
 	width: 120px;
 	color: White;
 	background-color: #1D7682;
 	} 
 .btnMenu2
    {
 	font-family: arial;
 	font-size: 8pt;
 	height: 20px;
 	width: 100px;
 	color: White;
 	background-color: #1D7682; 	
    }
.bodyText
    {
    font-family: Arial;
    font-size: 10pt;
    color: #1D7682
    }
.contentDiv
    {
    position:absolute;
    top:110px;
    left:150px;
    height:400px;
    width:850px;
    overflow:scroll;
    font-family: Arial;
    font-size: 10pt;
    color: #1D7682
    }
.footerDiv
    {
    position:absolute; 
    left:  0px; 
    text-align:center;
    width: 1000px;
    top:510px;
    font-family: arial;
    font-size: 8pt;
    font-style: italic;
    }
.messageLabel
    {
    position:absolute; 
    left:100px; 
    text-align:center;
    width:720px;
    top:  0px;
    height: 30px;
    padding-top: 5px;
    font-family: arial;
    font-size: 8pt;
    font-style: italic;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    border-left: solid 1px red;
    border-right: solid 1px red;
    background-color: #FFFFC6;
    color: red    
    }
.thumbnail
    {
    height:60px;
    width:80px;
    border-top: solid 3px #FFFFC6;
    border-bottom: solid 3px #FFFFC6;
    border-left: solid 3px #FFFFC6;
    border-right: solid 3px #FFFFC6;
    }
.thumbnail_selected
    {
    height:60px;
    width:80px;
    border-top: solid 3px #1D7682;
    border-bottom: solid 3px #1D7682;
    border-left: solid 3px #1D7682;
    border-right: solid 3px #1D7682;
    }
.main_image
    {
    height:300px;
    width:400px;
    border-top: solid 5px #1D7682;
    border-bottom: solid 5px #33A2B3;
    border-left: solid 5px #1D7682;
    border-right: solid 5px #33A2B3;
    }
.caption
    {
    text-align:center;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    background-color: #FFFFC6;
    color: #1D7682
    }