@charset "utf-8";
/* CSS Document */
body{
background:url(../images/bg.jpg) repeat;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

*{

	padding:0px;
	margin:0px;
	border:none;
}


.main{
width:100%;
text-align:center;
}
.menulink{
color:#ffffff;
}
a.menulink:link{
color:#ffffff;
text-decoration:none;
}
a.menulink:visited{
color:#B1B1B1;
text-decoration:none;
}
a.menulink:hover{
color:#cccccc;
text-decoration:underline;
}
.header{
vertical-align:top;
}
.menu{
height:38px;
text-align:right;
color:#ffffff;
}
.heading{
height:34px;
text-align:left;
vertical-align:middle;
color:#999999;
font-size: 18px;
}
.leftNav{
	background-image: url(../images/7number.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
 
}

.leftlink{
 color:#686767;
font-size:13px;
}
a.leftlink:link{
color:#686767;
text-decoration:none;
}
a.leftlink:visited{
color:#686767;
text-decoration:none;
}
a.leftlink:hover{
color:#999999;
text-decoration:underline;
}
.bodyColor{
background:url(../images/img1.jpg) no-repeat bottom left;
background-color:#EBEBEB;
}
.bodyText{
text-align:justify;
padding:30px 0px 30px 30px;
}
.footerImg{
background:url(../images/img2.jpg) no-repeat;
background-color:#ffffff;
height:154px;
}
.footer{
background:url(../images/footer-bg.jpg) repeat-x;
height:34px;
text-align:left;
vertical-align:middle;
color:#ffffff;
padding-left:5px;
}
a.footer:link{
color:#ffffff;
text-decoration:none;
}
a.footer:hover{
color:#cccccc;
text-decoration:underline;
}
.imgborder {
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #D6D7D9;
}
.button {
	font-size:9px;
	font-weight:normal;
	text-align:center;
	padding:3px 10px 3px 10px;
	color:#ffffff;
	background-color:#999999;
	border:1px solid #cccccc;
	cursor:pointer;	
	height:22px;
	width:auto;
}
