body {
	padding : 0px;
	margin : 0px;
   
}

td {
	vertical-align : top;
}

img {
	border : none;
}

.full_w {
	width : 100%;
}

.full_h {
	height : 100%;
}

.full_size {
	width : 100%;
	height : 100%;
}

.main {
	background-color : #000000;
	/*background-image : url(../images/ornament.jpg);
	background-position : left top;
	background-repeat : repeat;*/
	width : 100%;
	height : 100%;
}



.l_t {
  background-image: url(../images/b_left_top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
 

}
.r_t {
  background-image: url(../images/b_right_top.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}     
.l_b {
  background-image: url(../images/b_bottom_left.jpg);
  background-position:  left bottom;
  background-repeat: no-repeat;
 
}
.r_b {
  background-image: url(../images/b_bottom_right.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  
}
.left_column {
	float : left;
	width : 140px;
	position : relative;
	top:30px;
}
.mainlevel a{
	display : block;

	color : #FFFFFF;
	text-decoration : none;
	font-family : times New Roman;
	font-size : 12px;
	text-transform : uppercase;
	padding : 10px 0px 5px 36px;
}
.mainlevel a:hover {
  color: #FEA843;
} 

.content {
	float : left;
	padding-top : 0px;
	padding-left : 10px;
	width:566px;
}

.right_column {
	float : left;
	margin-left:20px;
position : relative;
top: -12px;
width : 219px;
color : #FFFFFF;
	text-decoration : none;
	font-family : times New Roman;
	font-size : 12px;
    padding-top: 15px;
}


.contentheading {
	font-family : times New Roman;
	font-size : 12px;
	text-transform : uppercase;
	color : #FEA843; 
}

.title {
	color : #FFA946;
	font-style : italic;
	font-family : times New Roman;
	font-size : 14px;

	padding-top : 15px;
	padding-bottom : 15px;
}

.main_body {
	padding : 14px 5px 10px 5px;
	color: #FFFFFF;
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 566px;
    margin-bottom: 60px;
   
}

.main_body a {
    font-family : arial, Helvetica, sans-serif;
    font-size : 12px;
    text-decoration: none;
    color: #FEA843;

}
.hr_bkg {
	background-image : url(../images/hr_bkg.jpg);
	background-position : left bottom;
	background-repeat : repeat-x;
	width : 100%;
    font-size: 1px;
}
 .bottom_menu {
 background-color: #000000;
 
 }
.bottom_menu a{
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FCA943;
	background-image : url(../images/hr_bottom_menu.jpg);
	background-position : right;
	background-repeat : no-repeat;
	padding : 0px 10px 0px 10px;
	line-height : 18px;
	text-decoration : none;
}
