html, body  {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size: 9pt;
 	color: #404040;
	background: url(/images/base/table_background.gif) repeat-y #c1c2ff;
	height: 100%;
}

h1
{
	font-size: 14pt;
	color: #000040;
	font-family: Arial;
	margin-top: 0px;
} 

h2
{
	font-size: 12pt;
	color: #000000;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 5px;
} 

ul
{
	margin-left: 0px;
	padding-left: 15px;
}

li
{
	padding-bottom: 5px;
}
	
a {color: #0a36fb; font-weight: bold;}
a:hover {color: red;} 

#wrapper					{ width: 780px; min-height: 100%; }
#wrapper_clear				{ clear: both; height: 0px; padding: 0px; }
/* Hack for IE */
* html #wrapper {
    height: 100%;
}
/* End IE Hack */ 

#left_column				{ width: 100px; height: 100%; border-right: 1px solid #d5d5d5; background: #dbdcff; text-align: center; float: left; }
#right_column				{ width: 678px; height: 100%; border-right: 1px solid #d5d5d5; background: #ffffff; text-align: left; float: right;} 

#header_wrapper				{ width: 100%; background: #f4f0f0; }
/* #header_bar					{ height: 30px; text-align: right; padding: 10px 14px; } */
#header_bar					{ height: 2px; }
.header_bar_heading			{ font-family: Arial; font-size: 24px; font-weight: bold; color: #000040;}
.header_bar_tag				{ font-family: Verdana; font-size: 11px; color: #404040; }

#menu_wrapper				{ width: 100%; height: 25px; background: #ffffff; text-align: center; border-bottom: 1px solid #d5d5d5; }
#menu_double_border			{ width: 100%; height: 1px;  background: #ffffff; border-bottom: 1px solid #d5d5d5; }

#menu_bar_left				{ width: 645px; height: 100%; padding-top: 5px; border-top: 1px solid #d5d5d5; float: left; }
#menu_bar_left ul			{ padding: 0; margin: 0; white-space : nowrap; }
#menu_bar_left li			{ display: inline; }
#menu_bar_left a	 		{ font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none; color: #808080; padding: 0px 15px; }
#menu_bar_left a:hover		{ color: #000000; }

#menu_bar_right				{ width: 27px; height: 100%; background: #f4f0f0; text-align: center; border-left: 1px solid #d5d5d5; float: right; padding-left: 5px; }
.homeIcon					{ width: 20px; height: 21px; background: url(/images/base/home_icon_off.gif) no-repeat; background-position: 0px 2px; }
a.homeIcon					{ display: block; width: 100%; height: 100%; }
a.homeIcon:hover			{ background: url(/images/base/home_icon_on.gif) no-repeat; background-position: 0px 2px; }

#main_wrapper				{ clear: both; padding-bottom: 50px;}
#main_canvas				{ width: 628px; padding: 20px 25px; text-align: left; }
.main_image					{ padding-left: 25px; padding-bottom: 20px; }

#footer_wrapper				{ height: 60px; width: 678px; margin-left: 101px; margin-top: -61px; background: #f4f0f0; border-top: 1px solid #d5d5d5; clear: both; font-family: Verdana; font-size: 11px; font-weight: normal; color: #808080; }
#footer_left				{ text-align: left;  padding-top: 9px; padding-left: 9px; float: left; }
#footer_right				{ text-align: right; padding-top: 9px; padding-right: 9px; }

#copyright_text				{ font-size: 9px; }
