.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 777px;
}
.left_bg {
	background-image: url(../images/middle_03.jpg);
	background-repeat: no-repeat;
	width: 176px;
	background-color: #eaf3fc;
}

.repeat_left_side {
	background-image: url(../images/repeat_left_side.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 176px;
}
.middle_title {
	font-family: Verdana;
	font-size: 32px;
	color: #f2882e;
}

.left_bg_inside {
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	width: 176px;
	font-family: Verdana;
	font-size: 14px;
	color: #f29220;
	text-decoration: none;
	background-color: #eaf3fc;
	background-position: top;
	height:497px;
}
.left_bg_inside a:link{
	font-family: Verdana;
	font-size: 14px;
	color: #f29220;
	text-decoration: none;
}
.left_bg_inside a:visited{
	font-family: Verdana;
	font-size: 14px;
	color: #f29220;
	text-decoration: none;
}
.left_bg_inside a:hover{
	font-family: Verdana;
	font-size: 14px;
	color: #f29220;
	text-decoration: none;
}

.middle_bg {
	background-image: url(../images/middle_04.jpg);
	background-repeat: no-repeat;
	width: 434px;
	background-color: #eaf3fc;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}

.right_bg {
	background-image: url(../images/middle_05.jpg);
	background-repeat: no-repeat;
	width: 167px;
	background-color: #eaf3fc;
	background-position: top;
}
.right_bg_top {
	background-image: url(../images/right_bg_top.jpg);
	background-repeat: no-repeat;
	height: 167px;
	width: 167px;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.middle_sub_title {

	font-family: Verdana;
	font-size: 19px;
	color: #000000;
}
.right_bg_bottom {
	background-image: url(../images/right_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 345px;
	width: 167px;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}
.right_category {
	background-image: url(../images/category_right.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 151px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	background-position: center;
}
.right_category a:link{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.right_category a:visited{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.right_category a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}


/*hrmenu*/
#cfnavbar{
margin: 0;
padding: 0;
}

#cfnavbar ul{
padding: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
	font-size:12px;
	float: left;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/divider1.gif) top right no-repeat;
	padding-top: 8px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}


#cfnavbar ul li a:hover{
color:#f2882e;
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/*hrmenu*/
.email_link {
	color: #000000;
	text-decoration:none;
}
.email_link a:link{
	color: #000000;
	text-decoration:none;
}
.email_link a:visited{
	color: #000000;
	text-decoration:none;
}
.email_link a:hover{
	color: #000000;
	text-decoration:none;
}

.orange_link {
	color:#f29220;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.orange_link a:link{
	color:#f29220;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.orange_link a:visited{
	color:#f29220;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.orange_link a:hover{
	color:#f29220;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
