
html {
	height: 100%;
}

body {
	font-family: verdana;
	font-size: 9pt;
	color: black;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 100%;
}

td {
	/*background-color: white; *** what is this for?? */
}

/* Marty's Fancy Menu */

.mnu_inactive {
	padding-left: 4px;
	padding-right: 1em;
	background-color: #9FBEDD;
	border-top: 1px solid #666666;
	border-bottom: 1px solid white;
}

.mnu_inactive_link {
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.mnu_inactive_link:hover {
	color: #336699;
}

.mnu_blue_active {
	padding-left: 4px;
	padding-right: 1em;
	background-color: #336699;
	border-top: 1px solid white;
}

.mnu_active_link {
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.mnu_active_link:hover {
	color: #ffff5f;
}

.mnu_blue {
	background-color: #336699;
	color: white;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
}

/* Search Menu */

#search_box_tab {
	background-color: #6699CC;
	color: white;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#search_box_tab_inactive {
	background-color: #ACC7D9;
	color: #404040;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#search_box {
	background-color: #6699CC;
	color: white;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
}



/*	GRAPHICAL SEARCH BOX
.search_tab_link {
	font-family: arial;
	font-size: 9pt;
	color: #707070;
	text-decoration: none;
}

.search_tab_link:hover {
	color: black;
	text-decoration: none;
}
*/

.footer_text {
	font-family: verdana;
	font-size: 7pt;
	color: black;
	padding: 0.5em;
}

.footer_link {
	font-family: verdana;
	font-size: 7pt;
	color: black;
	text-decoration: none;
}

.footer_link:hover {
	text-decoration: underline;
}


.left_menu {
	width: 168px;
	padding-top: 1em;
	padding-right: 1em;
}

.left_menu_links a {
	padding: 3px;
	padding-left: 20px;
	display: block;
	font: 11px verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #404040;
	background-image: url(images/dots-gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left_menu_links a:hover {
	color: #f05000;
	text-decoration: none;
}


/* Help & Info */

#help_header {
	padding-top: 1em;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #c0c0c0;
}

#help_text {
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#help_text_link {
	font-weight: normal;
	font-family: arial;
	color: #0000f0;
}

help_text a {
	color: #0000f0;
}


#help_text_subheading {
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	color: #404040;
}


/* FAQ */

#faq_heading {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #404040;
	background-color: #eaeaff;
	border-top: 1px solid #4444d0;
	padding: 4px;
}

#faq_subheading {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
}

#faq_text {
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
	color: #404040;
}

#faq_section {
	padding-bottom: 1em;
}

/* Signup Form */

#signup_heading {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #c0c0c0;
}

#signup_text {
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#signup_text a {
	color: #0000f0;
}

#signup_subtext {
	font-weight: normal;
	font-family: arial;
	font-size: 8pt;
	color: #404040;
}

#signup_textfield {
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#signup_textfield a {
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #000090;
}

#signup_error {
	vertical-align: center;
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	border: 1px solid #e50000;
}

#signup_error_text {
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: #e50000;
}

#signup_caption {
	background-color: #f0f0f0;
}








/* Questions Styles (public/members) */

#questions_form_text {
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
	color: #404040;
}

#questions_topic {
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	color: #0000f0;
}

#questions_selector {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

#qna_heading {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
	background-color: #eaeaff;
	border-top: 1px solid #4444d0;
	padding: 2px;
}

#questions_list {
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#questions_hd_text {
	font-family: verdana;
	font-size: 8pt;
	color: #404040;
}



/* Login Form */


#login_text {
	font-family: tahoma,verdana;
	font-size: 8pt;
	color: black;
	font-weight: bold;
}

#login_smtext {
	font-family: verdana;
	font-size: 7pt;
	color: #0000d7;
	font-weight: normal;
}

#login_form {
	font-family: verdana;
	font-size: 9pt;
	color: black;
	border: 1px solid #707070;
}


/* ??? */


#advisers_header {
	padding-top: 1em;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #c0c0c0;
}

#advisers_text {		/* standard text for paragraphs */
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#advisers_text_subheading {
	font-weight: bold;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#advisers_text a {
	color: #0000f0;
}

#advisers_text_heading {	/* slightly larger text for subheadings */
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	color: #404040;
}




/* Generic Form Styles */

#generic_form_text {
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#generic_small_text {
	font-weight: normal;
	font-family: arial;
	font-size: 8pt;
	color: #404040;
}

#generic_form_text a {
	color: #0000f0;
}

#generic_form_link {
	font-weight: normal;
	font-family: arial;
	color: #0000c0;
}

#generic_form_field {
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
	color: #404040;
	border: 1px solid #c0c0c0;
}


/* Articles */

#article_results {
	font-family: verdana,arial;
	font-size: 8pt;
	color: #404040;
}

#article {
	font-family: arial;
	font-size: 9pt;
	color: #404040;
}

#article_list {
	font-family: arial;
	font-size: 9pt;
	color: #404040;
	border-left: 2px dotted #d0d0d0;
	padding-left: 7px;
}

#article_title_link {
	font-family: arial;
	font-size: 12pt;
	color: #0000d0;
	font-weight: normal;
	text-decoration: underline;
}

#article_title {
	font-family: arial;
	font-size: 12pt;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

#article_hd_text {
	font-family: verdana;
	font-size: 8pt;
	color: #404040;
}

#article_subtext {
	font-family: verdana,arial;
	font-size: 8pt;
	color: #009900;
	text-decoration: none;
}

#article_subsubtext {
	font-family: verdana,arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

#article_form {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
}


/* Administration Text */


#services_text_heading {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}


#services_text_para {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
}

#services_text_para a {
	color: #0000f0;
}

#website_section_para {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
}

/* Glossary */

#glossary_section {
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 1em;
	color: #000000;
}


#glossary_letter {
	font-family: arial;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

#glossary_term {
	font-family: arial;
	font-size: 9pt;
	color: black;
	font-weight: bold;
}

#glossary_definition {
	font-family: arial;
	font-size: 9pt;
	color: #404040;
	font-weight: normal;
}


/* sitemap */

#sitemap {
	font-family: arial;
	font-size: 9pt;
	color: #3030f0;
	border: 1px solid #b0d0f0;
	padding: 4px;
}

#sitemap_heading {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
