/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}


td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #666;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/de_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#page_bg {
	height: 100%; 
	background: #f1f1f1;
	padding: 0;
	margin-bottom: 1px;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table#inner {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

td.left_shadow {
  width: 10px;
  background: url(../images/de_shadow_left.png) repeat-y;
}

td.right_shadow {
  width: 10px;
  background: url(../images/de_shadow_right.png) repeat-y;
}

td.left_bot_shadow {
  width: 10px;
  height: 20px;
  background: url(../images/de_shadow_left_b.png) no-repeat;
}

td.right_bot_shadow {
  width: 20px;
  height: 20px;
  background: url(../images/de_shadow_right_b.png) no-repeat;
}

td.bottom {
  text-align: center;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background: url(../images/de_shadow_b2.png) bottom left repeat-x;
}

div.bottom_l {
	height: 20px;
	width: 20px;
	background: url(../images/de_shadow_b1.png) bottom left no-repeat;
}

div.bottom_r {
	height: 20px;
	width: 20px;
	background: url(../images/de_shadow_b3.png) bottom right no-repeat;
}

div#wrapper {
  background: #fff;
  margin: auto;
  max-width: 750px;
  width: expression(document.body.clientWidth > 780? "780px": "auto" );
}


.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
font-weight:bold;	
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
padding-left:14px;
background-position:left;

}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666;
font-weight:normal;
padding-right:15px;
padding-left:12px;

text-align:justify;
}
.text ul{
list-style:none;
}

.text li{
list-style:none;
list-style-type:none;
background-image:url(../images/bullet2.gif);
background-repeat:no-repeat;
background-position: 2% 50%;
padding-left:20px;
line-height:23px;
}
.text a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#99CC00;
}

.text a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#28166F;
}
.devision{
margin-top:8px;
border-bottom:dashed 1px #666666;
margin-bottom:8px;
}

.menu{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
height:50px;
text-decoration:none;
color:#28166F;
}
.menu ul{
list-style:none;
}

.menu li{
list-style:none;
list-style-type:none;
float:left;
background-image:url(../images/header_bg.gif);
background-repeat:no-repeat;
background-position:right;
padding:45px 19px 10px 19px;
}

.menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
height:50px;
text-decoration:none;
color:#28166F;
}
.menu a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
height:50px;
text-decoration:none;
color:#99CC00;
}

.menu_bottom a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#28166F;
text-decoration:none;

}

.menu_bottom a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#99CC00;
text-decoration:none;

}