BODY  {
		   margin: 0px 0px 0px 0px;	
	       background-image: url(../img/tile.gif);
	       background-repeat:repeat;
		   color:#000;
		   font-family: verdana, arial, sans-serif;
		   font-size:12px;
		   line-height:150%;
		   text-align: center;
		   
	   }
	   
#womb {
	background-color:#fff;
	width: 620px;
	padding:10px;
	height:1000px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:590px;
	}
html>body #womb {
	width:590px;
	}
	   
#womb #top {
	background:transparent;
	background-image: url(../img/logo_bar.gif);
	background-repeat: no-repeat;	
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid #ccc;
	height: 120px; /* ie5win fudge begins */
	width: 600px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
	width:570px;
	}
html>body #top {
	height: 90px; /* ie5win fudge ends */
	width:570px;
	}
	
#womb #nav {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width: 600px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:570px;
	}
html>body #nav {
	width:570px;
	}	

#womb #main {
	margin: 20px 0px 0px 0px;
	text-align:left;
    background: #fff;
	width: 570px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
	}
html>body #main {
	width: 540px; /* ie5win fudge ends */
	}

#womb #footer {
	margin: 30px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size:10px;
	color:#666;
	border:0px solid #ccc;
	width: 600px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:570px;
	}
html>body #footer {
	width:570px;
	}

#womb #main #form{
			margin-bottom:5px;
			width:400px;
			}	

#womb #main #form #field{
			float: right;
			width:280px;
			}	
	
#seperator {
 			border: 1px dotted #333;
  			margin: 4px 2px;
			}
		   
 .help  {  
           border-bottom: 1px dotted #333;
		   cursor:help;
		   color: #333;
		   }
										
A:link {
			text-decoration: none;
			color: #336600;	
			font-weight: 600;
			}
			
A:hover {
			color: #336600;
			text-decoration: underline;
			font-weight: 600;
			} 
			
A:visited {
			color: #336600;
			text-decoration: none;
			font-weight: 600;
			}
			
h1{
 			font-size: 13px;
			font-weight: 600;
			color: #333300;
			padding-bottom:3px;
			border-bottom: 3px double #666;
			}
.form{
			font-size: 10px;
			color: #333;
			background-color: #f5f5f5;
			border:1px solid #333;
			}
.button{
			font-size: 10px;
			font-weight:600;
			color: #333;
			background-color: #f5f5f5;
			border:1px solid #333;
			cursor:pointer;
			}
			
strong{
			font-weight:600;
			}
						
