#page {
	font-family: Arial, Helvetica, san-serif;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/navbackground.jpg) repeat-y; 
	background-position: 0px 20px;	
		
}

#home{
	font-family: Arial, Helvetica, san-serif;
	margin: 0;
	padding: 0;
}

#image{
	
	text-align:center;
	vertical-align:middle;
	margin-top: 90px;
		
}

#enter{
	text-align:center;
	margin-top: 30px;
	font-weight: bold;
	font-size: 18pt;
}

#main{
	
	margin-top: 50px;
	margin-left: 200px;
	width: 600px;
	
	
}

#masthead{

	background-image: url(../images/logostrip.gif);
	width: 600px;
	Height: 80px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 200px;

}

#sidebar{
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 174px;
		
}

img.logo{
	
	margin-top: 18px;
	padding-top: 0px;
	margin-bottom: 50px;
	margin-left: -1px;
	border-right: solid 1px #000;
}

a.nav, a.nav:link, .chosen {
	
	display: block;
	width:140px;
	height:40px;	
	background: url(../images/button.gif) no-repeat; 
	border:none;
	margin-left: 15px;
	margin-top:10px;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#333399;
	line-height:35px; 
	overflow:hidden;
}

a.nav:hover {
	text-decoration: underline;
	
}


a.nav:active, .chosen {
	color:#333366;
	text-decoration: underline;
	
}

strong {
	color: #333366;
}

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#sendpos{
	margin-left: 4.5em;
}


#indented{
	padding-left: 60px;
	
}


