BODY {
	background-color : #e8e8ea;
	font-family : Arial, Helvetica, sans-serif;
	color : #5A5C6D;
	margin: 0px;
	font-size: 12px;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
      }

.main_table{
	width: 755px;
	
	background-color: #FFFFFF;
	border-style: solid;
	vertical-align: top;
	border-right-color: #e1e1e1;
	border-right-width: 1px;
	border-left-color: #e1e1e1;
	border-left-width: 1px;
	border-bottom-color: #e1e1e1;
	border-bottom-width: 1px;
}


.home_sidebar{
	width:255px;
	background-color:#f0f0f0;
	color:#5A5C6D;
	padding: 0px 12px 10px 22px;	
}


.headlines{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005C84;
	font-weight: bold;
}

a:link, a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005C84;
	text-decoration: none;
}

a:hover, a:active{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}


.footer{
	background-color: #717276;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 36px 5px 150px;
	font-size: 10px;
	letter-spacing: 0px;
	text-align: center;
}



.footer a:link, .footer a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover, .footer a:active{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}



.sidebar_bottom{
	background-color: #CCCCCC;
	height: 10px;
}



.table_dark_cell{
	background-color: #f0f0f0;
	padding: 5px 0px 5px 0px;
}

.txt_box{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}




.problems{
	background-color:#f0f0f0;
	color:#5A5C6D;
	padding: 20px;
}


.contest{
	background-image: url(../images/contest_bg2.jpg);
	width:396px;
	height:355px;
}

.contest_text{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.contest_text a:link, .contest_text a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

.contest_line{
	height:1px;
	width:100%;
	background-color:#CC6600;
	
}

