/***************************************************
  My thanks to the Pat Heard.  While I modified his
design and stylesheet, I want to make sure to support
his efforts in the open source community.  rpj   
   AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em; /** was 0.62em **/
  color: black; /* was #666 or #665666 */
  background-color: #DCDDBE; /* WAS EEE */
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}


h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}
/******************************************
	for the karate history pages
*******************************************/

.kh {  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 14px; 
     font-style: italic; 
     font-weight: bold;
     text-transform: none
}
/****************end karate history ***************/

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p.quotes {
  font-style: italic;
 line-height: 15px;
}

#news p {
  padding: 8px;
  
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}



/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
	original width for sitebox and content was 588px BGCOLOR WAS EEE
 ***************************************************/

div#sitebox {    width: 688px;    background-color:#DCDDBE;        margin-left: auto;    margin-right: auto; margin-top:0px;  }

#content {
	width: 688px;
	
	}




/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
	/* width: 588px;  my addition */
   background: url(images/bannertest2.gif) no-repeat top center; /*was banner.jpg */

}

#header .title {
  padding: 5px 0 0 10px;
  font-size: 3.2em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #665666;
  text-align: center;
}
/*original
#header .title {
  padding: 5px 0 0 10px;
  font-size: 3.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #665666;
  text-align: left;
}
*/
#header .subTitle1 
{
    padding: 0 0 5px 150px;
     font-size: 2.0em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
    color: #665666; 
    text-align: left;
}

#header .subTitle {
  padding: 40px 0 0 20px;
  color: black;  /* was #525252 #665666;*/
 text-align: center; /* was left */
}


/* Top Menu */

/************************************************************************************
Thanks to Steve Gibson of Gibson Research Corp. for putting this code into
the public domain.
****************************************************************************************/

 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0 0 0 0;
	border:0;
	height:18px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	background:#DCDDBE; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;         /* this (and also below) sets the menu's font size */
	 border-bottom:1px solid black;        /* give us a black border underneath */
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 m\argin:0;*/
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:10px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:default;           /* IE5 only knows about "hand", so set it both ways */
}
.left {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:default;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

#mission {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:40px;    /* was 60 px which has a z-order sequencing bug with abs-pos elements */
}
/* #about {            /* this rightmost "Research" button must be positioned 
	position:absolute;       /* absolutely so that the YAH (you are here) text 
	top:0px;               /* label will slide underneath it under Opera v8.54 
	left:150px;    /* was 160 px which has a z-order sequencing bug with abs-pos elements
    
     } */

#schedule {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:110px;    /* was 160 px which has a z-order sequencing bug with abs-pos elements */
}
#dean {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:205px;    /* was 160 px which has a z-order sequencing bug with abs-pos elements */
}



#philosophy {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:290px;    /* was 205 which has a z-order sequencing bug with abs-pos elements */
}
#iaidotop {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:440px;    /* which has a z-order sequencing bug with abs-pos elements */
}
#cbitop {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:490px;    /* which has a z-order sequencing bug with abs-pos elements */
}

#kobudo {            /* was "announcements" this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:550px;    /* which has a z-order sequencing bug with abs-pos elements */
}

#research {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:610px;    /* which has a z-order sequencing bug with abs-pos elements */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:18px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:10.90em;   /* with a 12px default font, this is 97px width (97/12) 9.09em;*/
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#DCDDBE;       /* this sets the drop-down menu background color */
	width:13.5em;  /* was 13.5em; */
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.menu ul li:hover ul.skinny li a,

.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:10.90em; /*was 8.08333em; or 9.09 */
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:11.00333em; /* was 8.08333em */
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	background:#DCDDBE;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:white;
}



/*************************  end of top menu **********************************************/


/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px; /* was 175px */
  padding: 0 10px 0 0;

}
#news .quote {
  margin-bottom: 20px;
  text-align: justify;
  font-style: italic;

}
#news .block {
  margin-bottom: 20px;
  /* background: #C1C5B1;  url(images/block_top1.gif) no-repeat top center; background was #DDD */

}

