*{
    color:#000;
    font-family:trebuchet ms,verdana,arial,sans-serif;
    margin:0px;
    padding:0px;
    font-size:14px;
}
body{
    background-color:#000;
    text-align:center;
}

ul {
    margin-left: 32px;
}

#page{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-275px;
    margin-left:-475px;
    text-align:left;
    width:950px;
    background-color:#FFF;
    /*height:550px;*/
    padding:8px;
    background-image:url(images/pagebg.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
}
#slogan{
    background-image:url(images/sloganbg.png);
    background-repeat:no-repeat;
    height:49px;
    width:478px;
    color:#fff;
    display:block;
    font-size:45px;
    text-align:center;
    line-height:40px;
    position:relative;
    left:460px;
    top:-50px;
}
#menu{
    list-style:disc;
    font-size:10px;
    position:absolute;
    top:15px;
    left:480px;
    
}
.mnuItm{
    color:#808080;
    font-size:10px;
}
.mnuItm a{
    color:#808080;
    font-size:22px;
    text-decoration:none;
}
.mnuItm a:hover{
    color:#fff;
    background-color:#00FF00;
}

div.csc-header h2{
    font-size:36px;
    text-align:center;
    text-transform:uppercase;
}

div.csc-header h2 a{
    font-size:36px;
    text-decoration:none;
}
div.csc-header h2 a:hover{
    font-size:36px;
    text-decoration:underline;
}


div.csc-header h3{
    font-size:20px;
    text-align:left;
    margin-bottom:12px;
}

div.csc-header h4 {
    font-size:14px;
    margin-bottom:12px;
}

#content{
    position:relative;
    top:-24px;
}

#leftCol{
    /*height:350px;
    overflow:auto;*/
    float:left;
    width:70%;
    background-image:url(images/textbg.png);
    padding:16px;
}
#rightCol{
    /*height:350px;
    overflow:auto;*/
    float:right;
    background-image:url(images/textbg.png);
    padding:8px;
    width:24%;
}

#footer{
    clear:both;
}

.box{
    float:left;
    padding:8px;
    width:47%;
    min-height:103px;
}

.pink {
    background-image:url(images/pinkbg.png);
    background-repeat:repeat-x;
    background-position:top;
}

.green {
    background-image:url(images/greenbg.png);
    background-repeat:repeat-x;
    background-position:top;
}

.align-right{
    text-align:right;
}

.bodytext{
    margin-bottom:10px;
}
.bodytext b{ 
    font-weight:bold;
    font-size:120%;
}

a img{
    border:none;
}

.csc-mailform{
    border:none;
}

label{
    float:left;
    width:15%;
}
.csc-mailform-field{
    margin-bottom:8px;
}

input, textarea {
    color:#ccc;
}

input[type=submit]{
    color:#000;
}

form .active{
    color:#000;
    border: 2px solid #00ff00;
    background-color:#d6ffd6;
}

.csc-textpic-caption{
    display:block;
    margin-top:8px;
    font-size:12px;
    font-style:italic;
}

.csc-textpic-image{
    margin-bottom:12px;
}

h2 {
  margin-bottom:8px;
}

h1 a{
  font-size: 2em;
}
