/* CSS Document */
*{
	margin:0;
	padding:0;	
}
body{
	text-align:left;
	font-family: verdana, arial, sans-serif;
	background-color:#fff;
	font-size:88%;
	font-family: arial, sans-serif;
	color:#003;
	margin-left:20px;
}
table{
	border-style: double;
	border-width: 4px;
	border-color: #000033;
	border-collapse: collapse;
	width:800px;
}
th{
	font-size: 1em;
	background-color:#e8e9fe;
	color:#000033;
	text-align: center;
	border-style: double;
	border-width:1px 1px 4px 1px;
	border-color: #000033;
}
td{
	font-size:.9em;
	background-color: #fff;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000033;
	padding: 5px;
}
input, textarea{
	background-color:#e8e9fe;
}
h1{
	font-size:1.4em;
	text-align:left;
	background: #fff url(../images/appleSectionHeader.jpg) no-repeat scroll bottom left;
	padding: 35px 15px 10px 50px;
	margin-bottom:15px;
}
.center{
	text-align: center;
}
#wrapper{
	width:800px;
	overflow:auto;		
}
.rowWrapper{
	width:600px;
	margin:auto;	
}
.rowLabel{
	width:49%;
	float:left;
	text-align:right;
}
.rowItems{
	width:49%;
	float:left;
	text-align:left;	
}
.separator{
	width:1px;
	float:left;	
}
ul{
	margin:20px;
}