#news .block .bottom {
  height: 28px;
  background: #C1C5B1 url(images/block_bottom.gif) no-repeat bottom center;  /* background was #DDD */
}

#news .links {
height: 208px; /* my addition */
  margin: 10px 0 10px 0;
 
background: url(images/bamboo2.gif) no-repeat top left;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background:  url(images/link_news2.gif) no-repeat center center; 
}

#news a img {
  border: 0px;
}

#news .links2 {
height: 208px; /* my addition */
  margin: 10px 0 10px 0;
/* background: url(images/kanji.gif) no-repeat top left; */
}
 
#news .links2 a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;
	text-align: center;
}
#news .block .quoted {
   /*height: 205px;   my addition */
  margin:  10px 0 0 0;
  padding: 0 0 25px 0;
  /*background: url(images/quotes_bkgimage1.gif) no-repeat bottom right;
  border: 1px solid #7D806F; */
  text-align: left;
 }
 #news .quoted p  {
 font-style: italic;
 line-height: 15px;
 }
#news .block .quotables {
   height: 205px;  /* my addition */
  margin:  10px 0 0 0;
  padding: 0 0 25px 0;
  background: url(images/quotes_bkgimage1.gif) no-repeat bottom right;
  border: 1px solid #7D806F;
  text-align: left;
}
#news .quotables p {
  font-style: italic;
 line-height: 15px;
}

#news .announce {
/* my addition */
  margin: 5px 0 10px 0;
 border: 1px solid #7D806F;
}

 #news .announce .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .announce ul, ol {  
  padding-bottom: 4px;
  line-height: 20px;
text-align: left; /*  padding was 8px and there was no text align */
}

#news .announce ul {
  list-style-image: url(images/li_bullet.gif);
}

/********************************************
	left navigation block
*********************************************/

#leftnav .tony {
  padding: 0px 0 3px 0px;
  font-size: 1.5em;
	font-weight: bold;
  line-height: 1.0em;
  letter-spacing: -0.5px;
  color: #665666; 
 text-align: left;
}
#leftnav .val {
  padding: 2px 0 0 2px;
  font-size: 0.9em;
	font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -0.2px;
  color: #665666; 
  text-align: left;
}

#leftnav .willow {
  padding: 0px 0 0 2px;
  font-size: 1.2em;
	font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  color: #665666; 
 text-align: left;
}

#leftnav {
  float: left;
  width: 175px; /* was 175px */
  padding: 0 10px 0 0;
 
}

#leftnav .block {
  margin-bottom: 20px;
  /* background:  url(images/block_top1.gif) no-repeat top center; */

}

#leftnav .block .bottom {
  height: 28px; /* was 28px */
  padding: 100px 0 100px 0;
}

#leftnav .links {
height: 208px; /* my addition */
  margin: 10px 0 10px 0;
text-align: left;

}

#leftnav .quote {
  
  text-align: justify;
  font-style: italic;

}

#leftnav .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#leftnav .linksphilosophy {
  height: 208px; /* my addition */
  margin: 20px 0 10px 0;
 text-align: left;
  /* background:  url(images/osu2.gif) no-repeat top center; */
}
#leftnav .linksphilosophy a {
  display: block;
  padding: 6px 0 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
	
}


#leftnav .linksinstructors {
  height: 208px; /* my addition */
  margin: 10px 0 10px 0;
 text-align: left;
  background:  url(images/yinyang1.gif) no-repeat top center; 
}
 
#leftnav .linksinstructors a {
  display: block;
  padding: 6px 0 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
	
}


#leftnav .kickboxing {
  height: 208px; /* my addition */
  margin: 10px 0 10px 0;
 text-align: left;
  background:  url(images/jkd.gif) no-repeat top center; 
}

/*

#leftnav .links a:hover {
  background:  url(images/link_news2.gif) no-repeat center center; 
}
*/

#leftnav ul, ol {  
  padding: 0 0 0 0;
  
