/* body */

body
{
margin-left: 5%;
margin-right: 5%;
margin-top: 2%;
margin-bottom: 2%;
background-color: #fdfdf7;
}

/* tables*/

table 
{
table-layout: auto;
border-spacing: 0px;
margin: 0
}

td.pad
{
padding: 1cm 1cm
}

td.padtop
{
padding: 0.5cm 0.5cm
}

td.padsmall
{
padding: 5px 5px;
font-family: verdana, helvetica, sans-serif;
font-size:14px
}

/* banner */

.logo
{
float:left;
padding: 8px 0px 0px 0px;
}

.blue
{
background-color: #0080fe;
border-style: solid;
border-width: 2px 0px;
border-color: #ffff00;
}

.bancenter
{
text-align: center;
/*height:107px;*/
padding: 5px 5px 0px 0px;
}


.strip
{
background-color: #0000a7;
height: 10px;
width: 100%;
clear: left;
}

#white
{
color: #FFFF00;
}

/* lhs menu */
/* consider comment hack for ie*/
.menu
{
background-color: #fdfdf7;
padding: 10px 10px;
border-style:solid;
border-color: #000000;
border-width: 1px;
}

.btn
{
width: 90px;
background-color: #80bffe;
height: 60px;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-align: center;
color: #000000;
display: table;
border-style: solid;
border-width: 1px;
border-color: #fdfdf7;
}

.btn_pressed
{
width: 90px;
background-color: #80bffe;
height: 60px;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-align: center;
color: #ffff22;
display: table;
border-style: solid;
border-width: 1px;
border-color: #fdfdf7;
}

.mid
{
display: table-cell;
vertical-align: middle;
}

#IEroot .btn
{
position: relative;
border: 0px;
}

#IEroot .btn_pressed
{
position: relative;
border: 0px;
}

#IEroot .mid
{
position: absolute;
top: 50%;
left: 50%;
}

#IEroot .centered
{
position: relative;
top: -50%;
left: -50%;
}


/* article menu */

.articlebox
{
width: 200px;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
color: #000000;
float: right;
border-style: solid;
border-width: 1px;
border-color: #000000;
margin-left: 10px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #ffff99;
}

h4.articlehd
{
text-decoration: underline;
font-family: verdana, helvetica, sans-serif;
text-align: center;
font-size: 14px;
font-weight: bold;
}

/* body text */

p, ol, ul, blockquote 
{
font-family: verdana, helvetica, sans-serif;
font-size: 12pt;
}

.author
{
font-style: italic;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt;
}

p.footnote
{
font-size: 8pt;
text-align: center;
}

#footerlinks
{
color: #0000ff;
}

.center
{
text-align: center;
}

h1
{
font-family: times, serif;
}

h2, h3, h4, h5
{
font-family: verdana, helvetica, sans-serif;
}

.hd
{
font-family: verdana, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold
}

hr
{
border : solid 1px #fdfdf7;
color: #fdfdf7;
background-color: #fdfdf7;
}

/* links */

a:link
{
color: #000000;
text-decoration: none
}

a:visited
{
color: #000000;
text-decoration: none
}

a:hover
{
color: #000000;
text-decoration: none
}

a.black:link
{
color: #000000;
text-decoration: none
}

a.black:visited
{
color: #808080;
text-decoration: none
}

a.black:hover
{
color: #0000ff;
text-decoration: underline
}

a.norm:link
{
color: #0000ff;
text-decoration: none
}

a.norm:visited
{
color: #808080;
text-decoration: none
}

a.norm:hover
{
color: #0000ff;
text-decoration: underline
}

a.button:link
{
color: #ffff66;
}

a.button:visited
{
color: #ffff66;
}

a.button:hover
{
color: #ffff66;
}

a.pressed:link
{
color: #ffff22;
text-decoration: none;
}

a.pressed:visited
{
color: #ffff22;
text-decoration: none;
}

a.pressed:hover
{
color: #ffff22;
text-decoration: none;
}


a.footlink:link
{
color: #0000ff;
text-decoration: none;
font-size: 10pt
}

a.footlink:visited
{
color: #808080;
text-decoration: none;
font-size: 10pt
}

a.footlink:hover
{
color: #0000ff;
text-decoration: underline;
font-size: 10pt
}

