/* Layout Stylesheet */ 

body {
	font-family: Arial,sans-serif;
/*	line-height: 1.166;	*/
 background:#ffffff;
 color: #ffffff;
 text-align:left;
 padding:0;
 }

a:link, a:visited, a:hover {
/*	color: #006699;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/* Layout divisions */

#outer {
 text-align:left;
/* border:1px solid #000000;*/
 width:950px;
 margin:0;
 }

#hdr {
	margin-bottom: 10px;
	padding: 0;
/*	border-bottom: 1px solid #cccccc; */
	width: 100%;

/* height:60px;
 background:#eeeeee;
 color: #333333;*/
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
background-color: #C9E4F1;
 width:950px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #ffffff;
 width:210px;
 border-left:2px solid #C9E4F1;
 border-top:2px solid #C9E4F1;
 }

#cont {
 width:733px;
 background:#ffffff;
 color: #000000;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
/* height:60px; */
 background:#ffffff;
 color: #006699;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
width: 100%;
font-size: 70%;
 }
 
 .hdr{
	color: #ffffff;
	text-decoration: none;
	}

 
 /************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;  /*commented out by KM*/
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 10px 0px 10px 30px;
	margin: 0 0px 5px 0;
}
	
.feature p{
	text-align: justify;
}

.tablefeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;  /*commented out by KM*/
}

.tablefeature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.buttonarea{
	background-color: #C9E4F1;
}

.buttonarea img{
	padding: 0px 0px 0px 5px;
}
	

