body{
	height: 100%;
	width: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 12px arial, helvetica, sans-serif;
	background: url(../images/bodybg.png) repeat-x top #f0f0f0;
	z-index: 0;
}

body, a, p, li{
	text-decoration: none;
	border: none;
	color: black;
}

a, legend{
	color: #7E4CAF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p{
	text-align: justify;
	padding: 0px 20px;
}

fieldset{
	border: 1px solid black;
}

img{
	border: none;
	padding: 0px;
	margin: 0px;
}

img.preload {
	display: none;
}

h1{
	color: #7E4CAF;
	font: 22px arial, helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 22px;
}

h2{
	color: #7E4CAF;
	font: 18px arial, helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 10px 10px;
	line-height: 22px;
}

input, select, textarea{
}

#footerimage{
	height: 50px;
	width: 100%;
	background: url(../images/silhouettebg.png) repeat-x bottom;
	float: left;
}

#container{
	width: 640px;
	height: auto;
	float: left;
	background: url(../images/containerbg.png) no-repeat top right;
	padding: 0px 106px 0px 0px;
	margin: 0px;
	z-index: 2;
}
	
	#header{
		height: 184px;
		width: 100%;
		padding: 0px 0px 10px 0px;
		margin: 0px;
		float: left;
	}
	
	#nav{
		width: 100%;
		height: 31px;
		float: left;
		padding: 15px 0px 0px 0px;
		margin: 0px;
		background: url(../images/navbg.png) no-repeat right;
	}
		
		#nav ul{
			height: auto;
			width: auto;
			padding: 0px;
			margin: 0px;
		}
		
		#nav ul li{
			border-right: 1px solid white;
			display: inline;
			height: 40px;
		}
		
		#nav ul li.last{
			border-right: none;
		}
		
		#nav ul li a{
			margin: 3px 0px 3px 0px;
			padding: 10px 20px 10px 20px;
			height: 40px;
			color: white;
		}
	
	#main {
		width: 100%;
		height: auto;
		float: left;
		padding: 10px 0px;
		margin: 0px;
		background: url(../images/mainbg.png) repeat-y right;
	}		
		
		div.formrow{
			width: 450px;
			height: auto;
			float: left;
			line-height:22px;
		}
		
		div.formleft{
			width:50px;
			height: auto;
			float: left;
			padding-left:10px;
			text-align:right;
			vertical-align: top;
		}
		
		fieldset.error{
			border: 1px solid red;
			color: red;
		}
		
		fieldset.error legend, fieldset.error ul li{
			color: red;
			font-weight: bold;
		}
		
		div.row{
			padding: 2px 20px;
			display: block;
		}
		
		div.rowspacer{
			width: 100px;
			float: left;
			padding: 0px 0px 0px 20px;
		}
		
		h2.links{
			
		}
		
		ul.links{
			padding: 0px;
			margin: 0px;
		}
		
		ul.links li{
			list-style: none;
			margin: 10px 20px;
			padding: 0px;
		}
		
		ul.links li a{
			width: 590px;
			height: auto;
			display: block;
			padding: 5px 0px 5px 5px;
			margin: 0px;
			border: 1px solid black;
			background: white;
		}
		
		ul.links li a:hover{
			background: #F0F0F0;
			text-decoration: none;
		}
		
		ul.links li a span.linkdescription{
			font-weight: normal;
			color: black;
		}
		
		div#puters img{
			float:left;
			padding: 20px;
		}
	
	#footer{
		width: 100%;
		height: auto;
		float: left;
		padding: 33px 0px 0px 0px;
		margin: 0px;
		background: url(../images/mainbgbottom.png) no-repeat top right;
	}
		
		#footer ul{
			height: auto;
			width: auto;
			padding: 0px;
			margin: 0px 0px 10px 30px;
		}
		
		#footer ul.last{
			margin: 0px 0px 0px 30px;
		}
		
		#footer ul li{
			border-right: 1px solid black;
			display: inline;
			padding: 0px 7px;
		}
		
		#footer ul li.last{
			border-right: none;
		}
