/* ------ PAGE LAYOUT ------ */

* {
 padding: 0;
 margin: 0;
}
#wrapper {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-image: url(../graphics/header_1100.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	margin: 0px;
	padding: 0px;	
}
#nav_main {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: right;

}

#table_content {
width: 100%;
border: none;
margin: 0px;
padding: 0px;
}
#table_content td.first_column {
	width: 45px;
	vertical-align: top;
	text-align: left;
}
#table_content td.second_column {
	width: 340px;
	vertical-align: top;
	text-align: left;
}
#table_content td.third_column {
	width: 425px;
	vertical-align: top;
}
#table_content td.fourth_column {
	width: 290px;
}
#footer {
	padding: 8px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	/*border-top-style: solid;*/
	border-bottom-style: none;
	/*border-top-color: #01735A; */
	border-bottom-color: #FFF;
	text-align: center;
	color: #8D8DA5;
	font-size: 12px;
	line-height: 133%;
	font-family: Verdana, Geneva, sans-serif;
}

/* ------ TYPE SPECS ------ */
body {
 font-family: verdana, arial, helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 line-height: 133%;
}
}
#table_content p {
	font-family: Verdana, Geneva, sans-serif;
}


#table_content td.first_column ul {
	padding-bottom: 4em;
	list-style: square;
	line-height: 200%;
}
#table_content td.first_column li {
}
#table_content td.first_column h2 {
font-size: 11px;
font-weight: bold;
color: #000389;
text-transform: uppercase;
margin-right: 1em;
}
#table_content td.fourth_column ul {
	padding-bottom: .5em;
	list-style: square;
	text-align: left;
	text-indent: .5em;
}
#table_content td.fourth_column li {
	font-size: 10px;
	font-style: normal;
	text-align: left;
}
#table_content td.fourth_column h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0.6em;
	text-align: left;
	line-height: 20px;
	text-indent: .5em;
}
#table_content td.fourth_column h2 {
	font-size: 11px;
	color: #01735A;
	margin: 1.5em 0em 1.5em 0em;
}
