@charset "UTF-8";
/* CSS Document */
.twoColFixLtHdr #articles_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px;
	background-image: url(images/articles/articles_links_header.jpg);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

.articles_sidebar_link {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	}
	
.articles_sidebar_on {
	color: #007eba;
	text-decoration: none;
	font-weight: bold;
	}
	
#articles_sidebar1 ul{
	list-style:outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 18px;
	text-indent: -12px;
	line-height: 120%;
	display: block;
	padding-top: 10px;
}

#articles_sidebar1 li {
padding-bottom: 5px;
display: block;
padding-top: 5px;
}

.img_block {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 9px;
	font-style: italic;
	color: #808080;
	line-height: 140%;
	text-align: left;
	padding-top: 3px;
	}
	
.img_block_img {
	border: 1px #404040 solid;
	padding: 5px;
}

.FAQ
{
}

.faqitem {
	margin-bottom:24px;
}
.faqquestion {
	background-image:url(images/btn_greenplus.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:18px;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	display: block;
}

.faqquestion_link {
	background-image:url(images/btn_greenplus.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:18px;
	color:#b22315;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	display: block;
}

.faqquestion_link a:visited 
{
    color: #b22315;
}

.faqquestion_text {
	padding-left:0px;
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	display: block;
}
.faqanswer {
	padding-left: 20px;
	padding-top: 5px;
	display:none;
	color:#404040;
	font-family: Arial;
	font-size: 12px;
}

.copy 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.error 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contest_left {
	width: 250px;
	padding: 0;
	margin: 0;
	}
	
#contest_right {
	float: right;
	padding-right: 60px;
	}
