<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: right;
padding-left: 8px;
font: bold 13px Verdana;
background: #c00000 url(images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

#photobord {
border-width: 4px;
border-style: inset;
}


#body { 
font-family: times new roman, serif; 
line-height: 120%; 
color: #000; 
font-size: 13pt; 
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
text-decoration: none;
background: #C00000;
color: #FFFFFF;
}

#footer {
color: #fff;
background: #000;
font-family: arial, san-serif;
font-size: 10px;
}

a.footerlink {
color: #fff;
text-decoration: underline;
}

a.footerlink:hover {
color: #fff;
text-decoration: none;
background: #C00000;
}

#header { 
font-family: times new roman, serif; 
line-height: 150%; 
color: #000; 
font-size: 17pt; 
font-weight: bold;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

html, body{
scrollbar-face-color:#C00000;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:white;
scrollbar-track-color:black;    
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-Color:black;
}

</style>