/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_pg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#f3f3f3;
}
.top_bg{
height:40px;
background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
.obj{
height:33px;
padding-bottom:1px;
}
.img_border{
	border: 1px solid #118bab;
}
.img_border1{
	border: 1px solid #118bab;
	margin-right:10px;
}
.box_bg{
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:324px;
}
.box_bg1{
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
}
.welcome_box{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.welcome_head{
	font-family: Cambria;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:25px;
	padding-bottom:2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #118bab;
	background-image:url(images/welcome_arrow.jpg);
	background-position:left;
	background-repeat: no-repeat;
}
.welcome_head span{
	font-family: Cambria;
	font-size: 18px;
	font-weight: bold;
	color: #01caff;
	text-decoration: none;
}
.welcome_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left:0px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration: none;
	line-height:17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #118bab;
	text-align: justify;
}
.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00566d;
	text-decoration: none;
	text-align: justify;
	line-height:17px;
}
.horizontal_border{
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	margin-left:5px;
	margin-right:5px;
	background-position: center center;
}
.subheadings{
	font-family: Cambria;
	font-size: 12px;
	font-weight: bold;
	color: #118bab;
	text-decoration: none;
	padding-left:23px;
	background-image: url(images/subheading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.clr{
height:10px;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	text-decoration: underline;
}
.btn{
	background-color: #108bac;
	border: 1px solid #00a8d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}