/*fck start*/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #CFCFCF;
	font-size: 12px;
}

hr {
	color: #666;
	background-color: #666;
	border: 0;
	height: 1px;
}

/* Default links */
a {
	text-decoration: none;
	outline: none;
	color:#00f;
}

a:hover {
	text-decoration: underline;
}

.ctr a:link, .ctr a:visited, .ctr a:active {
	text-decoration: none;
	color: #00f;
}
.ctr a:hover {
	text-decoration: underline;
	color: #00f;
}

h1 {
	font-size: 16px;
	color: #fff;
}

h2 {
	font-size: 14px;
	color: #9a9a9a;
}

h3 {
	font-size: 12px;
	color: #9a9a9a;
}

h4 {
	font-size: 12px;
	color: #ff0133;
}

h5 {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

h6 {
	font-size: 11px;
	color: #9a9a9a;
}

/*fck end
Containers*/
.canvasWrapper, .mainCont, .footer, .footerbottom {
	width: 958px;
	margin: 0 auto;
}

.canvasWrapper {
	border: solid 2px #fff;
}

.mainCont {
	background-image: url("/web/design/images/bg.png" );
	background-repeat: repeat-y; /*height:auto !important; } * html .mainCont { height:360px !important;*/
}

.leftCont {
	float: left;
	width: 250px;
	margin-top: -19px;
}

.leftCont ul, .leftCont li {
	list-style-type: none;
}

.leftCont a {
	color: #000;
	font-size: 12px;
}

.mainRight {
	float: right;
	width: 706px;
}

.contentCont .ctr {
	width: 400px;
	float: left;
	padding: 10px 30px 20px;
}

.contentCont .ctr img {
	padding: 0;
}

.rightCont {
	width: 200px;
	float: right;
	margin: 14px 30px 0 0;
}

/*End Containers*/
.topLogo {
	background-color: #fff;
}

/*Footer*/
.footer {
	position: relative;
	top: -21px;
	margin-bottom: 100px;
}

.footer a {
	color: #000;
	font-size: 10px;
}

.footerholder {
	background-color: #fff;
	height: 25px;
	width: 962px;
	margin-left: -2px;
}

.toppanel, .footerb {
	position: relative;
	top: 2px;
	left: 0;
	width: 958px;
	background-color: #ff0133;
	color: #fff;
	font-weight: 700;
	height: 21px;
	text-align: center;
}


.footerb {
	left: 2px;
	width: 958px;
}

.topLogo .whiteline {
	border-bottom: solid 2px #fff;
	line-height: 2px;
}

.footleft {
	float: left;
	width: 300px;
}

.footright {
	float: right;
}

h1, h2, h3, h4, strong {
	font-weight: 700;
}

img {
	border: none;
}
ul {
	margin-left: 14px;
}
ol {
	margin-left: 25px;
}

.pgehdr {
	background-image: url("/web/design/images/pageHeaderBg-2col.jpg" );
	background-repeat: repeat-y;
	height: 28px;
	background-position: right;
	width:706px;
}

.pgehdr h1 {
	margin-top: -10px;
	margin-left: 30px;
	color: #fff;
}

p {
	margin-bottom: 10px;
}
.mainText, .mainText p, .contentCont .ctr{
	line-height: 16px;
}
