body {background-color: #0B0B61}

.main { width:800px; margin-left:auto; margin-right:auto; background-color:#7EAAE2; border-left: 2px solid gray; border-bottom: 2px solid white; }
.div1 { background-color:#1627BA; height: 75px; }
.body { background-color:#7EAAE2; overflow:auto; padding-left: 25px; padding-right: 25px; padding-bottom: 20px;}
.right {width:400px; float:right; padding-top:30px; padding-bottom:30px; padding-right:50px;}
.left {width:200px; float:left; padding-top:30px; padding-bottom:30px; text-align:center; padding-left: 20px;}
.header {width:800px;}

h1 {color: #EFFA78; text-align: center; padding-top:10px; text-shadow: 0.1em 0.1em black}
h3 {color: yellow; }
h4 {color: white; }


a:visited {color: white;}
a:link {color:black;}
a:hover {text-decoration: underline overline; color: red;}

li {color: black;}
#bottom {clear: left;  text-align: center; width: 800px; height: 40px; }
 

/* begin css tabs */

ul#options { /* general settings */
text-align: left; /* set to left, right or center */
margin: 2em 1em 2em 1em; /* set margins as desired */
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 0px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 6px 3px 6px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#options li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #7EAAE2; /* set border color to page background color */
background-color: #7EAAE2; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #F8FAFA; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 6px; /* must change with respect to padding (X) above and below */
}

ul#options li a { /* settings for all tab links */
padding: 6px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #5134FD; /* set unselected tab background color as desired */
color: #000000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#options a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


