
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background: url(/templates/dj/images/bg.png) top left repeat-x;
    font: 12px verdana;
    color: #003F6B;
}

img {
    border: 0px;
}

a, a:visited {
    color: #008DCB;
    text-decoration: none;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 0px 0px 8px 0px;
    font-size: 1.3em; 
}

input, select, textarea {
    border: 1px #0090CC solid;
}

table {
    border-spacing: 0px;
}

td {
    text-align: justify;
}

td.row0 {
    background-color: #ffffff;
}

td.row1 {
    background-color: #E8EEF2;
}

th {
    background-color: #003F6B;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
}

ul {
    list-style-image: url(/images/stories/bullet.gif);
}

.clear {
	clear: both;
}

.mceContentBody {
    background-color: #ffffff;
}


#frame {
    width: 998px;
    background: #ffffff url(/templates/dj/images/back.jpg) top left no-repeat;
    padding-bottom: 20px;
}

#logo {
    padding: 20px 0px 0px 40px;
}

#mainlevel_menu {
    position: absolute;
    top: 53px;
    left: 512px;
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
    font-size: 11px;
}

#mainlevel_menu li {
    float: left;
    padding: 0px 5px 0px 5px;
    color: #ffffff;
}

#mainlevel_menu li a {
    color: #ffffff;
}

#mainlevel_menu .current {
    margin-top: -2px;
    border: 2px #ffffff solid;
    padding-bottom: 1px;
}

#pagetitle {

    margin-left: 295px;
    padding-top: 40px;
    
    width: 670px;
    
    padding-bottom: 15px;
    border-bottom: 1px #003F6B solid;
    
    font-size: 24px;
    color: #003F6B;
}

#leftbox {
    float: left;
    width: 275px;
}

#rightbox {
    float: right;
    width: 670px;
    
    margin-right: 35px;
    padding-top: 20px;
    
    font-size: 11px;
    text-align: justify;
    line-height: 1.5em;
}

#introtext{

}

#news {
    width: 238px;
    margin-left: 15px;
    min-height: 300px;

    background: #003F6B url(/templates/dj/images/news_bottom.jpg) bottom left no-repeat;
    color: #ffffff;
}

#news a {
    color: #ffffff;
}

.news_item {
    padding: 0px 0px 0px 10px;
    font-size: 11px;
}

.news_item a {
    text-decoration: underline;
}

#sub_news {
    width: 220px;
    margin-left: 15px;
    margin-top: 20px;

    line-height: 1.5em;
    text-align: justify;    
    font-size: 11px;
}

#sub_news a {
    text-decoration: underline;
    color: #003F6B;
}

#footer {
    width: 670px;
    
    margin-left: 295px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px #003F6B solid;

    font-size: 9px;
    text-align: right;
}

#footer a {
    color: #003F6B;
}

#fp_thing {

    position: relative; 
    width: 527px;
    height: 279px;
    
    margin: 0px auto;
    
    background: url(/templates/dj/images/fp_back.jpg) center center no-repeat;

}

#fp_thing img {
    position: absolute;
    border: 0px;
}


#chairman {
    width: 220px;
    margin-left: 8px;
}

#chairman td {
    font-size: 11px;
    padding: 0px;
}

#formContactUs label {
	float: left;
	width: 100px;
}

#formContactUs input, #formContactUs textarea {
	float: left;

}
#formContactUs .btn {
	border: 1px #000000 solid;
	margin-left: 100px;
}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


