/*background slideshow*/
#bgslide {
position:fixed;
top:0%;
width:100%;
}
<!--[if lte IE 6]>
<script type="text/javascript">
function ie_bg_st(){
return document.documentElement.scrollTop+document.documentElement.clientHeight*.2+'px';
}
</script>
<style type="text/css">
#bgslide {
position:absolute;
top:expression(ie_bg_st());
}
</style>
<![endif]-->

/*textresizer*/
.controlstyle a{ /*links inside DIV sizecontroldiv*/
outline:none;
position:relative;
}

.controlstyle a img{ /*image links inside DIV sizecontroldiv*/
border-width:0;
}

.controlstyle a.selectedcontrol img{ /*selected control's image*/
border-bottom:4px solid darkred;
}

.blue {
	color: #003399;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center;
font-variant:small-caps; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: lightyellow;
}
.divscroll{
height: 280px;
width: 750px;
overflow: auto;
padding: 8px;
font-variant:small-caps; padding-left:5px; padding-right:5px;
}

.roundedcorners{
position:relative; z-index:1001; margin-left:250px; margin-top:-22px; *margin-top:0px; width:780px; background-color:#FFFFFF; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomleft:10px;
}
.footer{
font-variant:small-caps; text-align:center; font-size:9px; margin-top:30px; *margin-top:30px; padding-bottom:5px;
}

.textsize{
margin-top:18px; *margin-top:0px;
}
p {font-variant:small-caps; padding:5px 5px 5px 5px;}
h2 {font-variant:small-caps; font-size:24px; color:navy; text-align:left; padding-left:25px;}
.smallcaps {font-variant:small-caps;}


