body {
	background: url('../images/top_bg.png') repeat-x top left #ffffff;
	font-family: Verdana, arial;
	font-size: 12px;
	color: #000000;
}

table {
	font-size: 12px;
}

td {
	vertical-align: top;
}

#topBox {
	width: 959px;
	height: 212px;
	background: url('../images/banner_bg.png') no-repeat top left;
	margin: 10px auto 0px auto;
	position: relative;
}

#menu {
	width: 959px;
	position: absolute;
	top: 172px;
	left: 20px;
	text-align: center;
}

.menuItem a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial;
	float: left;
	text-decoration: none;
}

.menuItem a:hover {
	color: #ffc342;
}

.menuSeparator {
	width: 5px;
	height: 20px;
	background: url('../images/point.png') no-repeat left 4px;
	float: left;
	margin: 0px 10px;
}

#contentBox {
	width: 959px;
	margin: 10px auto 0px auto;
	overflow: hidden;
}

#contentLeftColumn {
	width: 675px;
	margin-right: 14px;
	float: left;
}

#contentRightColumn {
	width: 270px;
	float: left;
}

#homeItemsBox {
	width: 675px;
	margin-top: 10px;
}

#homeItemsBox td {
	padding-right: 10px;
}

#homeItemsBox td .last {
	padding: 0px;
}

.homeItemDescription {
	margin-top: 5px;
}

.homeItemDescription2 {
	font-family: Verdana, arial;
	font-size: 9px;
	text-align: center;
}

.homeItemPictureBox {
	width: 161px;
	height: 164px;
	position: relative;
}

.homeItemTitle a {
	top: 136px;
	width: 161px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	color: #ffffff;
	text-decoration: none;
}

.homeItemTitle a:hover {
	color: #ffc342;
}

.size1 {
	top: 136px;
	font-size: 12px;
	text-decoration: none;
}

.size2 {
	top: 135px;
	font-size: 14px;
}

.homeTextBox {
	margin-top: 20px;
	width: 675px;
	background: url('../images/text_bg.png') repeat-x top left #ffffff;
}

.homeTextBoxContent {
	padding: 10px 15px;
	text-align: justify;
}

.homeTextBoxTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#bottomBox {
	clear: both;
	border-top: 3px solid #374db3;
	width: 959px;
	margin: 20px auto 20px auto;
	text-decoration: none;
}

#bottomBox table {
	margin: 10px auto 0px auto;
}

#bottomBox td {
	padding: 0px 20px;
	color: #4791d9;
	font-size: 9px;
	font-family: Arial;
}

.blueBox {
	width: 270px;
	height: 161px;
	background: url('../images/bluebox_bg.png') no-repeat top left;
	margin-bottom: 10px;
}

.blueBoxContent {
	padding: 10px 13px;
	color: #ffffff;
	line-height: 12px;
}

.blueBoxContentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}

.grayBox {
	width: 270px;
	height: 74px;
	background: url('../images/graybox_bg.png') no-repeat top left;
	margin-bottom: 10px;
}

.grayBoxContent {
	padding: 10px 13px;
	color: #555555;
	line-height: 12px;
}

.grayBoxContentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}

.greenBox {
	width: 270px;
	height: 196px;
	background: url('../images/greenbox_bg.png') no-repeat top left;
	margin-bottom: 10px;
}

.greenBoxContent {
	padding: 13px 15px;
	color: #ffffff;
	line-height: 13px;
}

.greenBoxContentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 15px;
}

.greenListItem {
	font-size: 12px;
	background: url('../images/sun.png') no-repeat top left;
	padding-left: 18px;
	margin-bottom: 10px;
}

.orangeBox {
	width: 270px;
	height: 196px;
	background: url('../images/orangebox_bg.png') no-repeat top left;
	margin-bottom: 10px;
}

.orangeBoxContent {
	padding: 13px 15px;
	color: #ffffff;
	line-height: 13px;
}

.orangeBoxContentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 15px;
	color: #000000;
}

.orangeListItem {
	font-size: 12px;
	background: url('../images/arrow.png') no-repeat left 3px;
	padding-left: 18px;
	margin-bottom: 10px;
}

.newsletterButton {
	width: 27px;
	height: 22px;
	background: url('../images/newsletter_button.png') no-repeat top left;
	border: none;
	margin-top: 4px;
}

.newsletterBox {
	width: 195px;
	height: 30px;
	background: url('../images/newsletter_box.png') no-repeat top left;
	border: none;
	padding: 7px 10px 0px 10px;
}

.link {
	color: #FFFFFF
	text-decoration: none;
}