@charset "UTF-8";
/* CSS Document */


/* Background Colours */

.white_back {
	background-color: #FEFEFE;
	color: #000000;
}

	.white_back a {
	color: #336633;
	text-decoration:none;
	font-weight: bold;
	}

	.white_back a:hover {
	color: #82B076;
	text-decoration:none;
	font-weight: bold;
	}
	 
.light_back {
	background-color: #E9F6C7;
	color: #000000;
}

	.light_back a {
	color: #336633;
	text-decoration:none;
	font-weight: bold;
	}
	
	.light_back a:hover {
	color: #82B076;
	text-decoration:none;
	font-weight: bold;
	}
	
.dark_back {
	background-color: #82B076;
	colour: #000000;
}

	.dark_back a {
	color: #E7EBCB;
	text-decoration:none;
	font-weight: bold;
	}

	.dark_back a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #FEFEFE;
	}

.black_back {
	background-color: #000000;
	color: #FEFEFE;
}

	.black_back a {
	color: #E9F6C7;
	text-decoration:none;
	font-weight: bold;
	}

	.black_back a:hover {
	color: #82B076;
	text-decoration:none;
	font-weight: bold;
	margin: 1;
	padding: 1;
	}
	
/* Fonts */

.header_font {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section_header_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	text-align:center;
}

.large_header_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	text-align:center;
}

.econews_header_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	text-align:center;
}

.feature_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}

.left_buttons_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
}

	.left_buttons_font a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	}

		.left_buttons_font a:hover {
		color:#4E7A2F;
		text-decoration:none;
	}

.text_box_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

	.text_box_font h1 {
	font-size: 30px;
	font-weight:bold;
	}
	
	.text_box_font h2 {
		font-size: 18px;
		font-weight:bold;
	}
	
	.text_box_font h3 {
	font-size: 16px;
	font-weight:bold;
	}

.caption_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.quote_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.footer_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Images */

.image_left {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.image_right {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Page Body */

body {
	background-color: #32BDDC;
}

#main {
	width: 90%;
	max-width: 900px;
	border:solid #000000 3px;
}

/* Header Table */

#header_table {
	width: 100%;
	border-bottom: solid #000000 3px;
}

#header_table #logo_td {
	padding: 3px;
	width: 260px;
}

img #logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header_table #menu_td {
	width: 100%;
}

.menu_item_holder {
	height: 19px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* Body Table */

#main #body_table {
	height: 500px;
	width: 100%;
}

#main #body_table #main_tr {
	vertical-align: top;
}

/* Left Column */

#main #body_table #main_tr #left_td {
	width: 215px;
}

#main #body_table #main_tr #left_td #left_bar {
	border: none;
	width: 100%;
}

.sidebar_book {
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.sidebar_text {
	text-align: left;
	vertical-align: top;
	height: 50x;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	border-right: solid #82B076 3px;
	border-left: solid #82B076 3px;
}

.textbox_padded {
	vertical-align: top;
	padding:10px;
}

.textbox_minipadded {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.left_buttons {
	width:100%;
}

.left_buttons ul {
	padding-left: 0px;
	margin-left: 13px;
	margin-right: 13px;
}

.left_buttons ul li {
	display:block;
	list-style-type: none;
	width: 91%;
	margin-left: 13px;
	margin-right: 13px;
	background-color: #E9F6C7;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Middle Column */

#main #body_table #main_tr #middle_bar {
	width: 100%;
	text-align:left;
	border: none;
}

.scroll_box_middle {
	width: auto;
	padding: 10px;
}
	
.scroll_box_right {
	width: auto;
	padding: 10px;
}

.scroll_box_long {
	width: auto;
	padding: 10px;
}

.scroll_box_xtralong {
	width: auto;
	padding: 10px;
}

.scroll_box_noscroll {
	width: auto;
	padding: 20px;
}

/* Right Column */

#main #body_table #main_tr #right_bar {
	width: 225px;
}

#main #body_table #main_tr #right_bar #quote_background_td {
	background-image: url(../images/new/quote_backgrnd.jpg);
	height: 307px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-position: center center;
}

#main #body_table #main_tr #right_bar #quote_background_td #quote_table {
	text-align: center;
	border: none;
	width: 100%;
	padding: 5px;
}

#link_td {
	vertical-align: top;
	width: 100%;
	padding: 5;
}

/* Footer Table */

#footer_table {
	width: 100%;
	border-top: #000000 3px solid;
}

