@charset "UTF-8";/* CSS Document */
<style type="text/css">

A:link {text-decoration: none; color: 003399}
A:visited {text-decoration: none; color: 003399}
A:active {text-decoration: none; color: 003399}
A:hover {text-decoration: underline; color: dc820a}

.nav a:link {color: 66ccff;}
.nav a:active {color: 66ccff;}
.nav a:visited {color: 66ccff;}
.nav a:hover {text-decoration: underline; color: #FFFFFF;}

body {
text-align: center;
background: #cfe4ff;
background-image: url(images/bgtop.jpg);
background-repeat: repeat-x;
background-position: top;
}

#main {
position: relative;
background: #ffffff; 
padding: 10px;
margin-left: auto;
margin-right: auto;
width: 727px;
height: 697px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
html>body #main {
width: 726px;
height: 682px;
}

#Header a {
color: 203DD2;
}

#Header {
background: #ffffff;
height: 80;
font-weight: bold;
}

#Topnav {
background: #000;
height: 20px;
width: 725px;
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-align: center;
vertical-align: middle;
padding: 7px 0 7px 0;
}

#Rotate {
background: #ffffff;
padding: 10px 0 10px 0;
text-align: center;
height: 181px;
width:725px;
}

#Updates {
background: #ffffff;
background-image: url(images/updates.gif);
background-repeat: repeat-x;
background-position: top;
padding: 5px 10px 10px 10px;
text-align: left;
width: 185px;
height: 350px;
border: 1px solid #000;
position: absolute;
scrollbar-face-color: #eeeeee;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #000000;
}

#Welcome {
background: #ffffff;
background-image: url(images/welcome.gif);
background-repeat: repeat-x;
background-position: top;
padding: 5px 10px 10px 10px;
text-align: left;
width: 507px;
height: 364px;
border: 1px solid #000;
scrollbar-face-color: #eeeeee;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #000000;
position: absolute;
left: 228px;
}
html>body #Welcome {
width: 485px; 
height: 350px;
}

#Popup {
background: #ffffff;
padding: 10px;
text-align: right;
width: 705px;
height: 500px;
border: 1px solid #000;
position: absolute;
scrollbar-face-color: #eeeeee;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #000000;
}

p {
margin: 0px;
padding: 0px;
}

.style1 {font-size: 12px}
.style2 {color: #FFFFFF; font-weight: bold;}
.style5 {color: #333333}
.style6 {font-size: 12px; color: #333333; }
.style7 {font-size: 12px; font-weight: bold; }
.style8 {color: #000000; font-weight: bold;}

</style>