.main .center {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 30px;
	background-repeat: no-repeat;
}
.main .center .line {
	margin-top: 15px;
	padding: 0px;
	clear: both;
	margin-bottom: 15px;
}
.main .center .rightBar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 155px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
}
.main .center .rightBar .category {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-top: 10px;
	padding-left: 13px;
}
.main .center .rightBar p {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 12px;
	margin-top: 18px;
	padding-right: 20px;
	font-size: smaller;
	color: #006399;
}
.main .center .content {
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
	padding-bottom: 50px;
}
.main h1 {
	font-size: 14px;
	color: #FF6600;
	display: block;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left: 14px;
}

.main .center .content p {
	margin-top:12px;
	margin-bottom: 10px;
}
.main .center .bottomNav {
	text-align: center;
	color: #669AB2;
	font-size: smaller;
	clear: none;
	padding-top: 13px;
	padding-bottom: 14px;
}
.main .center .bottomNav a {
	color: #669AB2;
	text-decoration: none;
}
.main .center .bottomNav a:hover {
	text-decoration: underline;
	color: #065EC0;
}

