BODY, TABLE, TR, TD, DIV, SPAN, P, OL, UL, LI, FORM, A {  font-family: Arial, Helvetica, sans-serif; font-size: small; color: #666;S  }
IMG { border: none; }
TD { text-align: left; }

BODY { background: #fff url(img/bg_site.png) repeat-x top; text-align: center; color: #000; padding: 0; margin: 0; }
A { color: #0083bf; font-weight: bold; text-decoration: none; }
A:hover { color: #66b4d8; }
HR { width: 770px; border-top: none; border-bottom: dashed 1px #ccc; text-align: center; margin: 0 auto; }
H1 { text-align: left; color: #ff8000; font-size: x-large; font-weight: normal; margin: 45px 0; }
P, UL { text-align: left; line-height: 24px; }

/* containers */
.container { width: 950px; height: 95%; background: #fff; margin: 0 auto; top: 0; border: solid 1px #e5e9ec; }
.header { width: 950px; height: 69px; margin: 0; background: url(img/bg_header.png) repeat-x top; text-align: left; border: 1px red; }
.homepage_table { margin: 15px 144px; }
	.homepage_table TD {	height: 32px; padding-left: 8px;	}
.pages_content { width: 790px; margin: 0 auto; }
.bottom_discalaimer { text-align: center; margin: 25px 0; color: #7facc1; }
.outside_disclaimer { text-align: center; color: #9eadb9; font-size: smaller; }
	.outside_disclaimer A { color: #9eadb9; font-weight: normal; text-decoration: underline; }

/* menu */
.menu { width: 950px; height: 36px; background: url(img/bg_menu.png) repeat-x top; margin: 0; border: 1px green;}
	.menu UL { list-style: none; margin: 0; }
	.menu LI {	float: left; padding: 5px 20px;	}
	.menu A { display: block; color: #666; text-decoration: none; }
	.menu A:hover { color: #ff8c00; }
	.menu LI.selected { background: url(img/bg_menu_selected_item.png) repeat-x; }
	.menu LI.selected A { color: #fff; }
	
/* text styles */
.title_text { color: #0083bf; font-weight: bold; font-size: x-large; }
.title_text_small { color: #0083bf; font-size: larger; font-weight: bold; }
.light_orange_text { color: #ffb400; text-align: right; font-size: large; }

/* Form Elements */
.FormContainer { width: 677px; margin: auto; }
.demoForm { padding-right:70px; }
.demoForm A { display: block; float: right; width: 100px; height: 29px; background: url(img/button_bg.png) no-repeat center; margin-right: 15px; text-align: center; }
.demoForm A SPAN { display: block; margin-top: 6px; color: #fff; }


