@charset "utf-8";
/* Global */

body {
	background-color: #CCCCCC;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#pageAll {
	background-color: #FFFFFF;
	width: 1000px;
	text-align: left;
}
/* Header */

#pageTop {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	clear: both;
}
/* pageMain */

#pageContent {
	width: 1000px;
	background: url(/cms/ricacorp/images/charity/title_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
#nav {
	display: block;
	float: left;
	width: 195px;
}
#content_bg1 {
	display: block;
	float: right;
	width: 795px;
	padding-left: 10px;
	background: url(/cms/ricacorp/images/charity/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
#content_bg2 {
	display: block;
	float: right;
	width: 770px;
	height: 425px;
	background: url(/cms/ricacorp/images/charity/bg_2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content {
	display: block;
	float: left;
	width: 770px;
	padding-bottom: 20px;
	padding-top: 15px;
}
.section_title {
	font-size: 24px;
	font-weight: bold;
	color: #003399;
}
li {
	list-style-image: url(/cms/ricacorp/images/common/bulletin.gif);
}
/* pageFooter */

#pageFooter {
	background: url(/cms/ricacorp/images/charity/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	width: 1000px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
}
