/*--------CSS for Minisite: Right Column Elements - TextBox---------*/
/*------------------------------------------------------------------*/


.textBox {
	float: left;
	clear: left;
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	}


.textBox_r {
	float: left;
	clear: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	}


.textBox p,
.textBox_r p {
	float: left;
	clear: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;	
	line-height: 21px;
	text-align: justify;
	/*color: #333;*/
	}


/*.textBox strong,
.textBox_r strong {
	/*color: #fd3d09;*/	
	}*/


.textBox h3,
.textBox_r h3 {
	float: left;
	margin: 0 0 10px 0;	
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	/*color: #fd3d09;*/
	}


.textBox ul,
.textBox_r ul {
	float: left;
	clear: left;
	list-style-type: none;
	width: 95%;
	margin: 0;
	padding: 0;
	}

.textBox ul li,
.textBox_r ul li {
	float: left;
	clear: left;
	list-style-type: none;
	width: 95%;
	margin: 0;
	padding: 0 0 8px 8px;
	font-size: 13px;
	font-weight: normal;	
	line-height: 21px;
	/*color: #555;*/	
	}


.textBox a,
.textBox_r a {
	font-weight: bold;
	/*color: #555;*/
	}


.textBox a:hover,
.textBox_r a:hover {
	font-weight: bold;
	/*color: #bb0124;*/
	}



/*For contest forms elements, please refer to forms.css*/
