/* CSS Document */
body,ul,h1,h2,h3,p {
margin:0px;
padding::0px;
}



body {
background-color:#d6f1f5;
background-image:url(images/mainbg.jpg);
 
background-repeat: repeat;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#4e4c4c;
font-weight:normal;
font-size:13px;



}
.maindiv {
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
width:997px;
height:auto;

margin:0px auto;
}
.bodydiv {
width:888px;
margin:0px auto;
background-color:#fff;
min-height:600px;
}
.header {
width:887px;
height:122px;
 
 
}
.header span {
float:left;
margin:0px;
padding:0px;
 
 
}
.menubar  ul {
margin:0px;
padding:0px;
}
.menubar {
background-image:url(images/menubg.jpg);
background-repeat:repeat-x;
width:100%;
 
margin:0px auto;
line-height:36px;
padding:0px;
text-align:center;

 
}
.menubar li {
display: inline;
margin-right:3px;
margin-left:3px;

}
.menubar li a {
font-weight:bold;
color:#090808;
text-decoration:none;
}
.menubar li a:hover{
text-decoration:underline;
}
.menubar li a:visited {
color:#090808;
}
.menubar img {
margin-left:15px;
margin-right:5px;
line-height:20px;
}
h2{
font-size:19px;
color:#29656e;
margin:5px;
}
 
.body .image {
width:225px;
float:left;
text-align:center;
margin-top:15px;
}
.body .bodytext {
float:left;
width:640px;

}
.mail {
color:#993300;
font-weight:bold;
font-size:11px;
}
.body .bodytext p{
line-height:20px;
}
.body ul li {
color:#24636d;
font-weight:bold;
line-height:30px;
margin-left:10px;
}

 

#footer {
	width: 890px;
	height: 84px;
	background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
margin:0px auto; 
 
	 
}

#footer p {
	line-height:20px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
		float: center;
	color:#073b86;
	 
}
#footer .link strong {
font-weight:bold;
}
#footer .link a {
color: #a31606;
}
#footer .copyright {
	float: center;
	color:#FF0000;
	font-size:11px;
}
 
.bodytext ul li {
list-style:none;
background-image:url(images/bullet1.jpg);
background-repeat:no-repeat;
padding-left:20px;
padding-bottom:15px;
line-height:20px;
}
