@charset "utf-8";
/* CSS Document */



<!--

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container_indexmaster {
 width:96%;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}

#boxB {
 width:225px;
 float:left;
}

#boxC {
 margin-left:225px;
}

#boxD {
 width:100%;
 clear:left;
}


.master_title {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 16px;
	background: url(/images/bg_alttitle.jpg) repeat-x;
	padding-bottom: 3px;
	border-bottom: 3px solid #01AC46;
	padding-left: 10px;
	margin: 0px;
}

#alt_hedder {
}
#alt_hedder hr {
	border-bottom:1;
}
#alt_hedder img {
	margin-right: 6px;
	margin-left: 10px;
}
#alt_hedder dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#alt_hedder dd{
	padding-left: 10px;
}
.h2_n_alt {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h1_bluebg.jpg) repeat-x;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #00CC00;
	border-left: 10px solid #00CC00;
	
	color: #333333;
	margin: 13px 20px 6px;
}

.h2_n_alttop {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h1_redbg.jpg) repeat-x;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FF6699;
	border-left: 10px solid #FF6699;
	
	color: #333333;
	margin: 13px 20px 6px;
}
.altcontents {
	padding: 5px 0px 5px 10px;
	margin: 13px 20px 6px;

}


#boxC dt{
	text-align: left;
	list-style-image:url(/images/icon_content01.gif);
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: 40px;
	margin-left: 40px;
	background: url(/images/icon_content01.gif) no-repeat;
	padding-left: 16px;
}


-->

