body {
	background: url(images/body_bg.png) repeat-x #efefef;
	margin: 0; padding: 0;
	font-family: Arial, sans-serif;
}

html { margin: 0; padding: 0; }

h1 { font-size: 14pt; color: #844e04; }
h2 { font-size: 13pt; } 
h3, h4, h5 { font-size: smaller; }

form { margin: 0; padding: 0; }

.full_w { width: 989px; }
.logo_left { width: 331px; height: 133px; }
.logo_right { width: 316px; height: 44px; padding-right: 13px; }

.menu { background: url(images/menu_bg.png) repeat-x; }
.menu_edge { width: 19px; height: 53px; }
.menu_left { width: 319px; height: 53px; }
.menu_right { width: 43px; height: 53px; }
.menu_item { padding: 0 3px 0 3px; background: url(images/menu_bg.png) repeat-x; text-align: center; }
.menu_seperator { width: 11px; height: 53px; }

.menu_item a:link { color: #4e0101; }
.menu_item a:active { color: #4e0101; }
.menu_item a:visited { color: #4e0101; }

.top_content { width: 300px; background: url(images/top_right_bg.png) repeat-x; padding: 5px; }
h1.top_left { font-size: 12pt; color: #4e0101; }
p.top_left { font-size: 10pt; color: #FFF; }
p.top_left2 { font-size: 10pt; color: #4e0101; font-weight: bold; text-align: center }
.top_btn { width: 173px; height: 35px; padding-top: 10px; border: 0; }

.right_pref { width: 302px; background: url(images/right_pref_bg.png); }
.right_pref p { margin: 0; padding: 5px; }
.right_pref input { width: 90%; }
.right_pref_btn { width: 155px; height: 31px; padding-top: 5px; }

.rightm { width: 302px; background: url(images/rightm_bg.png); font-size: 10pt; }
.rightm h1 { text-align: left; margin: 0; font-size: 12pt; font-weight: bold; font-style: italic; padding-left: 10px; padding-bottom: 10px; color: #4e0101 }

.balloon { background: url(images/balloon_inner.png) repeat-y; width: 284px; text-align: left; }
.balloon p { margin: 0; padding: 0 5px 0 5px; font-size: 10pt; }

.footer_links { padding-left: 10px; color: #FFF; }
.footer_links a:link { color: #FFF; }
.footer_links a:active { color: #FFF; }
.footer_links a:visited { color: #FFF; }

ul {
	list-style-image: url(images/bullet_arrow.png);
	list-style-type: circle;
	line-height: 1.5em;
}
