/*** RESET ***/

body {

	background-color:#FFEE88;

}

strong {

	color:#A9CC93;

}

table {

	border-color:#FFEE88;

}

table tr td {

	border-color:#FF6666;

}

select {

	border-color:#FF6666;

	color:#A9CC93;

}



/*** PAGE STRUCTURE ***/

.main {

	border-color:#4D4D4D;

}

.banner {

	background-color:#A9CC93;

	background-image: url(../images/DBC_banner.png);

	background-repeat:no-repeat;

	background-position:right top;

}

.content {

	background-color:#fff;

	color:#4D4D4D;

}

.footer {

	background-color:#A9CC93;

	color:#000;

	background-image: url(../images/DBC_banner.png);

	background-repeat:no-repeat;

	background-position:right bottom;

}



/*** TEXT ***/

.content a, .content a:hover, .content a:active, .content a:visited, .content a:focus {

	color:#FF6666;

}

.footer a, .footer a:hover, .footer a:active, .footer a:visited, .footer a:focus {

	color:#4D4D4D;

}



/*** BANNER & TABS ***/

.banner ul li { /* tabs */

	border-color:#4D4D4D;

	background-color:#FF6666;

}

.banner .tabs ul li:hover { /* tabs change on hover */

	background-color:#4D4D4D;

}

.banner .tabs ul li.selected:hover { /* selected tab stays the same on hover */

	background-color:#FF6666;

}

.banner h1 { /* title */

	color:#FFEE88;

}

.banner .tabs a, .banner .tabs a:hover, .banner .tabs a:active, .banner .tabs a:visited, .banner .tabs a:focus { /* tab anchor text */

	color:#fff;

}

