a:link,
a:active,
a:visited {
    font-size: 10pt;
    color: #2f6c94;
    text-decoration: none;
    border-style: dotted;
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #2f6c94;
}
a:link:hover,
a:active:hover,
a:visited:hover {
    border-color: #fbfdbf;
    border-style: solid;
}
hr {
    color: #d1eafa;
    height: 2px;  
    border-style: dashed;
    border-width: 1px;
    border-color: #2f6c94;
}
th {
    text-align: left;
}
h2 {
    font-size: 13pt;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}
body {
    margin: 0px;
    margin-bottom: 20px;
    background-color: #d1eafa;
    background-image: url(./img/logo.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    color: #2f6c94;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.menuItem {
    position: relative;
    border-style: dotted;
    border-width: 1px;
    border-bottom-width: 0px;
    border-color: #2f6c94;
}
.menuClicked  {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2f6c94;
    opacity: .25;
    filter: alpha(opacity=25); 
    -moz-opacity: 0.25;
}
.menuItem:hover .menuActive,
.menuItem:focus .menuActive  {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2f6c94;
    opacity: .25;
    filter: alpha(opacity=25); 
    -moz-opacity: 0.25;
}
.menuActive {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 0px;
    width: 0px;
}
div.menuLink {
    position: relative;
    z-index: 1;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:right;
}
a.menuLink,
a.menuLink:link,
a.menuLink:active,
a.menuLink :visited{
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 13pt;
    line-height: 13pt;
    text-decoration: none;
    border: 0px;
    color: #2f6c94;
}
.menuItemLast {
    border-style: dotted;
    border-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #2f6c94;
    height: 0px;
}
.menu {
    width: 200px;
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}
.logo {
    position: absolute;
    height: 600px;
    width: 400px;
    top: 0px;
    left: 0px;
}
div.header {
    font-weight: bold;
    font-size: 22pt;
    letter-spacing: 1px;
    height: 200px;
    padding-left: 200px;
    text-align: center;
}
table.header {
    height: 200px;
    width: 100%;
}
td.header {
    vertical-align: middle;
}
.body {
    padding-left: 225px;
    padding-right: 20px;
}
.bodyheader {
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    margin-top: 0px;
}
.bodytext {
    font-size: 10pt;
    text-align: justify;
    margin-top: 20px;
}
.author {
    font-size: 8pt;
    text-align: right;
    font-style: italic;
}
div.contact_shadow, 
div.shadow {
    float:right;
    clear:right;
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
}
div.shadow_left {
    float:left;
    clear:right;
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
}
div.shadow_center {
    clear:right;
    background: url(img/shadowAlpha.png) no-repeat bottom right !important;
    background: url(img/shadow.gif) no-repeat bottom right;
}
div.shadow, 
div.shadow_center,
div.shadow_left {
	margin: 10px;
}
div.contact_shadow {
	margin: 0 0 20px 20px;
}
div.contact_shadow img, 
div.shadow_center img, 
div.shadow_left img, 
div.shadow img {
    display: block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;

}
div.centered {
	margin-left: auto;
	margin-right: auto;
}
td.service {
    background-color: #a9cae0;
    border: 1px solid #d1eafa;
    padding: 3px;
    padding-left: 5px;
}
td.standard {
    background-color: #d1eafa;
    border: 1px solid #a9cae0;
    padding: 3px;
    padding-left: 5px;
}
table.program {
    margin-bottom: 15px;
    width: 100%;
}

