
body 
{
background: #F8F8F8; /* #e6e8fa; #5F9EA0; */
color: #000080; 
font-family:  Verdana,Arial,Tahoma,Helvetica,Times New Roman; 
font-size: 11pt; 
font-style: normal; 
font-weight: normal; 
/* text-align: justify; */ 
scrollbar-3dlight-color: #000080; 
scrollbar-arrow-color: #808080; 
scrollbar-darkshadow-color: #000080; 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #000080; 
scrollbar-shadow-color: #000080; 
scrollbar-track-color: #d9d9d9;
}

ul.navbar 
{
position: absolute;
list-style-type: none;
background:  #F8F8F8; /* #e6e8fa; #5F9EA0; */
padding: 0;
margin: 0;
top: 5em;
left: 2em;
width: 150px;
}

ul.navbar li 
{
background: #3299cc;
color: #ffffff;
text-align: center;
margin: 2em 0; 
padding: 2em; 
width: 150px;
}

ul.navbar a 
{
background: #3299cc; 
color: #ffffff;
text-decoration: none;
text-align: center;
padding: 0.3em;
width: 150px;
}

hr 
{
color: #000080;
}

table 
{
font-size: 10pt; cellspacing: 15; cellpadding: 5; vlink: #0000FF; border-color: #0000FF; 
}

A:link 
{
text-decoration: none; color: #0000FF;
}

A:visited 
{
text-decoration: none; color: #0000FF; /*#800080; */
}

A:active 
{
text-decoration: none; color: #800080; /* #A0522D; */
}

h1 
{
font-size: 20pt;
}

h2 
{
font-size: 18pt;
}

h3 
{
font-size: 15pt;
}

h4 
{
font-size: 12pt;
}

h5 
{
font-size: 8pt;
}

h6 
{
font-size: 6pt;
}

/* Column layout effects */
#top 
{ 
top: 0px;
right: 0px;
margin: 0px;
height: 300px; 
/* width: 100%; */
padding: 15px; 
background: #F8F8F8; 
}

#left 
{ 
position: absolute;
left: 5px;
top: 350px;
width: 10%;
padding: 10px;
margin: 5px;
padding-bottom: 10px;
/* color: #ffffff; */
background: #F8F8F8; 
}

#center 
{ 
margin-left: 15%;
margin-right: 15%;
padding: 15px;
top: 350px;
width: 75%
/* color: #808080; */
background: #F8F8F8; /* #c0d9d9; */
text-align: justify;
}

#right 
{ 
position: absolute;
right: 0px;
top: 350px;
width: 10%;
/*padding: 5px; */
margin: 5px;
padding-bottom: 10px;
/* color: #ffffff; */
background: #F8F8F8; 
}

#clear 
{ 
clear: both;
}

#footer 
{ 
margin: 20px;
text-align: center;
/* color: #ffffff; */
background: #F8F8F8; 
}

/* Button style menu */

a.button:link 
{
font-size:10px;
font-weight:normal;
text-decoration:none;
text-align:center;
border-style:none;
border-color:#FFFFFF;
border-width:5px;
background-color:#3299cc; /* #F2F2F2; */
width:150px;
color:#483D8B;
}

a.button:visited 
{
font-size:10px;
font-weight:normal;
text-decoration:none;
text-align:center;
border-style:none;
border-color:#FFFFFF;
border-width:5px;
background-color:#F2F2F2;
width:150px;
color:#483D8B;
}

a.button:active 
{
font-size:10px;
font-weight:normal;
text-decoration:none;
text-align:center;
border-style:none;
border-color:#FFFFFF;
border-width:5px;
background-color:#F2F2F2;
width:150px;
color:#6495ED;
}

a.button:hover 
{
font-size:12px;
font-weight:normal;
text-decoration:none;
text-align:center;
border-style:none;
border-color:#FFFFFF;
border-width:5px;
background-color:#F2F2F2;
width:150px;
color:#FF0000;
}

a.navbar:hover 
{
/* font-size:12px; */
font-weight:normal;
text-decoration:none;
text-align:center;
border-style:none;
/* border-color:#FFFFFF; */
border-width:2px;
background-color:#FF0000;
/* width:150px; */
color:#FFFFFF; 
}