/* 1. Welcome
---------------------------------------------*/
#welcome {
	padding: 20px 15px 30px 0px;
	width: 455px;
	background: url(../images/welcome_border.png) top right no-repeat;
	}

#welcome h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	}

#welcome p {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	margin-top: 10px;
	}

#scrolling {
	float: right;
	margin-top: -215px;
	}

#scrolling a img {
	border: 10px solid #e1ecf4;
	}


/* 2. Center
---------------------------------------------*/
.block {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 4px;
	}

.block .image {
	background: #ececec;
	border: 1px solid #e0e0e0;
	padding: 6px;
	}

.block .image h3 {
	font: 12px Arial;
	color: #0053a2;
	font-weight: bold;
	}

.block .image img {
	margin-top: 5px;
	}

.block ul {
	color: #0c3e82;
	list-style-type: disc;
	}

.block ul li {
	margin: 10px 5px 10px 20px;
	font-size: 11px;
	}

.block p {
	font-size: 11px;
	line-height: 18px;
	color: #0c3e82;
	margin: 10px 5px 10px 20px;
	}

.block a {
	font-size: 11px;
	color: #0053a2;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	}


/* 3. Content
---------------------------------------------*/
#bottom {
	padding: 20px 0px;
	}

#bottom h2 {
	font-size: 18px;
	color: #3376b0;
	font-weight: bold;
	}

#bottom .left {
	width: 48%;
	float: left;
	margin-top: 15px;
	padding-right: 10px;
	border-right: 1px solid #e5e5e5;
	}

#bottom .left h3 {
	font-size: 12px;
	color: #10468f;
	font-weight: bold;
	}

#bottom .left p {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 18px;
	margin-top: 10px;
	}

#bottom .right {
	width: 48%;
	float: left;
	margin-top: 15px;
	padding-left: 20px;
	}

#bottom .right h3 {
	font-size: 12px;
	color: #10468f;
	font-weight: bold;
	}

#bottom .right p {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 18px;
	margin-top: 10px;
	}

#bottom img {
	background: #e5e5e5;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 5px;
	}
