/* Box Divisions */
div.box {
	padding: 0px 0px 0px 0px;
}

/* Box Outer */
div.box_top_outer {
	 BACKGROUND-IMAGE: url(images/box_top_outer.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 838px;  /* width of box */
	 height: 42px; /* height of background image */
}

div.box_content_outer {
	 BACKGROUND-IMAGE: url(images/box_content_outer.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: repeat;
	 width: 838px;  /* width of box */
}

div.box_bottom_outer {
	 BACKGROUND-IMAGE: url(images/box_bottom_outer.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 838px;  /* width of box */
	 height: 18px; /* height of background image */
}

/* Box 1 */
div.box_top_1 {
	 BACKGROUND-IMAGE: url(images/box_top_1.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 502px;  
	 height: 42px; 
}

div.box_content_1 {
	 BACKGROUND-IMAGE: url(images/box_content_1.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: repeat;
	 width: 502px;  /* width of box */
}

div.box_bottom_1 {
	 BACKGROUND-IMAGE: url(images/box_bottom_1.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 502px;  /* width of box */
	 height: 18px; /* height of background image */
}


/* Box cs */
div.box_top_cs {
	 BACKGROUND-IMAGE: url(images/box_top_cs.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 402px;  /* width of box */
	 height: 42px; /* height of background image */
}

div.box_content_cs {
	 BACKGROUND-IMAGE: url(images/box_content_cs.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: repeat;
	 width: 402px;  /* width of box */
}

div.box_bottom_cs {
	 BACKGROUND-IMAGE: url(images/box_bottom_cs.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 402px;  /* width of box */
	 height: 18px; /* height of background image */
}

/* Box 1 */
div.box_top_7 {
	 BACKGROUND-IMAGE: url(images/box_top_7.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 798px;  
	 height: 42px; 
}

div.box_content_7 {
	 BACKGROUND-IMAGE: url(images/box_content_7.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: repeat;
	 width: 798px;  /* width of box */
}

div.box_bottom_7 {
	 BACKGROUND-IMAGE: url(images/box_bottom_7.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 798px;  /* width of box */
	 height: 18px; /* height of background image */
}

/* Box 2 */
div.box_top_2 {
	 BACKGROUND-IMAGE: url(images/box_top_2.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 562px;  
	 height: 42px; 
}

div.box_content_2 {
	 BACKGROUND-IMAGE: url(images/box_content_2.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: repeat;
	 width: 562px;  /* width of box */
}

div.box_bottom_2 {
	 BACKGROUND-IMAGE: url(images/box_bottom_2.jpg);
    BACKGROUND-POSITION: left;
    BACKGROUND-REPEAT: no-repeat;
	 width: 562px;  /* width of box */
	 height: 18px; /* height of background image */
}

div.Box_Area  {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 text-align: left;
}

div.Box_Area_2 {
 background: #63717C;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 text-align: left;
}





