/* Cross-Curricular.com Interface Stylesheet */
/* Original: 06/01/05, Dave Baker */
/* Last Update: 06/14/05 */
/* */

/*  common elements */

body {  padding:0px;
    margin: 0;}
table { padding:0; margin:0; border:0; }
td { font-family:arial,sans-serif; font-size:12px; }

h1 { font-size:20px; color:#5A5BCE; }
h2 { font-size:18px; color:#5A5BCE; }
h3 { font-size:16px; color:#5A5BCE; }
h4 { font-size:14px; color:#5A5BCE; }
.titleFont { font-size:14px; font-weight:bold; color:#5A5BCE; }

.footer { font-size:10px; }




/*  general */

body { background:#fff; }

td { background-color:#fff; color:#000; }

/*  text cells  */

td.left_mid { background: #fff url(/images/ui/sliced-3x1.jpg) no-repeat top left; }
td.content_cell { background: #fff url(/images/ui/sliced-3x2.jpg) no-repeat top left; padding: 10; }
td.nav_cell { background: #fff url(/images/ui/sliced-2x2.jpg) no-repeat top left; }

td.left_testimony { background: #fff url(/images/ui/testimony-2x1.jpg) top left; }
td.content_testimony { background: #fff top left; font-size:12px; }
td.right_testimony { background: #fff url(/images/ui/testimony-2x3.jpg) top left; }
td.admin { background: #3CC; }

td.light { background: #fff; }
td.dark { background: silver; }


/*** Nav bar styles ***/

img.navimages { /* navigation images */
    position: relative;
    margin-left: 14;
    margin-right: 22;
    margin-top: 1;
    margin-bottom: 1;
    left: 2px;
}


.content {
    position: absolute;
    display: visible;
    left: 12;
    top: 272;
    text-align:center;
}


.image {
  border: 0px;
  background: transparent;
}

LI.list {list-style: square inside; color:black;}
LI.blanklist {list-style: none; color:black;}
LI.small {list-style: disc; color:black;}

div.preload {
position: absolute;
top: -4000px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 8px;
    z-index: 9000;
    background: transparent;
}
.pop1 {
    float: right;
    padding: 0 10px 0 10px;
}

.centerImage {
    padding: 10px 10px 10px 10px;
}

div#formstyle2 { display: none; visibility: hidden; }



