/* CSS Document */
html {
	  background-image:url(images/bg.jpg); background-repeat:repeat-x;
}

body {
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:#000;
	width: 100%;
	display: table;
	 background-image:url(images/bg-main.jpg); background-repeat:repeat-x;
}

a:link {
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
}
a:visited {
	TEXT-DECORATION: none;
};
a:hover {
	TEXT-DECORATION: underline;
}
p {
text-align:justify;
}
.data{
	color:#404142;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	font-size:13px;
	color:#000;
	line-height:22px;
	text-align:justify;
	}
.sitemap{
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	color:#005ca3;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}		
a.sitemap:link{
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	color:#005ca3;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	}
a.sitemap:visited{
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	color:#005ca3;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	}
a.sitemap:hover{
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	color:#000000;
	font-size:14px;
	line-height:22px;
	text-decoration:underline;
	}
a.sitemap:active{
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	color:#005ca3;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	}
.footer{
	background-image:url(images/footer.jpg); 
	background-repeat:repeat-x;
	background-position:top center; }
	
.copyright{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#b4b7b8;
	text-decoration:none;
		}
a.copyright:link{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#b4b7b8;
	text-decoration:none;
	}
	
a.copyright:hover{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#b4b7b8;
	text-decoration:underline;}
	
.submit {
	background-color:#2975a9;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #125989;
	border-right-color: #125989;
	border-bottom-color: #125989;
	border-left-color: #125989;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	height:25px;
	color: #000;
	background-color: #d3d3d3;
	padding: 2px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}
.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	color: #000;
	background-color:#d3d3d3;
	padding: 2px;
	width: 200px;
	height:60px;
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
}
.imgleft {
	float:left;
	margin-right:30px;}
.imgright {
	float:right;
	margin-left:30px;}
.navbg{
	background-image: url(images/nav_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:41px;}
.inner_bg{
	background-image: url(images/inner_bg.jpg); 
	background-position:center top;
	background-repeat: no-repeat;
	padding:6px 20px 0px 20px;}
.inner_bg_gallery{
	background-image: url(images/inner_bg.jpg); 
	background-position:center top;
	background-repeat: no-repeat;
	padding:10px 0px 0px 0px;}