@charset "utf-8";
/* 2010 LMRM Style Sheet */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;  /* change background to white for Firefox only */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 780px;
	vertical-align: middle;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

#nav {
  width: 743px;
  height: 40px;
  position: relative;    
  padding: 0;
  /* removed--- background: url(images/xxxxx.jpg); --- */
  /* If width too big, "info" image gets pushed down under "logo" */
}
#navtable {
  width: 743px;
  height: 40px;
  position: relative; 
  margin-left: -1px;
  margin-top: 0px;   
  padding: 0;
  margin-left: -2px;
  margin-top: -4px;
 /* In Firefox use margin-left: -5px; margin-top: -15px;---in IE 6 or 7, difft */
  /* If width too big, "info" image gets pushed down under "logo" */
}
#navtable li {
  float: right;
}
#navtable li a {
  position: absolute;
  top: 0;
  padding: 0;
  display: block;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
    /* removed--- background: url(images/xxxxx.jpg) no-repeat;    margin: 0; --- */
	    /* In Firefox, need to set  margin-left: 70px;   for nav to position correctly--- */
}

#nav li {
  float: right;
}
#nav li a {
  position: absolute;
  top: 0;
  padding: 0;
  display: block;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
    /* removed--- background: url(images/xxxxx.jpg) no-repeat;    margin: 0; --- */
	    /* In Firefox, need to set  margin-left: 280px; margin-top: -15px;   for nav to position correctly on index--- */
}
    /* for the items below: position + width = position # for following style; width = width of graphic */
li#nav_hom a {
  left: 0px;
  width: 86px;
  background-position: 0px 0;
  background: url(images/nav_hom.jpg) no-repeat;
}
li#nav_con a {
	left: 86px;
	width: 184px;
	background-position: -86px 0;
	background: url(images/nav_con.jpg) no-repeat;
}
li#nav_cle a {
  left: 270px;
  width: 120px;
  background-position: -270px 0;
  background: url(images/nav_cle.jpg) no-repeat;
}
li#nav_reg a {
  left: 390px;
  width: 131px;
  background-position: -390px 0;
  background: url(images/nav_reg.jpg) no-repeat;
}
li#nav_spo a {
  left: 521px;
  width: 105px;
  background-position: -521px 0;
  background: url(images/nav_spo.jpg) no-repeat;
}
li#nav_cont  a {
  left: 626px;
  width: 118px;
  background-position: -626px 0;
  background: url(images/nav_cont.jpg) no-repeat;
}
li#nav_hom a:hover {
  background-position: 0px -30px;
  background: url(images/nav_hov_hom.jpg) no-repeat;
}
li#nav_con a:hover {
  background-position: -86px -30px;
  background: url(images/nav_hov_con.jpg) no-repeat;
}
li#nav_cle a:hover {
  background-position: -270px -30px;
  background: url(images/nav_hov_cle.jpg) no-repeat;
}
li#nav_reg a:hover {
  background-position: -390px -30px;
  background: url(images/nav_hov_reg.jpg) no-repeat;
}
li#nav_spo a:hover {
  background-position: -521px -30px;
  background: url(images/nav_hov_spo.jpg) no-repeat;
}
li#nav_cont a:hover {
  background-position: -626px -30px;
  background: url(images/nav_hov_cont.jpg) no-repeat;
}
#body_ind li#nav_hom  a {
  background-position: 0px -60px;
}
#body_cou li#nav_con a {
  background-position: -86px -60px;
}
#body_fam li#nav_cle a {
  background-position: -270px -60px;
}
#body_abu li#nav_reg a {
  background-position: -390px -60px;
}
#body_cor li#nav_spo a {
  background-position: -521px -60px;
}
#body_con li#nav_cont a {
  background-position: -626px -60px;
}






/* END of Nav Styles---BEGIN Basic Paragraph Styles for Pages */

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	text-align: left;
	padding: 10px 14px 8px 20px;
}
a {
	font: 100% Arial, Helvetica, sans-serif;
	color: #006394;
	font-weight: bold;
}

