/* CSS Document */

.bodycopy {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-style: bold;
line-height: 24px;
font-weight: normal; 
font-variant: normal;
color: #666666;
text-decoration: none;
text-align: justify;
}

.bodycopy a:link{ color : #000000; text-decoration: underline; }
.bodycopy a:visited{ color : #000000; text-decoration: none; }
.bodycopy a:hover{ color : #FF0000; text-decoration: underline; }
 
.headline {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 18px;
font-style: bold;
line-height: 18px;
font-weight: bold; 
font-variant: normal;
color: #3366CC;
text-decoration: none;
text-align: justify;
}

.smallcopy { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; font-style: bold; line-height: 10px; font-weight: normal; 
font-variant: normal; color: #666666; text-decoration: none; text-align: right; }

.link1 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-style: bold;
line-height: 14px;
font-weight: normal; 
font-variant: normal;
color: #3399FF;
text-decoration: none;
text-align: justify;
}

.link1 a:link{ color : #3399FF; text-decoration: none; }
.link1 a:visited{ color : #235A91; text-decoration: none; }
.link1 a:hover{ color : #235A91; text-decoration: UNDERLINE; }

.forminput {
text-decoration: none;
background-color: #999999;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 10pt;
font-weight : normal;
}

body {
margin: 0;
padding: 0;
font: 70% arial, sans-serif;
}

dl, dt, dd, ul, li, dtt, drs {
margin: 0;
padding: 0;
list-style-type: none;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

/* Start Menu Styles */
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 232;
left: 70;
z-index:100;
width: 100%; /* precision for Opera */
}

#menu dl {
float: left;
width: 100px;
height: 14px;
}

#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
background: #495AB4;
border: none;
margin: 1px;
text-indent: .5em;
}

#menu dd {
display: none;
border: none;
width: 100px;
}

#menu li {
text-align: left;
text-indent: .5em;
width: 200px;
background: #495AB4;
white-space: pre;
}

#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #663398;
}
/* End Menu Styles */
