body	{
	color: #000;
	background: #999;
	margin: 0 0 0 0px;
	padding: 0;
	}
.hide	{
	display: none;
	}

/* links pseudo classes */

a:link	{
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	background: transparent;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	background: transparent;
	}
a:hover	{
	font-weight: normal;
	text-decoration: none;
	color: #a2b900;
	background: transparent;
	}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	}
h1	{
	font-size: 12px;
	font-weight: bold;
	}
h2	{
	font-size: 14px;
	font-weight: bold;
	}

.heading1 {
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	}
.heading2 {
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	}


#content_area {
	margin: 0;
	background: #999;
	}
#content_table {
	margin: 16px 16px 16px 16px;
	}
#content_leftpane {
	width: 240px;		/* IE4/5.5 fix */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 239px;
	background: #E9E9E9;
	border-right: 1px solid #999;
	padding: 20px 10px 20px 16px;
	}
#content_rightpane {
	background: #FFF;
	padding: 20px 10px 20px 16px;
	}

/* for use with 3 panes */
#content_leftof3 {
	width: 120px;		/* IE4/5.5 fix */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 119px;
	background: #E9E9E9;
	border-right: 1px solid #999;
	}
#content_rightof3 {
	width: 120px;		/* IE4/5.5 fix */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 119px;
	background: #E9E9E9;
	border-left: 1px solid #999;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #e4e4e4;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 5px;
	}
#footer_text {
	font-size: 10px;
	}
#header_logo {
	margin: 0;
	background: #0066CC;
	}
#header_menu_table {
	margin: 0;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
#header_menu1 {
	background: #999;
	width: 175px;
	}
#header_menu2 {
	background: #FFF;
	width: 506px;
	}
#header_menu3 {
	background: #999;
	}

.menu_buttons_left {
	margin: 0 1px 0 1px;
	display: inline;
	}
.menu_buttons {
	margin: 0 1px 0 0;
	display: inline;
	}
.menu_buttons_right {
	margin: 0 1px 0 0;
	display: inline;
	}

.service_list {
    margin: 0 10px 0 0;
	font-size: 14px;
	}
.service_content {
}