/* ------------------- GENERAL FORMATING ------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/kawak_hm1_bckgd.gif);
	background-color: #FFFFFF;
}

A:LINK , A:ACTIVE , A:VISITED { 
	text-decoration: underline;
	color: #335599; 
} 
A:HOVER {
	text-decoration: underline;
	color: #0066CC;
} 

h1 {
	color: #335599;
	font-weight:bold;
	margin-top:4px;
	font-size : 17px;
	margin-bottom : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-family: Arial, Helvetica, sans-serif;
}  
h2 {  
	color: #000000; 
	font-weight:bold;
	margin-top:4px;	
	font-size : 14px;  
	margin-bottom : 2px;  
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #003399;
}

/* ------------------- Custom Bullets ----------------- */
ol
{
	list-style-image: url(images/bullet_arrow.gif);
	list-style-type: circle;
	padding-top: 5px;
}

/* ------------------- Custom List Styles ----------------- */
ul.list1 
{
	margin-left: 0; 
	padding-left: 0; 
	list-style: none; 
}

ul.list1 li 
{
	padding-left: 10px; 
	background-image: url(images/bullet_arrow2.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .5em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #003399;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #0066CC;
	text-decoration: underline;
}

.subheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335599;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------- NEWS BOX ------------------- */

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
}
A.news:LINK , A.news:VISITED , A.news:ACTIVE { 
	color : #336633;
	text-decoration: underline;
}
A.news:HOVER { 
	color : #006699;
	text-decoration: underline;
}

/* ------------------- Footer basic text link navigation ------------------- */

.footernav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
	
A.footernav:LINK , A.footernav:VISITED , A.footernav:ACTIVE { 
	color : #FFFFFF;
	text-decoration: none;
}
	
A.footernav:HOVER {
	color : #CCCCCC;
	text-decoration: underline;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.white:HOVER {
	color : #FFFF99;
	text-decoration: underline;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #333333;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #333333;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #336633;
	text-decoration: underline;
}



/* ------------------- Table cell styles ------------------- */
#tdTopbar {
	background-color: #FFDB1F;
	border-bottom: 1px solid #D1D1D1;
	background-image:   url(images/kawak_topbar_bckgd.jpg);
	background-repeat: repeat-y;
	padding: 2px;
}

#tdNews {
	background-color: #F4F7FB;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#tdNav {
	background-color: #999999;
	background-image:  url(images/kawak_nav_bckgd.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#tdBtmBar {
	background-image:   url(images/kawak_footer_bckgd.gif);
	background-repeat: repeat-x;
	padding: 2px;

}
#tdBorderBtm {
	border-bottom: 1px solid #CCD8BF;
}
#tdContentHm {
	background-color: #DBDBDB;
	background-image: url(images/kawak_hm_cont_bckgd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#tdContent {
	background-color: #DBDBDB;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(images/kawak_hm_cont_bckgd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#tdHdr {
	background-image: url(images/kawak_hdr_bckgd.gif);
	background-repeat: repeat-x;
}
#tdHdrbar {
	border-bottom: 1px solid #0066CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
}





/*---- LEFT SIDE  Navigation Styles - With Subnav --------*/

#leftnavcontainer { margin: 0px; }

#leftnavcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#leftnavcontainer li { margin: 0px; }

#leftnavcontainer a
{
display: block;
padding: 5px 0px 4px 20px;

color: #FFFFFF;
background-color: #7C7C7C;
background-image:  url(images/kawak_nav_btn_bckgd.gif);
text-decoration: none;
border-bottom: 1px dotted #FFFFFF;
}

#leftnavcontainer a:hover
{
color: #FFFFFF;
background-color: #A9A9A9;
text-decoration: underline;
}

#leftnavcontainer ul ul li { margin: 0px; }

#leftnavcontainer ul ul a
{
display: block;
padding: 3px 0px 3px 24px;

color: #FFFFFF;
background-image:  url(images/kawak_nav_btn_bckgd2.gif);
background-repeat: no-repeat;
background-color: #8E8E8E;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #FFFFFF;

}

#leftnavcontainer ul ul a:hover
{
color: #FFFFFF;
background-color: #A9A9A9;
text-decoration: underline;
}


/*-------- Highlight the Active Link----------*/
body#home a#home,
body#link1 a#link1,
body#link2 a#link2,
body#link3 a#link3,
body#link4 a#link4,
body#link5 a#link5,
body#link6 a#link6,
body#link7 a#link7,
body#link8 a#link8,
body#link9 a#link9,
body#link10 a#link10,
body#link11 a#link11,
body#link12 a#link12,
body#link13 a#link13,
body#link14 a#link14,
body#link15 a#link15,
body#link16 a#link16,
body#link17 a#link17,
body#link18 a#link18,
body#link19 a#link19,
body#link20 a#link20,
body#btmlink1 a#btmlink1, 
body#btmlink2 a#btmlink2,
body#btmlink3 a#btmlink3,
body#btmlink4 a#btmlink4,
body#btmlink5 a#btmlink5 {
	color: #003399;
	text-decoration: underline;
}
