/*-------------------------HTML Tag Styles--------------------------------*/
body {
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
background-color: #CCCCCC;
}
h1 {
font-size: 13pt;
margin-top: 0px;
color: #000066;
}
table {
font-size: 10pt;
}
/*-------------------------Page Layout Styles--------------------------------*/
#wrap {
width: 760px;
border-left: 5px solid #666666;
border-right: 5px solid #666666;
text-align: left;
background-color: #FFFFFF;
}
#mainpage {
width: 750px;
height: auto;
position: relative;
background: #FFFFFF;
margin-top: 15px;
padding-left: 5px;
padding-right: 5px;
}
#copyright {
width: 750px;
border-top: 2px solid #D0D0D0;
color: #666666;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
}
.lefttop {
background: #D0D0D0;
color: #000066;
padding: 2px;
}
.leftbottom {
background: #E7E7E7;
font-size: 8pt;
padding: 2px;
}
.leftin {
width: 200px;
}
.rightmain {
padding-left: 5px;
}
/*-------------------------Home Page Big Image Style--------------------------------*/
#rotdiv {
width: 760px;
height: 270px;
top: 134px;
}
/*-------------------------Link Styles--------------------------------*/
a:link {
color: #000066;
text-decoration: underline;
}
a:visited {
color: #000066;
text-decoration: underline;
}
a:hover {
color: blue;
text-decoration: underline;
}
a:active {
color: #000066;
text-decoration: underline;
}