/*Design template CSS file*/




/*Design Layout CSS */
body {
text-align:center; /*center hack*/
}
#wrap {
width:92%; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
text-align:center;
}
#w2 {
float:left;
width:80%;
}
#lefthead {
float:left;
width:31%;
overflow:hidden;
}
#centhead {
float:right;
width:69%;
overflow:hidden;
}
#righthead {
float:right;
width:20%;
overflow:hidden;
}
#footer {
clear:both;
}
#main-body {
float:left;
width:80%;
}
#sidebar-2 {
float:right;
width:20%;
overflow:hidden;
margin-left:-3px;
}
#content {
float:right;
width:69%;
overflow:hidden;
}
#sidebar {
float:left;
width:31%;
overflow:hidden;
}
.inside {
padding:10px;
}
/*-------------------*/

* {
	margin:0;
	padding:0;
}
	h1,h2,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}
li,dd {
	margin-left:1em;
}
fieldset {
	padding:.5em;
}
body {
	background: url(../images/left_box_1.png);
	font-size:95%;
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	line-height:1.3em;
	
}
#header {
	/*margin-top: 5px;*/
	height: 150px;
	background: url(../images/left_box_2.png) no-repeat;
	font-size:88%;
}
#lefthead {
	margin-top:10px;
	text-align:right;
}
#centhead {
	margin-top:10px;
}
#righthead {
	margin-top:10px;
	
	text-align:right;
	
}
#footer {
	
}
#main-body {
	
}
#sidebar-2 {
	
}
#content {
	
}
#sidebar {
	
}
#topsitename {

}
#pathw {

}
#kookawrap {
	font-size:76.1%;
}
/*table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
	
}
*/
h3 {
	background: url(../images/moduleheading.png) no-repeat;
	color: #22aa22;
	text-align: left;
	padding-left: 12px;
	height: 14px;
	/*font-weight: bold;*/
	font-size:90%;
	
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 12px;
	border-bottom: 1px solid #22aa22;
		}

/*table.moduletable td {
	
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	
}
*/


a:link, a:visited {
	color: #22aa22; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #007700;	text-decoration: none;
	font-weight: bold;
}



table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.contentheading {
	height: 26px;
	background: url(../images/contenthead.png) no-repeat;
	color: #22aa22;
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	/*font-size: 12px;*/
	white-space: nowrap;
	border-bottom: 1px solid #22aa22;
	}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	/*font-size: 10px;*/
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 24px !important;
	height: 29px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -30px;
	text-decoration: none;
	color: #3E3E3E;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	/*font-size: 11px;*/
	font-weight: bold;
	color: #838383;
	text-align: left;
}

a.sublevel:hover {
	color: #C4C4C4;
	text-decoration: none;
}

a.readon:link, a.readon:visited {
	color: #838383; text-decoration: none; font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: #C4C4C4;	text-decoration: underline;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	list-style: inside url(../images/read.png);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.j200l { width:205px;
 	float:left;
                   }
.j200r { width:205px;
 	float:right;
                   }
.j250l { width:255px;
 	float:left;
                   }
.j250r { width:255px;
 	float:right;
                   }
.capt { font-size: 70%;
                  font-family: Verdana, Arial, sans-serif;
		width:200px;
 		
                  text-align: center; }

