/**********/
/* BANNER */
/**********/
#banner-home {
	height:123px;
	background:url(../../images/banner_may10.jpg);
	padding:0;
	border-top:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
}

/**************/
/* END BANNER */
/**************/

/************/
/* NOTICES */
/************/
.notices {
	margin:2em 10px 0 10px;
	padding:10px;
	background:url(../../images/corner_top_left_1.gif) #797951 top right no-repeat;
	color:#FFFFFF;
}

.notices h2 {
	color:#FFFFFF;
}

.notices a {
	color:#FFFFFF;
	text-decoration:underline;
}

.notices a:hover {
	color:#660000;
}
/***************/
/* END NOTICES */
/***************/

/***********/
/* CONTENT */
/***********/

#content {
	background:	#d5d8bd; padding:0;
	
}
#content_left-home {
	width:26%;
	padding:20px 2% 10px 2%;
	float:left;
	color:#000000;
	position:absolute;
	left:0;
}
.sub_all {
	position:relative;
	clear:both;
}

#mission {
	font-size:1.2em;
}

#content_right-home {
	margin:10px 0 10px 30%;
	border-left:#000000 dashed 1px;
}

h1 {
	font-weight:normal; color:black;
}

img.iconleft {
	border:5px solid #FFFFFF;
	margin:0 20px 10px 0;
	float:left;
}
/***************/
/* END CONTENT */
/***************/
