body {
font-size:105%;
line-height:1.125em; 
margin: 0 0 0 0; 
color: black;
}
#header{
padding: 0px;
margin: 0px;
height:120px;
width:100%;
background:white none;
}
#content {
position: absolute;
top: 120px;
background: white none;
color: black;
left: 120px;
margin: 0 60px 0 30px;
padding: 0;
text-align: justify;
}
#menu {
position:absolute;
top:120px;
left: 0;
width:120px;
padding:0;
margin: 20px 0 0 6px;
background: white none;
}

button{
padding: 10px;
font-size: 12px;
font-color: black;
}


p { 
font: 0.875em arial, helvetica, sans-serif;
color: black;
background : transparent none;
margin: 20px 0 0 20px;
padding: 0;
}
p.menu {
font: .98em arial, helvetica, sans-serif;
padding: 4px 0 0 0;
margin: 0px 0 0 6px; 
text-align: left;
}
ul { 
font: .875em arial, helvetica, sans-serif;
color: black; 
background : transparent none;
list-style: disc;  
margin: 0;
}
li {
margin: 8px 10px 0 1px;
padding: 0;
text-align:justify;
}
h1 { 
font: bold 1.22em arial, helvetica, sans-serif;
color: #335E96; 
background : transparent none;
margin: 20px; 
}
h2 { 
font: 1.14em arial, helvetica, sans-serif;
color: #333; 
background : transparent none;
margin: 20px; 
}
table{
margin: 20px; 
}

/*HOVER EFFECTS*/
a:link { 
color: #335E96; 
background :  transparent none;
text-decoration: underline; 
}
a:visited { 
color: #E08151; 
background :  transparent none;
text-decoration: underline; 
} 
a:hover { 
color: #1D4375; 
background :  transparent none;
text-decoration: underline; 
}
a:active  { 
text-decoration: underline; 
}

a.menulink:link { 
color: #323232; 
background : transparent none;
text-decoration: none; 
}
a.menulink:visited { 
color: #E08151; 
background :  transparent none;
text-decoration: none; 
} 
a.menulink:hover { 
color: #335E96;
font-weight: normal;
background :  transparent none;
text-decoration: none; 
}
a.menulink:active  {
text-decoration: none;
}

