﻿{
        color: #00f;
        text-decoration: none;
}

a:hover {
        color: #f0f;
        text-decoration: underline;
}

p {
        font-family: "Times New Roman", Times, serif;
        font-size: 14pt;
    padding-bottom: 12px;
        padding-top: 10px;
}

body {
        font-family: "Times New Roman", Times, serif;
        font-size: 14pt;
    padding: 0px;
        margin: 0px;
        background-color:white;
}

.box1 {
        padding: 0px;
        width: 100%;
        margin:0px;
}

.box2 {
        padding: 2px;
}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
        padding-right: 18px;
        background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute ends in .zip */
a[href$='.zip'] { 
        padding-right: 18px;
        background: transparent url(images/icon_zip.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
        padding-right: 18px;
        background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
        padding-right: 18px;
        background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
        padding-right: 18px;
        background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
        padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

table.calendar {
 font-family: Arial, Helvetica, sans-serif;
 line-height: 1.5; 
 font-size: 14px;
 vertical-align: top;
 width: 50%;
}

td.calendar {
        height: 45px;
        width: 75%;
        text-align:center;
}

.content {
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        padding: 0px 10px 0px 0px;        
        background-color: #FFF;
        width: 100%;
        border: solid 0px;
}

.products {
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        padding: 0px 10px 0px 0px;        
        background-color: #FFF;
        width: 90%;
}

.corner {
        width: 100px;
        height: 100px;
}

#right {
        border:0px;
        margin:0px;
        padding:0px;
}

.expanded {
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
}

.footer {
        font-family: "Times New Roman", Times, serif;
        font-size: 10pt;
        color: #AF58E5;
        text-align: center;        
}

h1 {
        border-bottom: 1px dotted #B0B;
        font-size: xx-large;
        margin: 15px 0px 15px 0px;
        padding-bottom: 2px;
        text-align: left;
        font-weight: bold;
}

h2 {
        color: #B379EA;
        font-size:x-large;
        font-weight: bold;
        margin: 15px 0px 15px 0px;
}

h3 {
        color: #B0B;
        font-size:large;
        font-weight: bold; 
        margin: 15px 0px 15px 0px;
}

h4 {
        font-size: 16px;
        font-weight: bold;
        color: green;
        font-variant: small-caps;
}

.justified {
        font-family: "Times New Roman", Times, serif;
        text-align: justify;
}

td.leftside {
        background: #fff /*url(images/sideline.jpg) no-repeat*/;
        background-position: center left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        padding: 50px 50px 0px 10px;
        font-weight: bold;        
}

td.rightside {
        background: #fff;
        width:100%;        
}

.masthead {
        font-family: "Times New Roman", Times, serif;
        font-size: 24px;
        color: #BC22F8;
        font-style: italic;
        font-weight: bold;
}

.masthead img {
        h-align: left;
}

#welcome, td.welcome {
        margin-left: 0cm;
        color: #006600;
        font-family: times, times new roman, serif;
        font-size: 18pt;
        font-style: italic;
        text-align: left;
}

.subhead {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        color: #000;
        text-align: center;        
}
        
.nav {
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        padding: 0px 0px 0px 10px;        
}

.small {
        font-family: "Times New Roman", Times, serif;
        font-size: 9px;
}

.top {
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        text-align: left;
}

div.rightimage {
        float: right;
        width: 240px;
        color: #993366;
        font-size: 12pt;
        font-family: "Times New Roman", Times, serif;
        padding: 3px 10px;
        margin: 1px 7px auto;
        background-color: #EFEEFF;
        text-align: left;
        clear: left;
        border: solid #AC60E6;
        border-width: 7px 0px;
        text-align: center;
}

.formbox {
        float: right;
        width: 300px;
        color: #993366;
        font-size: 12pt;
        font-family: "Times New Roman", Times, serif;
        padding: 3px 10px;
        margin: 1px 7px;
        background-color: #FFF;
        text-align: left;
        clear: left;
}

div.subscribe {
        float: none;
        width: 240px;
        color: #993366;
        font-size: 12pt;
        font-family: "Times New Roman", Times, serif;
        padding: 3px 10px;
        margin: 1px 7px auto;
        background-color: #EFEEFF;
        border: solid #AC60E6;
        border-width: 7px 0px;
        text-align: center;
        margin-left: 250px;
}

.smalltext {
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        text-align: left;
}        
        
td.smallcentertext {
        text-align: center;
        font-size: 12px;
}

div.tinytext, td.tinytext {
        font-size:11px;
        text-align:left;
        /*valign:bottom;*/
}

.testimonial {
        font-size: 14px;
        font-style: italic;
        text-align:left;
        margin: 15px 0px 15px 0px;
}
        
td.topline {
        border-top: 2px solid #ccc;
        height: 15px;
        text-align: left;
        font-size: 8pt;
        vertical-align:text-bottom;
}

td.bottomline {
        border-bottom: 2px solid #ccc;
        text-align: left;
        font-size: 10pt;
}

.list li, ol li {
        margin: 5px 0px 5px 30px;
}

.list1 li {
        margin: 5px 0px 5px 30px;
}

.list2 ul {
        list-style: circle outside;
}

.list2 li {
        margin: 0px 0px 2px 30px;
}

.list3 ul {
        list-style: circle outside;
}

.list3 li {
        margin: 0px 0px 0px 20px;
}

/* Product Pages Navigation */
* {
padding: 0;
margin: 0;
}
body {
font-size: 10px;
font-family: "Times New Roman", Times, serif;
}
#navigation {
overflow: auto;
}
#navigation li {
float: left;
list-style: none;
background-color: ##4F0069; /* to cater for users without images */
}
#navigation a {
display: block;
background-image: url(images/tabright.gif);
background-position: top right;
background-repeat: no-repeat;
color: #FFF;
text-decoration: none;
font-weight: bold;
}
#navigation span {
display: block;
background-image: url(images/tableft.gif);
background-repeat: no-repeat;
padding: 5px 15px;
}
#navigation a:hover {
background-position: right -198px;
}
#navigation a:hover span {
background-position: 0 -198px;
}
#navigation li ul {
position: absolute;
width: 10em;
left: -999em;
margin-left: 2px;
font-size: 100%;        
}
#navigation li ul a, #navigation li ul a:link { /*submenus*/
background-image: none;
padding: 5px;
width: 100px;
background-color: #4F0069;
}
#navigation li ul a:hover {
background-color: #854E97;
}
#navigation li:hover ul, #navigation li.sfhover ul {
left: auto;
}
/* Product Pages Navigation */

.mouseBeOffMe {
border-top:    10px  solid #fff; 
border-bottom: 10px  solid #fff; 
border-left:   6px   solid #fff; 
border-right:  10px  solid #fff; 
}

.mouseBeOnMe {
border-top:    6px   solid #fff;
border-bottom: 14px  solid #fff; 
border-left:   10px  solid #fff; 
border-right:  6px   solid #fff;
}

img {
        border: 0px;
        padding: 5px;
}

img a {
        border: 0px;
}