a: hover {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 15px;
	color: #006394;
	text-align: left;
	padding: 10px 14px 2px 20px;
}
h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #444444;
	text-align: left;
	padding: 10px 14px 2px 20px;
}
h3 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #009444;
	text-align: left;
	padding: 10px 14px 2px 20px;
}
h4 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #222222;
	font-style: oblique;
	text-align: left;
	padding: 10px 14px 2px 20px;
}
h5 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #F7931E;
	text-align: left;
	padding: 10px 14px 2px 20px;
}

h6 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 15px;
	color: #F7931E;
	text-align: left;
	padding: 10px 14px 2px 20px;
}

/* END of Paragraph Styles---BEGIN Layout Divisions for Pages */


#fillerleft {
	float: left;
	background: #ffffff;
	background-image:url(images/filler.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 615px;
}
#fillerleftrc {
	float: left;
	background: #ffffff;
	background-image:url(images/filler.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 1230px;
}
#fillerright {
	float: left;
	background: #ffffff;
	background-image:url(images/filler.jpg);
	background-repeat: no-repeat;
	width: 54px;
	height: 615px;
}
#fillertopleft {
	float: left;
	background: #ffffff;
	background-image:url(images/filler.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 30px;
}
#fillertopright {
	float: left;
	background: #ffffff;
	background-image:url(images/filler.jpg);
	background-repeat: no-repeat;
	width: 54px;
	height: 30px;
}
#indexleft {
	width: 195px;
	height: 615px;
	float: left;
	background: #eeeeee;
	text-align: left;
}
#indexleft p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
	margin-top: 15px;
	padding: 0px 10px 0px 14px;
	background: #eeeeee;
}
#indexleft h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 0px 10px 0px 14px;
	background: #eeeeee;
}
#indexleft h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px 10px 0px 14px;
	background: #eeeeee;
}
#indexmiddle {
	width: 510px;
	max-height: 615px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 0px;
}
#indexmiddle p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
	margin-top: 15px;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#indexmiddle h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #006394;
	text-align: left;
	padding: 15px 10px 0px 14px;
	background: #ffffff;
}
#indexmiddle h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#indexright {
	width: 195px;
	height: 615px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#indexright p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
	margin-top: 4px;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#indexright h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #006394;
	text-align: left;
	margin-top: 12px;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#indexright h1 a {
	color: #006394;
}
#indexright h1 a: hover {
	color: #666666;
	text-decoration: underline;
}
#indexright h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009444;
	text-align: left;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#indexright h2 a {
	color: #009444;
}
#indexright h2 a:hover {
	color: #006394;
	font-weight: bold;
}
#indextopleft {
	width: 195px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	margin: 0px;
}
#indextopmiddle {
	width: 510px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#indextopright {
	width: 195px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#indexmidleft {
	width: 215px;
	height: 140px;
	float: left;
	background: #ffffff;
	text-align: left;
}
#sponsorleft {
	width: 220px;
	float: left;
	text-align: center;
	background: #ffffff;
	margin-top: 10px;
	padding: 0px 10px 0px 30px;
}
#sponsorheader {
	width: 550px;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 15px;
	float: left;
	background: #ffffff;
	text-align: left;
	margin-top: 10px;
	padding: 10px 10px 0px 14px;
}
#indexmidleft ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background: #ffffff;
	text-align: left;
	padding: 10px 0px 2px 0px;
}
#indexmidright {
	width: 215px;
	height: 140px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#indexmidright ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background: #ffffff;
	text-align: left;
	padding: 10px 0px 2px 0px;
}
#sponsorright {
	width: 450px;
	float: right;
	background: #ffffff;
	text-align: left;
	padding: 0px 10px 0px 0px;
	margin-top: 10px;
}
#indexbotleft {
	width: 195px;
	height: 30px;
	float: left;
	background: #999999;
	text-align: center;
	margin: 0px;
}
#indexbotmiddle {
	width: 510px;
	height: 30px;
	float: left;
	background: #999999;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.disclaimer {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
	padding: 12px 14px 8px 20px;
}
#indexbotright {
	width: 195px;
	height: 30px;
	float: left;
	background: #999999;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#topspan {
    float: left;
    width: 1024px;
    height: 30px;
    padding: 0;
    vertical-align: text-top;
}
#botspan {
    background: #999999;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    float: left;
    width: 1024px;
    height: 30px;
    vertical-align: text-top;
}
#botspan p {
    background: #999999;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 6px;
    text-align: center;
    color: #000000;
}
#botspan a {
    background: #999999;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 6px;
    text-align: center;
    color: #000000;
}
#botspan a hover {
    background: #999999;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #000000;
}
#left {
	width: 220px;
	float: left;
	background: #eeeeee;
	text-align: left;
}
#left p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
	margin-top: 15px;
	padding: 0px 10px 0px 14px;
}
#left a {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #006394;
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;
	padding-right: 10px;
}
#left h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 10px 10px 0px 14px;
}
#left h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 0px 10px 0px 14px;
}
#topleft {
	width: 220px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	margin: 0px;
}
#topmiddle {
	width: 740px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#middle {
	width: 738px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 0px;
}


