a {
	text-decoration: none;
}

a:visited {
   color: Blue;
}

a:hover {
	color : Red;
}

ul, ol {
   margin-bottom: 0;
	line-height: 150%;
}

.text_default {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.text_small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

.text_large {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

.bkgnd_yellow {
	padding: 8px;
	background: #FEFEED url(images/bkgnd/gradient_yellow.gif) repeat-x;
}

.bkgnd_green {
	padding: 8px;
	background: #F7FAFB url(images/bkgnd/gradient_green.gif) repeat-x;
}

.bkgnd_mauve {
	padding: 8px;
	background: #F9F9FE url(images/bkgnd/gradient_mauve.gif) repeat-x;
}

.bkgnd_grey {
	padding: 8px;
	background: #F8F8F8 url(images/bkgnd/gradient_grey.gif) repeat-x;
}

.bkgnd_orange {
	padding: 8px;
	background: #FEFAF5 url(images/bkgnd/gradient_orange.gif) repeat-x;
}

.bkgnd_blue {
	padding: 8px;
	background: #F7FAFB url(images/bkgnd/gradient_blue.gif) repeat-x;
}

.box_yellow {
	border: medium solid #FFCD00;
	padding: 8px;
	background: #FEFEED url(images/bkgnd/gradient_yellow.gif) repeat-x;
}

.box_green {
	border: medium solid #AAD15C;
	padding: 8px;
	background: #F7FAFB url(images/bkgnd/gradient_green.gif) repeat-x;
}

.box_mauve {
	border: medium solid #9999FF;
	padding: 8px;
	background: #F9F9FE url(images/bkgnd/gradient_mauve.gif) repeat-x;
}

.box_grey {
	border: medium solid #D3D3D3;
	padding: 8px;
	background: #F8F8F8 url(images/bkgnd/gradient_grey.gif) repeat-x;
}

.box_red {
	border: medium solid #CC0000;
	padding: 8px;
	background: #FCE8D2 url(images/bkgnd/gradient_red.gif) repeat-x;
}

.box_orange {
	border: medium solid #FAD58F;
	padding: 8px;
	background: #FEFAF5 url(images/bkgnd/gradient_orange.gif) repeat-x;
}

.box_blue {
	border: medium solid #99C1E5;
	padding: 8px;
	background: #F7FAFB url(images/bkgnd/gradient_blue.gif) repeat-x;
}

.box_title_blue {
	background-color: #99C1E5;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_red {
	background-color: #CC0000;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_green {
	background-color: #AAD15C;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_orange {
	background-color: #FAD58F;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_grey {
	background-color: #D3D3D3;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_mauve {
	background-color: #9999FF;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.box_title_yellow {
	background-color: #FFCD00;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
}

.shadow_bot_left {
	border: 0;
}

.shadow_bot_side {
	background: url(images/shadow/shadow_bot_side_white.gif) repeat-x;
	vertical-align: top;
}

.shadow_bot_side div {
	width: 10px;
	height: 6px;
	background: url(images/shadow/shadow_bot_left_white.gif) no-repeat;    
}

.shadow_bot_right {
	background: url(images/shadow/shadow_bot_right_white.gif) no-repeat;
}

.shadow_right_side {
	background: url(images/shadow/shadow_right_side_white.gif) repeat-y;
	vertical-align: top;
}

.shadow_right_side div {
	width: 6px;
	height: 10px;
	background: url(images/shadow/shadow_top_right_white.gif) no-repeat;    
}

.shadow_bot_left_blue {
	border: 0;
}

.shadow_bot_side_blue {
	background: url(images/shadow/shadow_bot_side_blue.gif) repeat-x;
	vertical-align: top;
}

.shadow_bot_side_blue div {
	width: 10px;
	height: 7px;
	background: url(images/shadow/shadow_bot_left_blue.gif) no-repeat;    
}

.shadow_bot_right_blue {
	background: url(images/shadow/shadow_bot_right_blue.gif) no-repeat;
}

.shadow_right_side_blue {
	background: url(images/shadow/shadow_right_side_blue.gif) repeat-y;
	vertical-align: top;
}

.shadow_right_side_blue div {
	width: 7px;
	height: 10px;
	background: url(images/shadow/shadow_top_right_blue.gif) no-repeat;    
}

.shadow_bot_left_yellow {
	border: 0;
}

.shadow_bot_side_yellow {
	background: url(images/shadow/shadow_bot_side_yellow.gif) repeat-x;
	vertical-align: top;
}

.shadow_bot_side_yellow div {
	width: 10px;
	height: 7px;
	background: url(images/shadow/shadow_bot_left_yellow.gif) no-repeat;    
}

.shadow_bot_right_yellow {
	background: url(images/shadow/shadow_bot_right_yellow.gif) no-repeat;
}

.shadow_right_side_yellow {
	background: url(images/shadow/shadow_right_side_yellow.gif) repeat-y;
	vertical-align: top;
}

.shadow_right_side_yellow div {
	width: 7px;
	height: 10px;
	background: url(images/shadow/shadow_top_right_yellow.gif) no-repeat;    
}

.page_title {
	height: 34px;
	color: #3333CC;
	background-color: #FFCD00;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 4px;
	vertical-align: top;
}

.page_title img {}

.page_subtitle {
	font-size: 12pt;	
	font-weight: bold;
	color: #035295;
}

.nav_menu_item a {
	font-weight: bold;
	font-size: 11px;
	color: #3333CC;
	padding: 2px 2px 2px 25px;
	line-height: 14px;
	text-decoration: none;
	background: transparent url(images/nav_menu_bullets.gif) no-repeat 5px center;
	border-bottom: 1px double #FFCD00;
	display: block;
	position: relative;
}

.nav_menu_item a:hover {
	background-color: #FFFFE1;
}

.nav_menu {
	width: 196px;
	background: #FBFCC0 url(images/menubkgnd.jpg) repeat-x;
	border: thin solid #FFCD00;
}

.feature_list {
	font-weight: bold;
	font-size: 11px;	
	line-height: 14px;	
	color: Fuchsia;
	margin: 0px;	
	padding: 3px 3px 3px 25px;
	text-decoration: none;
	background: transparent url(images/bullets_2.gif) no-repeat 5px center;
}

.menu_bar a {
	height: 57px;
	font-weight: bold;
	font-size: 11px;		
	text-align: center;
	color: Green;
	display: block;
	background-position: center 12px;
}

.menu_bar a:hover {
	color: #FF6600;
}

.btn_home {
	background: transparent url(images/menubar/home_normal.gif) no-repeat;
}

.btn_home:hover {
	background-color: #FFE88A;
}

.btn_buy {
	background: transparent url(images/menubar/buy_normal.gif) no-repeat;
}

.btn_buy:hover {
	background-color: #FFE88A;
}

.btn_excerpts {
	background: transparent url(images/menubar/book_normal.gif) no-repeat;
}

.btn_excerpts:hover {
	background-color: #FFE88A;
}

.btn_maps {
	background: transparent url(images/menubar/map_normal.gif) no-repeat;
}

.btn_maps:hover {
	background-color: #FFFFE1;
}

.btn_tunes {
	background: transparent url(images/menubar/music_normal.gif) no-repeat;
}

.btn_tunes:hover {
	background-color: #FFFFE1;
}

.btn_contact {
	background: transparent url(images/menubar/contact_normal.gif) no-repeat;
}

.btn_contact:hover {
	background-color: #FFFFE1;
}

.marquee_proverb {
	color: Red;
	font-size: 14px;
}

.blue_link {
	color: #0000FF;
}

.page_body {
	padding: 16px;	
}

.top_anchor {
	background:transparent url(images/top_icon.gif) no-repeat left center;
	padding:0 0 0 14px;
}

.top_anchor:hover {
	background:transparent url(images/top_icon_hover.gif) no-repeat left center;
}
