@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #919aa4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColElsCtr #container {
	width: 939px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/side-left.jpg);
	background-repeat:repeat-y;
	
}
.oneColElsCtr #mainContent {
	padding: 0 0px; 
	background-image:url(images/lower-bg.jpg);
	width: 939px;
	background-repeat:repeat-y;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.newtop
{
background-image:url(images/top1.jpg);
background-repeat:no-repeat;
width:939px;
height:49px;
}
.main
{
width:939px;
}
.left-bg
{
background-image:url(images/left-bg.jpg);
width:48px;
height:247px;
float:left;
}
.logo
{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
width:221px;
height:247px;
float:left;
}
.header
{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:621px;
height:247px;
float:left;
}
.blankmenudiv
{
width:24px; 
height:18px; 
float:left;
}
.menuitemtop
{
	width:65px; 
	height:18px; 
	float:left;
	cursor:pointer;
}
.right-bg
{
background-image:url(images/right-bg.jpg);
width:49px;
height:247px;
float:left;
}
.linkbg
{
background-image:url(images/link-bg.jpg);
background-repeat:no-repeat;
width:295px;
height:378px;
float:left;
}
.dot
{
margin-left:17px;
margin-top:10px;
border-top:dotted 2px white;
width:252px;
 
overflow:auto;
}

.dot2
{
margin-left:17px;
border-top:dotted 2px white;
width:252px;
 
overflow:auto;
}
.style
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:232px;
}
.header-1
{
background-image:url(images/header-1.jpg);.
background-repeat:no-repeat;
width:644px;
height:68px;
float:left;
margin-top:0px;
}

.content-bg
{
background-image:url(images/content-bg.jpg); 
width:643px;
float:left;
min-height:300px;
vertical-align:top;
overflow:auto;
}
.welcome
{
background-image:url(images/welcome.jpg);
background-repeat:no-repeat;
width:543px;
height:54px;

}
.blockstyle
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:520px;  
text-align:justify; 
padding-left:15px;
padding-top:20px;
}
.bottom
{
background-image:url(images/bottom.jpg);
width:939px;
height:56px;
float:left;
}
.lblclass
{
float:left;
width:150px;
text-align:right;
text-transform:capitalize;
font-weight:normal;
}
.txtbox
{
float:left;
width:250px;
margin-left:5px;
padding-top:2px;
padding-bottom:2px;
}

.txtboxfont
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
legend
{
	padding-bottom:5px;
	font-weight:bold;
}
.button
{
	border:solid 1 black;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.hyperclass
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#330000;
	text-decoration:underline;
}
.hyperclass:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-decoration:none;
}

 .menu
{
width:250px;
cursor:pointer;
 font-size:14px;
 text-decoration:none;
}
.nolink{
text-decoration:none;
cursor:pointer;
color:#000000;
}