
/***BOX FORMATS*****************************************************************************************************/

.box_main {
        width: 950;
        height: 100%;
}

.box_top_left{
	background: 29481B;
	border: 2px solid Black;
	width: 167;
	height: 103;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.box_top_right{
	background: 29481B;
	border: 2px solid Black;
	width: 780;
	height: 103;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.box_middle_left {
	/*background: 29481B;*/
	background: transparent url(images/green_background.jpg) 40 20 repeat;
	border: 2px solid Black;
	width: 167;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.box_middle_right_outer {
	background: 4A3836;
	border: 2px solid Black;
	width: 780;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.box_middle_right_inner {
	background: E9E9E3;
	border: 2px solid Black;
	width: 610;
	height: 450;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}

.box_bottom {
	/*background: 29481B;*/
	background: transparent url(images/green_background.jpg) 40 20 repeat;
	border: 2px solid Black;
	width: 950;
	height: 15;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/***BOX FORMATS*****************************************************************************************************/

/***TEXT FORMATS*****************************************************************************************************/

.textformat_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.textformat_black_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
}

.textformat_black_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: left;
}

.textformat_for_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-align: center;
	font-weight: bold;
}

.textformat_for_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	text-align: left;
	font-weight: bold;
}

.textformat_for_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	text-align: left;
	font-weight: bold;
}

.textformat_subject_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	text-align: left;
	font-weight: bold;
	color: #29481B;
	align: left;
}

.textformat_subject_header_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	text-align: left;
	font-weight: bold;
	color: #29481B;
	align: center;
}

.textformat_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	text-align: left;
	font-weight: bold;
	color: #000000;
	align: left;
}

.textformat_white {
	font-family: Georgia;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	text-align: center;
        background: 7F867B;
	border: 1px solid Black;
	width: 150;
	cursor: hand;
}

.textformat_link {
	font-family: Georgia;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 150;
}

/***TEXT FORMATS*****************************************************************************************************/

/***MISC FORMATS*****************************************************************************************************/

.links {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: FFFFFF;
	font-size: 12;
}

.links:hover {
	font-style: normal;
	font-family: Georgia;
	font: normal small-caps bold/normal;
	font-weight: bold;
	color: 000000;
	background: FFFFFF;
	font-size: 12;
}
/***MISC FORMATS*****************************************************************************************************/