@charset "utf-8";
@import url("base.css");
#right {
	width: 691px;
	background: url(../../elements/skin/right-top.jpg) top left no-repeat;
	padding-top: 6px;
	/* main text settings */
	/*color: #6c6e73;*/
	color: #333;
	font-size: 1.2em;
}
#right h2, #right h1 {
	font-size: 2em;
	color: #61265d;
	line-height: 1em;
	margin: 14px 0 2px 0;
	font-weight: bold;
}
#right h3 {
	font-size: 1.17em;
	color: #61265d;
	line-height: 1em;
	margin: 6px 0 2px 0;
	font-weight: bold;
}
#right p {
	line-height: 1.5em;
	margin-bottom: 22px;
}
#right p strong { line-height: 1.5em; }
#right a { color: #367BC0; }
#right ul, ol {
	margin: 0 0 22px 25px;
}
#right ul { list-style: disc; }
#right ol { list-style: decimal; }
#right li {
	margin-bottom: 6px;
	line-height: 1.4em;
}
#right li a { text-decoration: none; }
#right .content {
	background-color: #fff;
	border-left: 1px solid #adcee1;
	border-right: 1px solid #adcee1;
	padding: 14px 12px 8px 20px;
	min-height: 436px;
}
div.rightbtm {
	border: none;
	margin: 0;
	padding: 0;
	background: url(../../elements/skin/right-bottom.jpg) bottom left no-repeat;
	height: 6px;
}
div.rightbtm hr{ display: none; }

#right .content .bread-crumb {
	clear: both;
	font-size: .83em;
}
#right .content .bread-crumb a {
	text-decoration: none;
	color: #333;
	text-transform: lowercase;
}
#right .rightimg {
	float: right;
	margin: 0 0 12px 18px;
}
#right .loginimg {
	float: right;
	margin: 0 8px 12px 18px;
}
#right .leftimg {
	float: left;
	margin: 0 18px 12px 0;
}
#subsection {
	width: 650px;
	background: url(../../elements/skin/sub-top.gif) top left no-repeat;
	padding-top: 6px;
	margin-bottom: 10px;
}
#subsection .content {
	background-color: #fff;
	border-left: 1px solid #9ec8e4;
	border-right: 1px solid #9ec8e4;
	padding: 8px 0 0 0;
	/*min-height: 436px;*/
	min-height: 0;
	text-align: center;
	
}
#subsection .content table {
	/*margin-left: auto;
	margin-right: auto;*/
}
#subsection .content td {
	text-align: left;
	padding: 6px 0 10px 16px;
}
#subsection .content table img {
	display: block;
	margin: 0;
	padding: 0;
}
/*#subsection .content ul {
	list-style: none;
	background: #fff;
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: center;
}
#subsection .content ul li {
	display: block;
	float: left;
	width: 300px;
	vertical-align: top;
	text-align: center;
	height: 130px;
}
#subsection .content ul li img {
	display: block;
	margin: 0 auto 4px auto;
}
#subsection .content ul li span{
	width: 234px;
	display: block;
	margin: 0 auto;
}
#subsection .content ul li.center {
	width: 100%;
}*/
div.subbtm {
	border: none;
	margin: 0;
	padding: 0;
	background: url(../../elements/skin/sub-bottom.gif) bottom left no-repeat;
	height: 6px;
}
div.subbtm hr{ display: none; }