body{
background-color: #666666;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:75%;
}

#wrapper{
width: 1000px;
background-color: #fff;
margin: 10px auto;
margin-bottom: 0;
border: 1px solid #000000;
text-align: left;
/* background-image:url(../../tutorial_images/wrapper_bg.gif);
background-repeat:repeat-y; */
}

#banner{
	height: 152px;
	background-image:url(../images/kci_banner_152.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position:center;
}
#bannerse{
	height: 152px;
	background-image:url(../images/kci_banner_se.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
#banner2{
	/* height: 10px; */
	padding: 0;
	margin-right: 30px;
	background-color: #fff;
	text-align: right;
	font-weight:bold;
}

#toprow{
margin: 0px;
margin-top: 10px;
width: 100%;
/* float: left; */
}

#toprow #nav ul {
/* background-color: transparent; */
list-style: none;
margin: 0; 
padding: 0;
float:left;
width:448px;
/* font-size: 60%; */
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}


#toprow #nav a.menuitem{
	background-color: #33CC66;
	color: #000000;
	display: block;
	text-align:center;
	padding: 4px 4px 6px 4px;
	text-decoration: none;
	height: 1%;
}
#toprow #nav a.menuitem:hover, #toprow #nav a.menuitem:focus { 
color: #9f0f0b;
}


#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
margin-bottom: 20px;
float: left;
}
#leftcol #nav a.navsubhead{
background-color: #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}
#leftcol #nav ul {
/* background-color: transparent; */
list-style-type: none;
margin: 0; 
padding: 0;
/* font-size: 60%; */
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

#leftcol #nav a.navsubhead{
background-color: #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#leftcol #nav a.menuitem{
	background-color: #65cfcb;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
}



#leftcol #nav a.menuitem:hover, #leftcol #nav a.menuitem:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#leftcol #nav li {position:relative;}

#leftcol #nav ul ul {
position:absolute;
top: 0;
left: 100%;
width: 100%;
}

#leftcol #nav ul ul,
#leftcol #nav ul li:hover ul
{display:none;}

#leftcol #nav ul li:hover ul,
#leftcol #nav ul ul li:hover ul
{display:block;}

#contentse{
margin-left: 100px;
float: none;
width: 700px;
}

#content{
	margin-left: 0px;
	float: right;
	width: 800px;
}

#content p{
/* font-size: 90%; */

}

#content h1{
	font-size: 18pt;
	color: #003366;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content h2{
	font-size: 18px;
	color: #3679AB;
	margin: 0px 0px 5px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	
}

#content h3{
	font-size: 14px;
	color: #A54DA5;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content a {
font-weight=bold;
/* text-decoration:none; */
}

#content a:link {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color:#330099;
	text-decoration: none;
}

#content a:hover {
text-decoration:underline;
}
.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}


#footerleft {
	position: static;
	float: left;
	color: #ffffff;
	padding-left: 20px;
}
#footer a {
	color: #ffffff;
}

#footercenter {
	position: static;
	margin-left: 150px;
	float:left;
}
#footerright {
	position: static;
	margin-left:890px;
}
.center {
text-align:center;
}
.top {
	background-color:#66c;
	font-weight: bold;
	color: #000000;
}
.odd {
background-color:#e9e9d7;
}
.marooncenter {
color:#FFFFFF;
font-weight:bold;
}
.left {
text-align:left;
}
.tright {
text-align:right;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33CC66;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style4 {
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: #A54DA5;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.super_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #17817C;
	padding-bottom: 10px;
}
.class_bold {
	font-weight: bold;
}
.qoute {
	font-size: 14px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 180px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	margin:0px 0px 0px 0px;
*/}

h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#09F;
	font-size:16px;
	margin:0px 0px 0px 0px;

}

h4.update {
	font-family:Century Gothic, Tribuchet, Verdana, Geneva, sans-serif;
	color:004c5e;
	font-size:22px;
	font-weight:normal;
	border-left-style:solid;
	border-left-color:#F60;
	border-left-width:thick;
}
a.update {
	font-family:Century Gothic, Tribuchet, Verdana, Geneva, sans-serif;
	color:#F60;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
	
ul.update {
	font-family:Century Gothic, Tribuchet, Verdana, Geneva, sans-serif;
	color:#004c5e;
	list-style:none;
	font-size:14px;
	padding-left:25px;
}