#content {
	float: left;
	width: 515px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background-color: #FFFFFF;
}

#content a {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	font-weight: bold;
}

#content .cimage {
	float: right;
	margin: 10px 25px 10px 10px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(images/li-bp.gif);
}

#content h1 {
	color: #666666;
	font-weight: normal;
	font-size: 25px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(images/h1-bg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

#content h2 {
	color: #81BD41;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 35px 10px 0px;
}

#content h3 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	background-image: url(images/dot-EEEEEE.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

#content p {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 35px 10px 0px;
}

#content .pageindex {
	border: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 460px;
	background-image: url(images/index-bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #EBECEE;
}

#content .pageindex li {
	margin-left: 10px;
}

#content .pageindex a {
	text-decoration: none;
}

.showtext {
	text-decoration: none;
}

#pagefooter {
	height: 35px;
	width: 505px;
	background-image: url(images/dot-EEEEEE.gif);
	background-repeat: repeat-x;
}

#pagefooter .icon {
	width: 20px;
	margin: 2px;
	float: left;
}
#pagefooter .caption {
	float: right;
	visibility: hidden;
	font-size: 0px;
	text-decoration: none;
}
#pagefooter a:hover .caption {
	float: right;
	position: absolute;
	left: 300px;
	width: 100px;
	margin: 3px 0px 0px 0px;
	visibility: visible;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#pagefooter .caption-title {
	font-size: 10px;
	color: #666666;
	float: left;
	margin: 5px 10px 0px 0px;
}

#pagefooter .footer-icon {
	float: left;
}

#pageheader {
	float: left;
}

#pageheader .nav {
	float: right;
	width: 96px;
	height: 60px;
	margin: 72px 0px 0px 0px;
	font-size: 10px;
}

#pageheader .nav .icons {
	width: 32px;
	height: 60px;
	float: left;
}

#pageheader .nav .icons a .left {
	visibility: hidden;
	float: left;
	padding: 2px 0px 0px 6px;
	cursor: pointer;
	color: #999999;
}
#pageheader .nav .icons a:hover .left {
	visibility: visible;
}

#pageheader .topnav {
	float: left;
	margin: 110px 0px 0px 10px;
	font-size: 10px;
	color: #999999;
 	padding: 0px;
}

#pageheader .topnav a{
	color: #000000;
	text-decoration: none;
}
#pageheader .topnav a:hover{
	color: #999999;
	text-decoration: underline;
}

#articlemenu {
	width: 470px;
}

#articlemenu .article {
	margin-bottom: 10px;
	padding: 0px;
}

#articlemenu .article h2, #articlemenu .article h2 a {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: none;
	text-decoration: none;
}

#articlemenu .article h2 a:hover{
	text-decoration: underline;
	font-weight: normal;
}

#articlemenu .article .number{
	float: right;
	height: 15px;
	width: 14px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 0px 0px;
}

#articlemenu .article .title{
	float: left;
	width: 390px;
	padding: 4px 0px 0px 60px;
	margin: 0px;
}

#articlemenu .article .text {
	width: 390px;
	padding: 2px 20px 0px 60px;
	margin: 0px;
	float: left;
}

#articlemenu .article .cta {
	margin: 63px 0px 0px 380px;
	position: absolute;
}

#articlemenu .article p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}




