html, body {
margin: 0;
padding: 0;
height: 100%;
}

#container-page {
width: 950px;
background: #FFFFFF;
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}

#container-content {
padding-bottom: 40px;
}

#container-foot {
width: 100%;
background: #FFFFFF;
position: absolute;
bottom: 0 !important;
bottom: -1px;
height: 40px;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background: url('../images/reachlaw_bkg.gif') repeat;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#999999;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#ffffff;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/* reachlaw */

div#page_container {
	width: 950px;
	padding: 0;
	text-align: left;
	background: #fff;
}

div#head_container { 
	display: block; 
	width: 950px; 
	background-color: #003366; 
	background: url('../images/header_color.gif');
	margin: 0px; 
	padding: 0px; 
}

div#div_container { 
	display: block; 
	width: 950px;
	height: 6px;
	background-color: #999999; 
	margin: 0px; 
	padding: 0px; 
	position: relative;
}

#header_logo {
	float: left;
}

#header_img {
	float: right;
}


#main_container {
	background-color: #ffffff; 
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: url('../images/article_divider.gif') repeat;
}

#main_container_header {
	margin: 0 0 0 0;
	background: #ffffff;
	height: 20px;
}

#main_container_side-a {
	float: left;
	width: 410px;
	margin-right: 20px;
}

#main_container_side-c {
	float: left;
	width: 210px;
	margin-right: 10px;
}

#main_container_side-b { 
	margin: 0;
	float: left;
	width: 250px;
	height: 1%
}

#main_container_footer {
	clear: both;
	height: 25px;
}

#main_container a {
	acolor: #FF3D00;
	color: #003366;
}

#main_container a:hover {
	acolor: #FFB700;
	color: #336699;
}

#main_container em {
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size: 1.1em;
}

#main_container h1, #main_container h2, #main_container h3, #main_container h4, 
#main_container h5, #main_container h6, .contentheading, #Section3 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; color: #003366;
}
#main_container h1, #Section3  { 	font-size: 20px; padding-bottom: 0px; margin-top:0px; }
#main_container h2, .contentheading { 	font-size: 16px; padding-bottom: 0px; color: #999999; }
#main_container h3, .setd_title { 	font-size: 13px; padding-bottom: 0px; }
#main_container h4 { 	font-size: 12px; padding-bottom: 0px; }

.contentheading {
	padding-top:8px;
}
#Section3 {
	padding-bottom: 15px;
}

.contentheading {
}

.setblartcllist {
	padding-top: 15px;
	padding-bottom:15px;	
}

.setd_title {
	padding-left: 5px;
}

.setd_title a  {
}

.setd_cdate  {
	width: 125px;
	font-size: 8px;
	text-align: right;
	padding-right: 5px;
}
.createdate  {
}

.sectiontableentry1 {
	background: #eeeeee;
	line-height: 20px;
}
.sectiontableentry2 {
	background: #ffffff;
	line-height: 20px;
}

.componentheading {
	color: white;
}

div#footer_container {
	display: block; 
	width: 923px;
	background-color: #ffffff; 
	margin: 0px; 
	padding: 10px 0px 10px 27px;
		font-size: 11px;

}


/* accordian menu menu */

ul#menulist_rootacc {
	overflow: hidden;
	width: 250px;
	padding: 0;
	margin: 0;
}

ul#menulist_rootacc li {
	list-style:	none;
	background: url('../images/arrow_down.gif') no-repeat top right #003366;
}

.mainlevelacc {
	display:		block;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}


.sublevelacc {
	display:		block;
	background: white;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #999;
}

ul#menulist_rootacc ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menulist_rootacc a {
	color: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0px;
}

#menulist_rootacc a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url('../images/arrow_up.gif') no-repeat top right #006699;
}

#menulist_rootacc ul a {
	color: #000000;
}

#menulist_rootacc ul a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #FFB700;
}

ul.menufooter, #moduletablefooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul.menufooter{
	display: table;
}
ul.menufooter>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}
ul.menufooter>li a:hover{
	color:#FFB700;
}

.moduletableacc {
	margin-top: 43px;
}

.mainlevelfooter{
        color:#666;
        margin-right:10px;
}

.moduletable {
}

.bannergroup {
}

.banneritem img {
	margin-left:30px;
}
.front_b {
	padding-top:6px;
}

.latestnewsmeet {
	list-style: none;
	margin: 0;
	padding: 0;
}
.latestnews_pre {
	width:10px;
	float: left;
	color: #003366;
	font-weight: bold;
}
.latestnews_post {
	padding-left: 10px;
	margin-bottom: 10px;
}
.latestnews_first {
	color:#003366;
	font-weight: bold;
}
.latestnew_rest {
	color: #000000;
}