text-align: left; /*  padding was 8px and there was no text align */
}

#leftnav ul li {
	margin: 0;
	padding: 0 0 0 0;
}

#leftnav ul li a {
	background: none;
	
	}

#leftnav ul li a:link {
	color: black;
	}

#leftnav ul li a:visited {
	color: black;
	}

#leftnav ul li a:link:hover, #leftnav ul li a:visited:hover {
	color: #FF0033;
}
#leftnavbottom {
  float: left;
  width: 175px; /* was 175px */
  padding: 0 10px 0 0;
  position: absolute;
  top: 760px;
 }
/*

#leftnav a img {
  border: 0px;
}
	 
*/

/****************************************************
	right column
****************************************************/


#right {
  float: right;
  width: 175px; /* was 175px */
  padding: 0 10px 0 0;
}

#right .block {
  margin-bottom: 20px;
}

#right .block .bottom {
  height: 28px;
  }

#right .block .quotables {
   height: 205px;  /* my addition */
  margin:  10px 0 0 0;
  padding: 0 0 25px 0;
  background: url(images/quotes_bkgimage1.gif) no-repeat bottom right;
  border: 1px solid #7D806F;
  text-align: left;
}
 
#right .quotables p {
  font-style: italic;
 line-height: 15px;
}

#right .announce {
/* my addition */
  margin: 5px 0 10px 0;
 border: 1px solid #7D806F;
}

 #right .announce .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#right ul, ol {  
  padding-bottom: 4px;
  line-height: 20px;
text-align: left; /*  padding was 8px and there was no text align */
}

#right ul {
  list-style-image: url(images/li_bullet.gif);
}

/***************************************************
   Content  Single Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

/******the following is for text to fill the site container*****/

#textfullscreen {
  float: left;
  width: 600px; /**********was 300px************/
text-align: justify;
font-size: 14px; /* didn't use to be here */

}

#textfullscreen .floatleft2
	{
		float: left;
		margin: 5px 5px 15px 0;
		padding: 0px 0px 20px 0px;
		clear: both;
	}

#textfullscreen .floatright2
	{
		float: right;
		margin: 5px 5px 0 5px;
		padding: 0px;
	}

p#textfullscreen:first-letter {
  font:bold italic 18px serif black;

}
#textfullscreen .tony {
  padding: 15px 0 0px 0px;
  font-size: 1.5em;
	font-weight: bold;
  line-height: 1.0em;
  letter-spacing: -0.5px;
  color: black; 
 text-align: center;
 
}
#textfullscreen .val {
  padding: 0px 0 0 2px;
  font-size: 0.9em;
	font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -0.2px;
  color: black; 
  text-align: center;
}

#textfullscreen .willow {
  padding: 10px 0 0 2px;
  font-size: 1.2em;
	font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  color: black; 
 text-align: center;
 
}
#textfullscreen ul, ol {  
  padding-bottom: 4px;
   line-height: 20px;
text-align: left; /*  padding was 8px and there was no text align */
}
#textfullscreen .counting  {
	margin-left: 80px;
	}

#textfullscreen ul {
  list-style-image: url(images/li_bullet.gif);
}
#textfullscreen li {	
	font-weight: bold;
	}

/****end text to fill site container ****/

/*****the following is for a one column text area in the between two right
       and left side divs 
**********************************/

#text1 {
  float: left;
  width: 300px; /**********was 300px************/
text-align: justify;
font-size: 14px; /* didn't use to be here */

}

/*****the following is for a one column text area to the right of left div
**********************************/

#text {
  float: left;
  width: 500px; /**********was 300px************/
text-align: justify;
font-size: 14px; /* didn't use to be here */

}

#text .quotes p {
  font-style: italic;
 line-height: 15px;
/* the following is for the table layout of the kick terms pages */
}
#text1 .tclass {
	width: 100%;
        border: none;
        color: black;
        font-family: verdana, arial, sans-serif;
  	font-size: 1.0em;
	
}
#text1 .tclass th {
	
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 10px 0px;
	
	}

