/* ############ GLOBAL STYLES ############ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10;
        margin: 10 10 10 10;
//        background-color: #dd99ff;
        background-color: #eebbff;
    color: #660099;
}


a{
	text-decoration: none;
}

/* ########### MENU PSEUDO-CLASSES ######### */

a:link {color:blue}
a:visited {color:purple}
a:hover {color:red}
a:active {color:red}


/****************************************

  Style for Main Heading

****************************************/

span.mhead {
    font-family: comic sans ms;
    font-size: 40px;
    font-weight: bold;
    color: #993366;
}




/******************************

  Styles for content

******************************/

p {
	font-size: 13px;
}

li {
	font-size: 13px;
}

h2 {
//    color: #330099;
    font-size: 20px;
 }

h3 {
    color: #333300;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 0;
 }

h4 { 
    color: #333300;
 }


/******************************

  Styles for popup menu

******************************/

ul.m {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family : Arial, sans-serif;
    font-size: 11px;
}

ul.m a {
    color: #772244;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 5px 5px 5px 10px;
//    background: #dd99ff;
    background: #eebbff;
//    width: 80;
}

ul.m a:hover {
    color: red;
    text-decoration: none;
}

ul.m li {
    float: left;
    position: relative;
}

ul.m li ul {
    list-style: none;
    position: absolute;
    left: -40;
    display: none;
    font-size: 20px;
}

ul.m li ul li a { 
    font-size: 13px;
 }

ul.m li ul li { 
    width: 230px;
    text-align: left;
}

ul.m li:hover ul { display: block; }


/******************************

  Styles for Template

******************************/

table.tplt_top {
//    background-color: #dd99ff;
    background-color: #eebbff;
}


/******************************

  Styles for Cards

******************************/

table.cardTplt {
    width: 95%;
    padding: 5 5 5 5;
    background-color: #ddddff;
}

table.cardTplt tr td {
    padding: 5 5 5 5;
}

table.cardTplt tr.spacer {
    height: 40;
}

hr.cardSep {
    height: 5;
    color: yellow;
    background-color: yellow;
    width: 85%
}

span.cardHdr {
    font-size: 25px;
    color: #116611;
}

