*
{
	margin:0px;
	padding:0px;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
#wrapper
{
	width:1024px;
	margin:0px auto;	
 	
}
#header
{
	background:url(../images/header-slice.jpg) repeat-x;
	width:1024px;
	height:28px;
}
#content
{
	width:1024px;
	height:433px;
	background:url(../images/bg-slice.jpg) repeat-x;
}
.left
{
	float:left;
	width:250px;
	padding-left:80px;
}

.right
{
	float:right;
	width:624px;
	height:433px;
	background:#FFFFFF;
	margin-right:136px;
}
.lhs
{
	float:left;
	width:420px;
	padding-top:30px;
	padding-left:10px;
}
.rhs
{
	float:right;
}
.imgstyle1
{
	margin-right:10px;
	margin-top:10px;
}
.imgstyle2
{
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	margin-left:30px;
}
.titlestyle
{
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	padding-left:40px;
	padding-top:70px;
	padding-bottom:50px;
}
.titlestyle1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}
.tagline
{
	margin-left:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#0099CC;
	float:left;
	line-height:20px;
	margin-top:5px;
	margin-bottom:15px;
}
.tablestyle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse:collapse;
	border:none;
	margin-left:40px;
}
.tablestyle td
{
	height:30px;
	padding:4px;
}
.loginstyle
{
	background:url(../images/button1.jpg) no-repeat;
	width:60px;
	height:23px;
	border:none;
	font-size:11px;
}
#footer
{
	background:url(../images/footer-slice.jpg) repeat-x;
	width:1024px;
	height:117px;
	clear:both;
}
.footerstyle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:23px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	float:left;
}
#footer a:link,#footer a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFCC;
	text-decoration:none;
} 
#footer a:hover
{
	color:#FF99CC;
	text-decoration:none;
}
.footerimg
{
	margin-top:25px;
	margin-left:85px;
	float:left;
}
.labelstyle
{
	margin-left:10px;
}
 .modalBackground 
        {
	        background-color:Gray;
	        filter:alpha(opacity=70);
	        opacity:0.7;
        }
         .modalPopup 
        {
	        background-color:#ebf1ff;
	        border-width:3px;
	        border-style:solid;
	        border-color:Gray;
	        padding:3px;
	        width:250px;
        }