body {
    background : #ffffff;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 12px;
    color : #000000;

}


a {
    color : #000000;
}

a:hover {
    color : #000000;
}


#navigation {
    color: #FFFFFF;
    text-decoration: none;
    font-size : 11px;
    font-weight:normal;
}



#navigation a {
    color : #ffffff;
    text-decoration : none;
}

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



#subnavigation {
    color: #FFFFFF;
    text-decoration: none;
        font-size : 11px;
}

#subnavigation a {
    color : #ffffff;
    text-decoration : none;
}

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




#footer {
    font-size: 11px;
    text-decoration: none;
    color : #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #562485;
}

#footer a {
    color : #ffffff;
    text-decoration : none;
}

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


.content{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding: 20px 40px 40px 40px;
    }


.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #562485;
    padding: 10px 10px 10px 40px;
}

#contentpanel {
    border: 1px solid #562485;
    }

.featuredtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #562485;
}

.featured {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 12px;
}

.style1 {
    color: #562485;
    font-weight: bold;
    font-size: 14px;
}
.style2 {
    color: #562485;
    font-weight: bold;
}

.contactform {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;
    width : 100%;
}

.contactform td {
    padding : 0px;
    vertical-align : top;
}

.contactform .label {
    width : 130px;
    font-weight : bold;
}

.contactform .field {
}

.contactform textarea {
    width : 100%;
    height : 80px;
}

.contactform .required {
    color : #EB6412;
}

.error_message {
    color : #EB6412;
}

#flashMessage {
    padding : 3px;
    width : 97%;
    border : 1px solid #7BA2E7;
    background : #D6DFF7;
    color : #215DC6;
    margin-bottom : 10px;
}

#cakeSqlLog {
    background : #ffffff;
    font-family : verdana, arial;
    font-size : 10px;
}

.cake_debug {
    background : #ffffff;
}

#adminlogin {
    font-family : arial;
    font-size : 12px;
    padding : 5px;
    background : #D3C6DE;
    border : 1px solid #562485;
    margin-bottom : 10px;
    text-align : center;
}

#adminlogin a {
    color : #562485;
    font-weight : bold;
    text-decoration : none;
}

#adminlogin a:hover {
    text-decoration : underline;
}

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

.oneclick_container_highlight {
    border : 1px dashed #000000;
    cursor : pointer;
    padding : 0px;
    margin : 0px;
}