#text1 .tclass td {
	
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
	
	}

/* end kick terms table layout */

/* the following is for the table layout of the general terms pages */

#text1 .tgeneral {
	width: 100%;
        border: none;
        color: black;
        font-family: verdana, arial, sans-serif;
  	font-size: 1.0em;
	
}

#text1 .tgeneral th.general{
	
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0 0 0;
	
	}

#text1 .tgeneral td {
	
	text-align: left;
	font-size: .75em;
	font-weight: bold;
	padding: 5px;
	
	}

/* end general terms layout */

p#text:first-letter {
  font:bold italic 18px serif black;

}
#text .tony {
  padding: 15px 0 0px 0px;
  font-size: 1.5em;
	font-weight: bold;
  line-height: 1.0em;
  letter-spacing: -0.5px;
  color: black; 
 text-align: center;
 
}
#text .val {
  padding: 0px 0 0 2px;
  font-size: 0.9em;
	font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -0.2px;
  color: black; 
  text-align: center;
}

#text .willow {
  padding: 10px 0 0 2px;
  font-size: 1.2em;
	font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  color: black; 
 text-align: center;
 
}

#text ul, ol {  
  padding-bottom: 4px;
   line-height: 20px;
text-align: left; /*  padding was 8px and there was no text align */
}
#text .counting  {
	margin-left: 80px;
	}

#text ul {
  list-style-image: url(images/li_bullet.gif);
  }
#text li {	
	font-weight: bold;
	}

/*************************************************
	Content 2 columns
*************************************************/
#twocolumntext {
  float: left;
  height: 100%;
  width:  600px;  /* 503px; */
text-align: justify;
}
#twocolumntext .tony {
  padding: 0px 0 3px 0px;
  font-size: 1.5em;
	font-weight: bold;
  line-height: 1.0em;
  letter-spacing: 0.2px;
  color: black; 
 text-align: center;
}
#twocolumntext .val {
  padding: 2px 0 0 2px;
  font-size: 0.9em;
	font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -0.1px;
  color: black; 
  text-align: left;
}

#twocolumntext .willow {
  padding: 0px 0 0 2px;
  font-size: 1.2em;
	font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  color: black; 
 text-align: left;
}

#twocolumntext ol {
  padding-left: 8px;
  text-align: justify;
		}
		
#twocolumntext .floatleft

	{
		float: left;
		margin: 5px 5px 0 0;
		border: 1px solid #666;
		padding: 0px;
	}
   #twocolumntext .innerleft {
	float: left;
	width:  350px;   /* 235px; */
	padding: 0 16px 0 10px;
	
	/*  border-right: 1px solid gray; */
	}

#twocolumntext .innerright {
	float: right;
	width:  200px; /* 235px; */
	padding: 0 2px 0 0px;
}
#innerleft {
	float: left;
	width:  280px;   /* 235px; */
	padding: 0 16px 0 10px;
	
	/*  border-right: 1px solid gray; */
	}

#innerright {
	float: right;
	width:  280px; /* 235px; */
	padding: 0 2px 0 0px;
	
	}

#twocolumntext ul, ol {  
  padding-bottom: 4px;
  line-height: 20px;
  
}

/**********************************************
	Image styles
**********************************************/

 .floatleft
	{
		float: left;
		margin: 5px 5px 0 0;
		border: 1px solid #666;
		padding: 0px;
	}

 .floatright
	{
		float: right;
		margin: 5px 5px 0 5px;
		border: 1px solid #666;
		padding: 0px;
	}
/***************************************************
   Footer Styles
***************************************************/


 #footer
{
clear: both;
margin: 0;
height: 50px;
padding: .5em;
border-top: 1px solid gray;
}
#footerinnerleft {
	float: left;
	width: 400px;
	padding: 0 0px 0 0px;
	}

#footerinnerright {
	float: right;
	width: 200px;
	padding: 0 0px 0 0px;
	
	}