#middle p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
	margin-top: 15px;
	padding: 0px 10px 0px 14px;
	background: #ffffff;
}
#middleheader {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #009444;
	text-align: left;
	padding: 17px 10px 0px 14px;
}
#middle h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	text-align: left;
	padding: 12px 10px 0px 14px;
	background: #ffffff;
	font-weight: bold;
}
#middle h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-align: left;
	padding: 6px 10px 0px 14px;
	background: #ffffff;
	font-weight: bold;
}
#middle ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background: #ffffff;
	list-style:none;
	text-align: left;
	padding: 0px 10px 2px 15px;
	font-weight: bold;
}
#middle a {
	font-weight: bold;
}
#middle a:hover {
	color: #006394;
	text-decoration: underline;
	font-weight: bold;
}
#midleft {
	width: 340px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#midleft p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	width: 340px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 2px 10px 4px 10px;
}
#midleft ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background: #ffffff;
	text-align: left;
	padding: 10px 0px 2px 0px;
}
#midright {
	width: 340px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

#midleft p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	width: 340px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 2px 10px 4px 10px;
}
#midright ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background: #ffffff;
	text-align: left;
	padding: 10px 0px 2px 0px;
}

#cases {
	width: 744px;
	float: left;
	background: #ffffff;
	text-align: left;
	padding: 0px;
}
#cases ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background: #ffffff;
	list-style:none;
	text-align: left;
	padding: 0px 10px 2px 15px;
}
#cases h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-align: left;
	padding: 12px 10px 0px 14px;
	background: #ffffff;
	font-weight: bold;
}
#cases a {
	font: 100% Arial, Helvetica, sans-serif;
	color: #006394;
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;
}

#botleft {
	width: 220px;
	height: 30px;
	float: left;
	background: #999999;
	text-align: center;
	margin: 0px;
}
#botmiddle {
	width: 740px;
	height: 30px;
	float: left;
	background: #999999;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
/* END of Layout Divisions---BEGIN Graphics Styles for Pages */


#logo {
float: left;
width: 281px;
padding: 0;
}
#info {
width: 743px;
float: right;
}
	    /* In Firefox, need to set  margin-top: -15px; info graphic to appear correctly--- */
