/* CSS for generic */

/* Get the other style sheets loaded */
@import url(layout.css);
@import url(menus.css);
@import url(contact.css);

/* Get the basics defined */
body {
    font: 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #000;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center;
}
p {
    margin: 0 0 10px;
    text-align: left;
    color: #000;
}

.csc-uploads-description {
    font: 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
}

ul, li {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    text-align: left;
}
a:link {
    font-weight: bold;
    text-decoration: none;
    color: #b99a00;
}
a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #a78600;
}
a:hover, a:active {
    text-decoration: underline;
    color: #000;
}
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-style: solid;
    border-color: #000;
    border-width: 0;
    margin: 0;
    padding: 0;
}
h1 {
    font: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #930;
}
h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #930;
}
h3 { font-size: 10pt; }
h4 { font-size: 10pt; }

/* Styling */
.active {
    color: #300;
}
table.imgtext-table img {
    margin: 0 2px 10px;
}
#mainFrontContent h1 {
    font: bold 12pt Verdana, Helvetica, sans-serif;
    color: #930;
}
#mainContent h1.csc-firstHeader {
    text-transform: uppercase;
    padding: 0 0 12px 0;
    margin: 14 0;
    border-bottom: 2px dotted #666;
}

#siteMap h1.csc-firstHeader {
    text-transform: uppercase;
    padding: 0 0 12px 0;
    margin: 14 0;
    border-bottom: 2px dotted #666;
}

#siteMapFix {
    width: 760px;
    text-align: center;
}
/* IE Win hack \*/
* html #siteMapFix {width: 740px; }
/* End IE Win hack */
/*********************************************************/
/* Column styling */

#leftCol {

}

#leftCol h1, #leftCol h2, #rightCol h1, #rightCol h2 {
    font-size: 12pt;
}

#leftCol h3, #leftCol h4, #rightCol h3, #rightCol h4 {
    font-size: 11pt;
}

#leftCol a:link, #leftCol a:visited {
	font-size: 9pt;
}
