maintable { 
margin-left : 0;
margin-top : 10px;
margin-right : 0;
margin-bottom : 0;
background-image : url(./images/bg.gif);
}

#mainContainer {

	background-color: #ffffff;
	color: #000000;
	position: relative;
	text-align: center;

    width: 970px;
    margin:0 auto;

    border-style:solid;
    border-width:0px;
    border-color:black;
    
} 

#imageShadow {
    /* box-shadow: h-shadow v-shadow blur spread-radius color; */
	-moz-box-shadow: 3px 3px 8px 2px #333;
	-webkit-box-shadow: 3px 3px 8px 2px #333;
	box-shadow: 3px 3px 8px 2px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');

}

.top1 { 
background-image : url(../images/dot-top.jpg);
background-repeat : repeat;
width : 567px;
height : 2px;
} 
.bg_button { 
background-image : url(../images/button_bg.gif);
background-repeat : repeat;
width : 1000px;
height : 42px;
} 
.bg_dot { 
background-image : url(../images/dot.gif);
background-repeat : repeat;
width : 100%;
height : 2px;
} 

.bg_grey { 
background-image : url(../images/bg-middle-line.jpg);
background-repeat : repeat;
width : 100%;
height : 3px;

} 

.bg_black { background:#31312E;

}
.bg_left_grey { background:#808080;

padding-left:1px;
padding-bottom:1px;
padding-right:1px;
padding-top:1px;

}

.bg_white { background:#ffffff;
padding-left:1px;
padding-bottom:1px;
padding-right:1px;
padding-top:1px;

}

.bg_middle { background:#646464;
}

.bg_dot_grey { 
background-image : url(../images/dot-line1.jpg);
background-repeat: repeat;
width : 2px;
height : 100%;
}

.image { padding-left:10px; 
}

.bg_lower_blue { 
background : #0783A1;
height : 50px;
font-family : Verdana, Arial, sans-serif;
color : #FFFFFF;
font-size : 10px;
LINE-HEIGHT: 19px

}

.bg_grey_lower { 
background : #F1F1F1;
}

.white_bg { 
height : 1px;
background : #ffffff;
}

.black_bg { 
height : 1px;
background : #000000;
}

.orange_bg { 
height : 4px;
background : #ff7e00;
} 
 
.blue_bg { 
height : 1px;
background : #004176;
}

.green_bg-lower{
background:#778942;
height:9px;

}
.main_bg { 
background : #f1f1f1;
font-size : 11px;
font-family : Verdana, Arial, sans-serif;
color : #5f5e5e;
} 

LI.list {
	FONT-WEIGHT: bold; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #575A5B;
	FONT-SIZE: 11px; 
	LINE-HEIGHT: 17px
	
} 
.se2 { 
border-right : 1px solid #918a77;
border-top : 1px solid #918a77;
font-size : 11px; font-family:Verdana, Arial, Helvetica, sans-serif;
border-left : 1px solid #918a77;
height : 18px;
width : 150px;
color : #1F1F20;
border-bottom : 1px solid #918a77;
} 

.matter3 { 
font-weight : normal;
font-size : 10px;
color : #949191;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
} 

SPAN.infoBox { 
font-size : 10px;
font-family : Verdana, Arial, sans-serif;
}

TEXTAREA { 
font-size : 11px;
width : 100%;
font-family : Verdana, Arial, sans-serif;
} 

.matter { 
font-size : 12px;
color : #000000;
font-family : Verdana, Arial, sans-serif;
padding-left:15px;
padding-top:0px;
padding-right:15px;
line-height:14px;
text-align:left;
}

.heading_white2{ 
font-size : 10px;
color : #ffffff;
font-family : Verdana, Arial, sans-serif;
padding-left:6px;
padding-top:0px;
padding-right:0px;
line-height:14px;
text-align:right;
}

.ULmatter { 
font-size : 12px;
color : #000000;
font-family : Verdana, Arial, sans-serif;
padding-left:25px;
padding-top:0px;
padding-right:40px;
line-height:18px;
text-align:left;
}

.NewsULmatter { 
font-size : 12px;
color : #000000;
font-family : Verdana, Arial, sans-serif;
padding-left:28px;
padding-top:5px;
padding-right:40px;
line-height:14px;
text-align:left;
}

.headMatter { 
font-size : 13px;
color : #000000;
font-family : Verdana, Arial, sans-serif;
padding-left:15px;
padding-top:5px;
padding-right:20px;
line-height:14px;
text-align:justify;
} 

.contactHeadMatter { 
font-size : 11px;
color : #000000;
font-family : Verdana, Arial, sans-serif;
padding-left:15px;
padding-top:5px;
padding-right:20px;
line-height:14px;
text-align:justify;
} 

div#footer-bg{
	background:rgb(50,50,50);
	color:#B3AC8B;
    padding-top:1px;
 	}

.copyright {
padding:5px; text-align:center; color:rgb(200,200,200);
font: 12px Arial, Helvetica, sans-serif;
}


#rule {
	MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px; BACKGROUND: #FFFFFF; MARGIN-LEFT: 0px; WIDTH: 970px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: none; }
