#page {
	margin: 0 auto;
	width: 750px;
	height:100%;
	background-color: white;
	}
	
#header {
	position: relative;
	width:750px;
	height:65;
	left:0px;
	top:0px;
	background-image:   url("images/header.jpg");
	background-repeat: no-repeat;
	}
	
#menubar {
	position: relative;
	width:750px;
	height:25;
	color:#ffffff;
	left:0px;
	top:0px;
	background-image:   url("images/menubar.jpg");
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-indent:20px;
	font-size: 9px;
	text-align: right;
	}
	
#menutext {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	}
	
.menutext {font-size: 9px;color:#fff;text-decoration:none;}
.menutext:link {font-size: 9px;color:#fff;text-decoration:none;}
.menutext:visited {font-size: 9px;color:#fff;text-decoration:none;}
.menutext:hover {font-size: 9px;color:#fff;text-decoration:underline;}
.menutext:active {font-size: 9px;color:#fff;text-decoration:none;}

#footer {
	background-image:   url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	text-align: center;
	width:750px;
	height:65;
	}
	
#footertext {
	padding: 20px;
	}
	
#main {
	position: relative;
	width:750px;
	float:right;
	/*background-image:   url("images/bignurse.jpg");*/
	background-repeat: no-repeat;
	background-position: right top;
	
	}
	
#menu {
	width:175;
	float:left;
	}
	
#content {
	padding-left:25px;
	}
	
#copycontent {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:750px;
	text-align:left;
	
	}

#dupcontent {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:550px;
	text-align:left;
	vertical-align:text-bottom;

	}	

p {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

td {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

li {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-image:   url("images/copyarrow.gif");	
	}
	
a:link {color:#666;text-decoration:underline;}
a:visited {color:#666;text-decoration:underline;}
a:hover {color:#666;text-decoration:underline;}
a:active {color:#666;text-decoration:none;}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #2674B6;
}
.style2 {
	color: #666666;
	font-size: 11px;
	font-style: italic;
}

.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #2674B6;
}

.required {
	COLOR: red
}

.chkspace
{
    
 padding-left: 200px;
	}
	
.error 
{
	/* padding:5px; */
	border: solid 1px red;
	background-color:#FFDDDD;
	display:block;
	font-family:Verdana;
}
.FormInput
{
   font-family:Verdana;
   font-size:11px;
   color:#808080;
}
