body { 
	margin : 0;
	padding : 0;
	background: #CCCCCC url(../images/bg_page.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
} 
a { 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 
#container{
	width : 780px;
}
h1 {
	padding : 0 ;
	margin : 0 25px 0 0;
	font: normal 16px/17px Arial, Helvetica, sans-serif;
}
h2 { 
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
}
h3 {
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
	color : #FF9900;
}
#header_one {
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
	color : #FF9900;
}
	#header-two {
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
	}
	
	#header-three {
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
	color : #FF9900;
	}
	
	
h4 { 
	font : bold 12px/25px "Trebuchet MS", Arial, Tahoma;
	text-transform : uppercase;
	color : #6F7EAB;
	padding : 0 0 0 10px;
	margin : 0;
	text-decoration : underline;
}
/*header*/
#header-image{
	width : 532px;
	height : 235px;
}
#slogan1{
	background : url(../images/bg_blue.jpg) no-repeat top;
	height : 58px;
	color : white;
}
#slogan2{
	background : url(../images/bg_orange.jpg) top;
	height : 55px;
	color : #FFFFFF;
}
/*navigation*/
.header-nav a, .header-nav a:link, active, visited{
	background : url(../images/bg_nav.jpg) repeat-x top;
	border-left : 1px solid white;
	border-right : 1px solid #E6E6E6;
	height : 62px;
	width : 128px;
	font : bold 11px/60px Tahoma, Arial;
	color : #666666;
	display : block;
	text-decoration : none;
	text-align : center;
	text-transform : capitalize;
}
.header-nav a:hover{
	background : url(../images/bg_nav_hover.jpg) repeat-x top;
	color : #000000;
}
.header-nav-active a, .header-nav-active a:link, active, visited{
	background: url(../images/bg_nav_active.jpg) repeat-x top;
	border-left : 1px solid white;
	border-right : 1px solid #E6E6E6;
	height : 62px;
	width : 128px;
	font : bold 11px/60px Tahoma, Arial;
	color : #307092;
	display : block;
	text-decoration : none;
	text-align : center;
	text-transform : capitalize;
}
.header-nav-active a:hover{
}
.right-nav a, .right-nav a:link, active, visited{
	background: url(../images/new_btn.gif) no-repeat center ;
	height : 28px;
	width : 122px;
	font : bold 12px/27px Arial, Helvetica, sans-serif;
	display : block;
	text-decoration : none;
	text-align : center;
	color : white;
}
.right-nav a:hover{
	background : url(../images/new_btn_hover.gif) no-repeat center;
	color : #CC6600;
}
/*left content*/
.menu ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
.menu li{
	border-bottom : 1px dashed #E0E0E0;
	padding : 0;
	margin : 0 30px 0 0;
	list-style-image: url(../images/icon_left_nav.gif);
}
.menu li a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.menu li a:hover{
	color: black;
	list-style-image: url(../images/icon_left_nav_hover.gif);
}
.menu2 ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
.menu2 li{
	border-bottom : 1px dashed #E0E0E0;
	padding : 0;
	margin : 0 30px 0 0;
	list-style-image: url(../images/icon_left_nav2.gif);
}
.menu2 li a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color : #307092;
	text-decoration: none;
}
.menu2 li a:hover{
	color: black;
	list-style-image : url(../images/icon_left_nav2_hover.gif);
	color : #666666;
}
.content-left{
	font : normal 12px/15px Arial, Tahoma;
	padding : 5px 40px 5px 40px;
	margin : 0;
}
.welcome{
	border-left: 3px solid #307092;
	padding : 0 0 0 10px;
}
.left-head{
	background : url(../images/bg_left_heading.jpg) no-repeat top;
	width : 248px;
	height : 69px;
	padding: 0 30px 0 30px;
}
/*right content*/
.content-right1{
	padding : 20px 25px 20px 25px;
	margin : 0;
	background : url(../images/bg_content_right.jpg) no-repeat top left;
}
.content-right2{
	padding : 20px 25px 20px 25px;
	margin : 0;
}
/*paragraph*/
p{
	font : normal 12px/15px Arial, Tahoma;
	padding : 0 0 10px 0;
	margin : 0;
	color : #666666;
}
p a{
	color: #C27603;
}
/*form*/
/*border*/
.blue{
	background : #327498;
	height : 3px;
}
/*footer*/
.footer{
	background : url(../images/bg_footer.jpg) no-repeat top;
	height: 61px;
}
.footer p{
	font: normal 11px/60px Tahoma, Arial;
	padding: 0 30px 0 0 ;
	margin : 0;
	color : white;
}
.footer a{
	color : white;
}
.table1{
	border-collapse : collapse;
	font-size : 12px;
}
.table1 td{
	border : 1px solid #E8F3F7;
	border-collapse : collapse;
}
.table2{
	border-collapse : collapse;
	font-size : 12px;
}
.table2 td{
	border : 1px solid #FF9900;
	border-collapse : collapse;
}
.image-border{
	border: 5px solid #E9E9E9;
}
.image_des p{
	font : normal 11px/15px Tahoma., Arial;
}
form{
	font : normal 12px/15px Arial, Tahoma;
	padding : 0;
	margin : 0;
}
input, select, input-type, textarea{
	border : 1px solid #003366;
	font : normal 12px Arial, Tahoma;
	padding : 0;
	margin : 0;
}
.button{
	background-color : #666;
	height : 25px;
	width : auto;
	font : bold 12px/23px Arial, Tahoma;
	color :  #FFFFFF;
	border : 1px solid #CCC;
	padding : 0 5px 0 5px;
	margin : 0;
}