﻿body {
background-color: #ffffff; /* White */
color: #000000; /* Black */
direction: ltr;
font-family: Arial, "Times New Roman", Sans-Serif;
font-size: 0.875em; /* 14px */
float: none;
height: 100%;
margin: 0;
position: absolute;
width: 100%;
}

a:active, a:link, a:visited {
color: #234582;/* Medium Blue */
text-decoration:  none;
}

a:hover {
color: #64c5b1; /* Medium Green */
text-decoration: none;
}

a img {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}
h1, h2, h3 {
color: #5995bf; /* lighter blue */
font-family: Arial, "Times New Roman", Sans-Serif;
text-align: center;
text-decoration: none;
}

h1 {
font-size: 1.475em; /* 23.60px */
}

h2 {
font-size: 1.275em; /* 20.40px */
}

h3 {
font-size: 1.125em; /* 18px*/
}

img {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
}

p {
margin-left: 2%;
margin-right: 2%;
}


/* sets the menu, log in, and footer tables*/

#menus {
background-image: url(http://www.jepelsy.com/images/backgrounds/header.gif);
background-repeat: repeat-x;
color: #ffffff; /* White */
height: 60px;
width: 100%;
}

#footer {
background-image: url(http://www.jepelsy.com/images/backgrounds/footer.gif);
background-repeat: repeat-x;
color: #ffffff; /* White */
height: 60px;
width: 100%;
}
/* End of menu, log in, and footer tables */

/* Sets the logo, animation, and page tables */
#logo-animation, #pages {
background: #ffffff;/* White */
color: #000000; /* Black */
margin: 0;
padding: 0;
width: 95%;
}
/* End of logo, animation, and pages tables */

/* Dropdown Menus */
/* Level 0 */
.dropdown {
/* float: left; padding-right: 5px; */
}

.dropdown dt {
border: 2px solid #9ac1c9;
cursor: pointer;
font-weight: bold;
}

.dropdown dt:hover {
}

.dropdown dd {
background: #ffffff;
display: none;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: 200;
}

dropdown ul {
border: 2px solid #9ac1c9;
border-top: none;
list-style: none;
}

.dropdown li {
display: inline;
}

.dropdown a:link, .dropdown a:active, .dropdown a:visited {
background: #eaf0f2;
color: #333333;
display: block;
padding: 5px;
text-decoration: none;
}

.dropdown a:hover {
background: #d9e1e4;
color: #000000;
}

.dropdown .underline {
border-bottom: 1px solid #b9d6dc;
}
/* End of dropdown Menus */