/*--- basic page setup ---*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
p {
    margin: 1em 0 1em 0;
}
.map {
    padding: 20px 0px 2em 0px;
    width: 520px;
}
a:link, a:visited, a:active {
    color: #0066FF;
    text-decoration:underline;
}
a:hover {
    color: #00CCFF;
    text-decoration:underline;
}
.hdr24 {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #990000;
}
.hdr20 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #990000;
}
.hdr14 {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #990000;
}
.txt12 {
    font-size: 12px;
}
.txt10 {
    font-size: 10px;
}
.txt9 {
    font-size: 9px;
}
.warning {
    width: 450px;
    border: 5px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    padding: 5px 25px;
    margin-left: 25px;
}
.gray {
    color: #666666;
}

/*--- main header ---*/

.navBar {
    font-size: 12px;
    line-height: 1.5em;
    background-color: #DDDDDD;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #666666;
    background-image: url(images/grad.gif) ;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 35px;
    margin-bottom: 3px;
}
.navBar a:link, .navBar a:visited, .navBar a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 0 .5em;
}
.navBar a:hover {
    background-color: #FFFFFF;
}

.imgCprt {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #330000;
    margin: 0 2px 3px 0;
}

/*--- main side menu ---*/

.menu1 {
    width: 160px;
    background: #CCCCCC;
    border: 1px solid #000000;
    margin: 20px 28px 0 10px;
}
.menu1 a {
    font-size: 12px;
    font-weight: bold;
    width: 142px;
    margin: 2px;
    padding: 5px;
    display: block;
}
.course a:link, .course a:visited, .course a:active {
    color: #000000;
    text-decoration: none;
    background: #99CCCC;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #336666;
    border-bottom: 2px solid #003333;
    border-left: 2px solid #CCFFFF;
}
.course a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #339999;
    border-top: 2px solid #333333;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #666666;
}
.business {
    margin-top: 10px;
}
.business a:link, .business a:visited, .business a:active {
    color: #000000;
    text-decoration: none;
    background: #CCCC99;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #666633;
    border-bottom: 2px solid #333300;
    border-left: 2px solid #FFFFCC;
}
.business a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #CC9900;
    border-top: 2px solid #333333;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #666666;
}

.menu2 {
    width: 150px;
    background: #CCCCCC;
    border: 1px solid #000000;
    margin: 10px 0 0 15px;
}
.misc a {
    font-size: 11px;
    width: 134px;
    margin: 2px;
    padding: 1px 5px;
    display: block;
}
.misc a:link, .misc a:visited, .misc a:active {
    color: #000000;
    text-decoration: none;
    background: #CCCCCC;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #999999;
}
.misc a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #666666;
    border-top: 1px solid #000000;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #333333;
}

.dots {
    width: 160px;
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #990000;
    text-align: center;
}

.menu3 {
    width: 120px;
    background: #CCCCCC;
    border: 1px solid #000000;
    margin-left: 30px;
}
.other a {
    font-size: 11px;
    font-weight: bold;
    width: 104px;
    margin: 2px;
    padding: 1px 5px;
    display: block;
}
.other a:link, .other a:visited, .other a:active {
    color: #000000;
    text-decoration: none;
    background: #CC9999;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #663333;
    border-bottom: 1px solid #330000;
    border-left: 1px solid #FFCCCC;
}
.other a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #993333;
    border-top: 1px solid #333333;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #666666;
}

/*--- Start Now buttons ---*/

.startNow a {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    margin: 2px;
}
.startNow a:link, .startNow a:visited, .startNow a:active {
    color: #003300;
    text-decoration: none;
    background: #99CC99;
    border-top: 1px solid #CCFFCC;
    border-right: 1px solid #336633;
    border-bottom: 1px solid #003300;
    border-left: 1px solid #669966;
}
.startNow a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #009900;
    border-top: 1px solid #000000;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
}

