/****************************************/
/* Orange Box                           */
/****************************************/
/************** Code to use *************
	<DIV CLASS="Box_Orange">
		<!-- Top Row -->
		<DIV CLASS="Box_Orange_Header">
			<DIV CLASS="Box_Orange_Top_Left"></DIV>
			<DIV CLASS="Box_Orange_Top_Right"></DIV>

			<!--Title-->
			<DIV CLASS="Box_Orange_Title">
				<DIV CLASS="Box_Orange_Title_Left"></DIV>
				<DIV CLASS="Box_Orange_Title_Text">
					Name
				</DIV>
				<DIV CLASS="Box_Orange_Title_Right"></DIV>
			</DIV>
		</DIV>

		<!-- Content -->
		<DIV CLASS="Box_Orange_Content">
			
		</DIV>

		<!-- Footer -->
		<DIV CLASS="Box_Orange_Footer">
			<DIV CLASS="Box_Orange_Bottom_Left"></DIV>
			<DIV CLASS="Box_Orange_Bottom_Right"></DIV>
		</DIV>
	</DIV>
*****************************************/

.STitle_Green_Thick { font-family:Arial; font-size: 20px; font-weight:bold; color:green; text-transform:uppercase }

.Box_Green_Thick
{	 
/*	width: 760px; */
    width: 100%;
	margin-bottom: 15px;
	margin: 0 auto 15px;
	text-align: left;
}

.Box_Green_Thick_Header
{
	height: 20px;
	background: url(/Images/Box/Green/Box_Green_Thick_Top.gif) repeat-x bottom;
}

.Box_Green_Thick_Top_Left
{
	background: url(/Images/Box/Green/Box_Green_Thick_Top_Left.gif) no-repeat bottom;
	float: left;
	width: 10px;
	height: 20px;
}

.Box_Green_Thick_Top_Right
{
	background: url(/Images/Box/Green/Box_Green_Thick_Top_Right.gif) no-repeat bottom;
	float: right;
	width: 10px;
	height: 20px;
}

.Box_Green_Thick_Title_Left
{
	background: url(/Images/Box/Green/Box_Green_Title_Left.gif) no-repeat;
	width: 10px;
	height: 20px;
	float: left;
}

.Box_Green_Thick_Title_Right
{
	background: url(/Images/Box/Green/Box_Green_Title_Right.gif) no-repeat;
	width: 10px;
	height: 20px;
	float: left;
}

.Box_Green_Thick_Title
{
	padding-left: 20px;
}

.Box_Green_Thick_Right_Title
{
	padding-right: 20px;
    float: right;
}

.Box_Green_Thick_Title_Text
{
	color: #FFFFFF;
	background-color: #009900;
    font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 5px 2px 5px;
	float: left;
}

.Box_Green_Thick_Content
{
 	padding: 10px 30px 10px 30px;
	text-align: left;
	border-left: 3px solid #009900;
	border-right: 3px solid #009900;
}

.Box_Green_Thick_Footer
{
	width: 100%;
	height: 10px;
	background: url(/Images/Box/Green/Box_Green_Thick_Bottom.gif) repeat-x; 
}
.Box_Green_Thick_Bottom_Left
{
	width: 10px;
	height: 10px;
	background: url(/Images/Box/Green/Box_Green_Thick_Bottom_Left.gif) no-repeat top left;
	float: left;
}

.Box_Green_Thick_Bottom_Right
{
	width: 10px;
	height: 10px;
	background: url(/Images/Box/Green/Box_Green_Thick_Bottom_Right.gif) no-repeat top right;
	float: right;
}