#logotable {
width: 281px;
float: left;
padding: 0;
margin-top: -2px;
}
#infotable {
width: 743px;
float: right;
margin-left: -5px;
}
#logos {
width: 180px;
margin-top: 4px;
padding: 0px 10px 0px 14px;
text-align: center;
}
#logossm {
width: 180px;
margin-top: 4px;
padding: 0px 10px 2px 14px;
}
#chairs {
font: 100% Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
padding: 0px 10px 0px 14px;
margin-top: 7px;
}
#titles {
font: 100% Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #666666;
padding: 0px 10px 6px 14px;
margin-top: 2px;
}
#speaker {
font: 100% Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
width: 260px;
color: #009444;
text-align: left;
padding: 0px 8px 0px 14px;
margin-top: 7px;
}
#jobtitle {
font: 100% Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: oblique;
color: #444444;
text-align: left;
padding: 0px 10px 0px 14px;
margin-top: 2px;
}
#org {
font: 100% Arial, Helvetica, sans-serif;
font-size: 12px;
color: #222222;
text-align: left;
padding: 0px 10px 12px 14px;
margin-top: 2px;
font-weight: bold;
}
#graphicmiddle {
float: left;
padding: 0;
margin: 0;
vertical-align: middle;
}
#linehorztop {
background: #cccccc;
height: 4px;
float: left;
width: 1024px;
padding: 0;
margin-top: -4px;
}
#linehorzbot {
background: #cccccc;
height: 4px;
float: center;
width: 912px;
margin-left: 57px;
margin-right: 55px;
padding: 0;
}
#linehorzbottom {
background: #cccccc;
height: 4px;
float: left;
width: 1024px;
padding: 0;
}
#linehorzmid {
background: #cccccc;
height: 4px;
float: left;
width: 510px;
padding: 0;
}
#linevert {
background: #cccccc;
height: 620px;
float: left;
width: 3px;
padding: 0;
margin: 0;
}
#linevertrc {
background: #cccccc;
height: 1120px;
float: left;
width: 3px;
padding: 0;
margin: 0;
}
#linevertshort {
background: #cccccc;
height: 30px;
float: left;
width: 3px;
padding: 0;
margin: 0;
}
#linevertmid {
background: #cccccc;
height: 140px;
float: left;
width: 3px;
padding: 0;
margin: 0;
}
#indexpgheader {
background-image: url(images/index_pgheader.jpg);
background-repeat: no-repeat;
float: left;
}


/*These are the TABLE Properties Only*/


table {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #666666;
	text-align: left;
	margin-top:-3px;
	vertical-align: top;
	}	
#date {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(images/gradientgreentoblue.jpg);
	background-repeat: no-repeat;
	line-height:26px;
	padding: 0px 10px 0px 20px;
	white-space: nowrap;
	vertical-align: top; 
	}
#break {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #F7931E;
	background-color: #006394;
	line-height:26px;
	padding: 0px 10px 0px 20px;
	white-space: nowrap;
	vertical-align: top; 
	}	
#time {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:26px;
	letter-spacing:.1em;
	padding: 4px 10px 0px 12px;
	white-space: nowrap;
	vertical-align: top; 
	}	
#topic {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006394;
	line-height:18px;
	padding: 4px 10px 0px 10px;
	vertical-align: top; 
	}
#add {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height:16px;
	padding: 4px 10px 0px 10px;
	vertical-align: top;
	margin-bottom: 6px; 
	}	
#sponsor {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height:16px;
	padding: 4px 10px 0px 10px;
	vertical-align: top;
	margin-bottom: 6px; 
	font-style: oblique;
}	
#sponsor a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #009444;
	line-height:16px;
	vertical-align: top;
	margin-bottom: 6px; 
	font-style: oblique;
}
#speakert {
font: 100% Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #444444;
text-align: left;
padding: 0px 10px 0px 10px;
margin-top: 7px;
margin-bottom: 6px;
}	
#regtype {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #006394;
	line-height:18px;
	padding: 10px 10px 0px 10px;
	vertical-align: top; 
	}
#reginfo {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height:16px;
	padding: 4px 10px 0px 10px;
	vertical-align: top;
	margin-bottom: 6px; 
	}
#regprice {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #006394;
	line-height:26px;
	padding: 0px 10px 0px 20px;
	white-space: nowrap;
	vertical-align: top; 
	}	
#reglist {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height:14px;
	padding: 10px 10px 0px 20px;
	text-align: left;
}	
#reglist ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #eeeeee;
	line-height:16px;
	padding: 0px 5px 0px 0px;
	list-style: disc;
	list-style-position: inherit;
	}	
#distype {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #009444;
	line-height:18px;
	padding: 4px 10px 0px 10px;
	vertical-align: top; 
	}
/*End of TABLE Properties here*/
/*

/*BEGIN of FORM Properties here*/

#form {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:26px;
	padding: 4px 10px 0px 12px;
	white-space: nowrap;
	vertical-align: top; 
	text-align: left;
	float: left;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}	
	
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	width: 400px;
	vertical-align: middle;
}
legend {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-left: 1em;
	color: #666666;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
}

/*

+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-Polls 2.50										|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}