/* CSS Document */
BODY
{
	font: normal 12px Arial;
	background-color:white;
	text-align: center;
	margin: 0px;
}
p
{
	font: normal 12px Arial;
	padding: 0px 0px 0px 0px;
}
#main_container
{
 width: 785px;
 margin: 0px auto;
 background: url("../../user_files/images/right_border.gif") repeat-y right top;
 text-align: left;
}
#main_container_bg
{
 padding-left: 15px;
 background: url("../../user_files/images/left_border.gif") repeat-y left top;
}
#header
{
 background: url("../../user_files/images/header.jpg") no-repeat top left;
 /*height: 109px;*/ 
 padding-top: 115px;
}
#logo
{
 margin-left: 19px;
 /*border: solid 1px red;*/
}
#logo img{border: none;}

#menu
{
 /*float: left;*/
 padding-left: 10px;
 padding-top: 15px;
 padding-bottom: 15px;
 width: 45%;
 /*border: solid 1px blue;*/
}

#menuitem_1
{
 background: none;
 text-align: center;
 /*padding-right: -140px;*/
 /*border: solid 1px red;*/
}
#menuitem_2, #menuitem_3, #menuitem_5
{
 background: url("../../user_files/images/menu_bar.gif") no-repeat left center;
 text-align: center;
 /*padding-left: 10px;*/
}
#menuitem_4
{
 white-space: nowrap;
 width: 105px;
 background: url("../../user_files/images/menu_bar.gif") no-repeat left center;
 text-align: center;
}
#menu table a
{
 text-decoration: none;
 text-align: left;
}
#menu table a  { color: #817E26; }
#menu table a b { color: #FF9900; }

#content
{
 width: 755px;
 border-top-style: solid;
 border-top-color: #EBEBEB; 
 border-top-width: 4px;
}
#left_content
{
 width: 224px;
 float: left;
 /*border: solid 1px;*/
}
#right_content
{
 width: 523px;
 float: left;
 /*border: solid 1px;*/
 border-left-style: solid;
 border-left-color: #EBEBEB; 
 border-left-width: 6px;
}
#right_top
{
 /*float: left;*/
 margin-left: 30px;
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom-style: solid;
 border-bottom-color: #CCCCCC;
 border-bottom-width: 1px;
 width: 470px;
}
#right_top img
{
 margin-left: 30px;
}
#right_middle
{
 width:470px; margin-left:30px;
}
#right_bottom
{
 margin-left: 10px;
}
#right_middle_second
{
 margin: 0px 10px 0px 10px;
}
#right_middle_second a
{
margin-left: 50px;
}
#right_middle_second img
{
 border: none;
 margin-bottom: 15px;
}
#footer
{
 background: url("../../user_files/images/footer.gif") repeat-x left top;
 height: 37px;
 width: 785px;
}
#footer_left
{
 float: left;
 background: url("../../user_files/images/footer_left.gif") no-repeat;
 height: 38px;
 width: 15px;
}
#footer_content
{
 /*float: left;*/
}
#bottom_logo
{
 float: left;
 height: 22px;
 padding: 10px 0px 0px 120px;
}
#bottom_menu
{
 float: left;
 height: 22px;
/* width: 300px;*/
 padding: 12px 0px 0px 50px;
}
#bottom_menu ul
{
 margin: 0; 
 padding: 0;
}
#bottom_menu ul li.first_li
{
 background: none;
}
#bottom_menu ul li
{
 list-style: none; 
 float: left;
 background: url("../../user_files/images/footer_bar.gif") no-repeat left center;
 padding: 0px 7px; 
}
#bottom_menu ul li a
{
 color: #817E26;
 text-decoration: none;
 float: left;
}
#bottom_menu ul li b
{
 color: #FF9900;
 text-decoration: none;
 font-weight: normal;
 float: left;
}
#footer_right
{
 float: right;
 background: url("../../user_files/images/footer_right.gif") no-repeat;
 height: 38px;
 width: 15px;
}/* CSS Document */
