.center	{ text-align:center; }  
.left		{ text-align:left; }  
.right	{ text-align:right; }
  
.bold { font-weight:bold; }  

/* Spachil color */
.redblood 		{ color: #B52A03;}
.choco_brown 	{ color: #A2391E;}

.white		{ color:#FFFFFF; }
.red 			{ color:#FF0000; }
.green		{ color:#006600; }
.liteGray	{ color:#999999; }

#email_section {
	margin-top:10px;
	padding:5px;
	background: url(../images/bg_black_alpha_40.png); 
}


.text_14 { font-size:14px; }
.text_12 { font-size:12px; }
.text_11 { font-size:11px; }
.text_10 { font-size:10px; }
.text_9  { font-size:9px; }
.text_8  { font-size:8px; }

/*========================================[			Body Section		]========================================*/

#page {
	width: 1020px;
	_width: 1030px; /* IE6 Hack */
	margin: auto;
	margin-top: 30px;
	padding: 0px;
	background:url(../images/bg_textDXE_black.jpg);
}

/*========================================[			Head Section		]========================================*/

#head_section {
	width: 100%;
	height: 165px;
	margin-top: 10px;
	padding: 5px 0px;
	background: url(../images/bg_alpha_10.png);
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}

/*========================================[			Left Column			]========================================*/

#left_column {
	float: left;
	width: 190px;
	margin: 15px 10px;
	_margin: 15px 7px; /* IE6 Hack */
}

/*========================================[			Menu Section		]========================================*/

.boxMenu_top {
	margin: auto;
	width: 190px;
	height: 15px;
	background:url(../images/bg_menu_top.png) no-repeat;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}
.boxMenu_body {
	width: 190px;
	background: url(../images/bg_menu_body.png) repeat-y;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}
		.boxMenu_body ul {
			margin: 0px;
			padding: 1px;
			padding-left: 7px;
			list-style-type: none;
		}
		.boxMenu_body li {
			margin: 3px;
			padding: 1px;
			font-weight: bold;
			font-size: 18px;
		}

.boxMenu_bottom {
	margin: auto;
	margin-bottom: 15px;
	width: 190px;
	height: 15px;
	background:url(../images/bg_menu_bottom.png) no-repeat;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}

/*========================================[			Right Column		]========================================*/

#Right_column {
	float: left;
	width: 790px;
	_width: 770px; /* IE6 Hack */
	margin-bottom: 10px;
}
#Left_column {
	float: left;
	width: 556px;
	}

/*========================================[				Heading 			]========================================*/

	#heading {
		_width: 100%; /* IE6 Hack */
		height: 30px;
		margin: 15px 0px 10px 0px;
		_margin: 15px 0px 7px 0px; /* IE6 Hack */
		padding: 0px 10px;
		background: url(../images/bg_alpha_60.png);
		behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
	}
	#heading h1 {
		margin: 0px;
		padding: 0px;
		color: #B52A03;
		line-height: 30px;
		font-size: 18px;
	}
	
/*========================================[		Content Section		]========================================*/

	#content_section {
		_width: 100%; /* IE6 Hack */
		min-height: 499px;
		_height : 524px; /* IE6 Hack */
		padding: 10px;
		background: #FFF;
		/*background: url(../images/bg_alpha_60.png);
		behavior: url(../javascript/iepngfix.htc);*/ /* IE6 Hack */
	}
	
/*========================================[			Foot Section		]========================================*/

#foot_section {
	height: 60px;
	margin: auto;
	padding-top:10px;
	font-size: 8px;
	color: #FFF;
	text-align: center;
}
