#wrapper {
	width: 750px;
	margin: 0 auto;
}

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

ul li {
	position: relative;
	width:158px;
	border: 1px solid #ccc;
	font-size: 1.2em;	
}
/* keep folowing styles together..........................*/
*  html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
*  html ul li {float:left;/* hide float from ie5*/}
*  html ul ul {
	width:160px;	
	w\idth:148px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
*  html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #f2ea41;
	background: #010080; /* IE6 Bug */
	line-height: 2em;
	height: 2em;
	padding: 0 5px;

}

/* this sets all hovered lists to blue */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #010080;
   background-color: #f2ea41;
	
}

/* set dropdown to default */
li:hover li a, li.over li a {
   color:  #f2ea41;
   background-color:#010080;
	font-size: 0.9em;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	left:159px; font-size: .9em;  } /* The magic */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: url(../images/back.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	margin-top: 0;
}

#content {
	width: 570px;
	padding: 10px;
	background-color: #fff;
	min-height: 211px;
}
#footer {
   background-color: #F2ea41;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	padding: 10px 0;
}
.small {
	font-size: 0.8em;
}
a {
	color: #333;
	vertical-align: top;
}
a:hover {
	text-decoration: none;
	color: #010080;
	vertical-align: top;
}
#content a {
	color: #333;
	vertical-align: top;
}
#content a:hover {
	text-decoration: none;
	color: #010080;
	vertical-align: top;
}
#content ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	list-style: disc;
	list-style-position: inside;
}
#content ol li a {
	color: #333;
	vertical-align: top;
}
#content ol li a:hover{
	text-decoration: none;
	color: #010080;
	vertical-align: top;
	background-color: #fff;
}

h1 {
	font-size: 2em;
	color: #010080;
}
h2 {
	font-size: 1.8em;
	color: #010080;
}
h3 {
	font-size: 1.5em;
	color: #010080;
}
h4 {
	color: #010080;
}
#rightcolumn {
	width: 140px;
	color: #010080;
	padding: 10px 5px;
	text-align: justify;
	float: right;
	background-color: #F2ea41;
}
#rightcolumn a {
	color: #010080;
}
#rightcolumn a:hover {
	text-decoration: none;
	color: #656bb0;
}
#rightcolumn ol li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #010080;
	list-style: disc;
	text-align: left;
	margin-left: -20px;
	padding-left: -30px;
	line-height: 150%;
}
img.left {
	float: left;
	padding-right: 15px;
}
img.right {
	float: right;
	padding-right: 10px;
}
.tableheading {
	color: #010080;
	font-weight: bold; 
}
.software {
	width: 148px;
	display: block;
	text-decoration: none;
	color: #f2ea41;
	background: #010080; /* IE6 Bug */
	line-height: 2em;
	height: 2em;
	padding: 0 5px;
}
.index {
	background-color: #ffffff;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.newsbox {
	width: 560px;
	padding: 10px 5px;
	border: 1px solid ;
	background-color: #ccf;
}

}
.addClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .addClear {
	height: 1%;
}

.addClear {display: inline-block;} 

.addClear {display: block;}