/* Content Styles */

body {
	background: #66814A url("../../../_images/websiteThemes/colourCenter/top_gradient_white.gif") repeat-x 0 0;
}

a {
	font-weight: bold;
	color: #38466D;
}

a:hover {
	color: #930000;
}

#tabs li a{
	background: url(../../../_images/websiteThemes/colourCenter/tab_green.gif) repeat-x 0 0;
}

#tabs #current a{
	background: url(../../../_images/websiteThemes/colourCenter/tab_current_green.gif) repeat-x 0 0;
}

#tabs li a:hover{
	background: url(../../../_images/websiteThemes/colourCenter/tab_hover_green.gif) repeat-x 0 0;
}

/*  Style for Drop Down Menu  */

.dropmenudiv{
	background: url(../../../_images/websiteThemes/colourCenter/tab_green.gif);
}

.dropmenudiv a:hover{
	background: url(../../../_images/websiteThemes/colourCenter/tab_hover_green.gif);
}

table.form_table, table{
	background-color: #D7DFCA;
}

/*    image styles   */

.image_caption {
	margin-bottom: 20px;
	margin-right: 20px;
}

/*   error styles  */

.error  {
	color:#FF0000;
	border: 1px solid #FF0000;
}

.error p {
	color:#FF0000;
}

/*    advertising styles   */

#advert {
	background-color: #D7DFCA;
}

/* feature boxes - page content  */

.main_feature_box, .right_feature_box { 
	background-color: #D7DFCA;
}

.main_feature_box li, .main_feature_box p,
.right_feature_box li, .right_feature_box p {
	color: #3F3F3F;
}

/*  preview page style  */

#preview_page {
	background-color: #D7DFCA;
}