/* Normalize margin,padding */
body, div {
margin: 0;
padding: 0;
}
a:link {color: #00236A}     /* unvisited link */
a:visited {color: #00236A}  /* visited link */
a:hover {color: #003399}   /* mouse over link */
a:active {color: #7F91A2}   /* selected link */
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #000000;
background-color: #FFFFFF;
background-image: url(images/2007update/rightbar.gif);
background-repeat: repeat-y;
background-position: right top;
}
#wrapper {
background-image: url(images/2007update/leftbar.gif);
background-repeat: repeat-y;
background-position: left top;
}
#navigation {
position:absolute;
top: 0;
left: 0;
width: 198px;
text-align: left;
font-weight: 600;
font-family: Verdana, sans-serif;
font-size: 11px;
margin: 0;
background-color: #435063;
}
#navigation ul {
list-style: none;
margin: 10px 0 400px 0;
padding: 0;
}
#navigation li {
padding: 3px 0 3px 15px;
}
#navigation li a:link, #navigation a:visited {
color: #B7C5DF;
text-decoration: none;
}
#navigation a:hover {
text-decoration: underline;
}
#branding {
position: relative;
height: 206px;
background: transparent url(images/2007update/logo.jpg) no-repeat 0 0;
width: 100%;
}
h1 {
position: absolute;
text-indent: -9999px;
}
#rightbar {
position: absolute;
top: 0;
right: 0;
width: 185px;
padding: 0px 0 10px 0;
background-color: #435063;
color: #FFFFFF;
font-size: 11px;
}
#rightbar a:link, #rightbar a:visited {
color: #B7C5DF;
text-decoration: underline;
}
#rightbar a:hover {
text-decoration: none;
}
#rightbarTN {
position: absolute;
top: 120px;
right: 20px;
width: 170px;
background-color: #FCE6B7;
padding-bottom: 10px;
border: 1px solid #677BA6;
}
#rightbarTN a:link, #rightbarTN a:visited {
color: #B7C5DF;
text-decoration: underline;
}
#rightbarTN a:hover {
text-decoration: none;
}
#rightbar p {
padding-right: 8px;
padding-left: 8px;
}
#content {
margin-left: 198px;
margin-right: 185px;
padding: 10px;
}
#content p {
line-height: 17px;
}
#footer {
margin-left: 198px;
margin-right: 185px;
margin-top: 20px;
text-align: center;
font-size: 10px;
padding: 0px 20px 5px 20px;
border-top: 1px solid #434F63;
}
h2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
}
h3 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #003366;
}
h4 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 900;
}
h5 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #003366;
}
.photopad {
padding: 0 10px 2px 0;
}
.indent {
padding-left: 10px;
}
.smalltext {
font-size: 12px;
}
.smalltext2 {
font-size: 10px;
}
.red {
color:#990000;
}
.orange {
color:#FF6600;
}
a.nounderline {
text-decoration: none;
}