/* @override http://10.0.1.2/data/simple_style.css */

body {
	margin: 0;
	background-color: #000;
}

#masthead {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: 213px;
	background-image: url(images/fullwidth_masthead_simple.jpg);
}

#purplemasthead {
	margin: 0 auto;
	width: 800px;
	height: 213px;
	padding: 0;
	background: url(images/purple_masthead_bg.gif) repeat-x;
/*	border: 1px solid #f00; */
}

#pmasttable {
	margin: 0 auto;
	width: 800px;
	height: 213px;
	padding: 0;
	background: url(images/purple_masthead_bg.gif) repeat-x;
}

#ptleft {
	width: 300px;
}

#ptcenter {
	width: 217px;
}

#ptright {
	width: 283px;
}

#purplemastheadlinkhome {
	display: block;
	position: relative;
	width: 200px;
	height: 23px;
	background-image: url(images/purple_link_home.gif);
	left: 57px;
	top: 17px;
}

a#purplemastheadlinkhome:hover {
	background-position: 0 23px;
}


#purplemastheadlogo {
	display: block;
	background-image: url(images/purple_logo.gif);
	width: 206px;
	height: 213px;
	position: relative;
	left: 3px;

}

#purplemastheadlosangeles {
	position: relative;
	display: block;
	top: 159px;
	left: 0px;
}

.accessaid {
	height: 0;
	position: absolute;
	overflow: hidden;
}

#mainarea {
	margin: 0 auto;
	width: 720px;
	padding: 10px 40px 40px 40px;
	background-color: #f8ee4d;
/*	border: 1px solid #f00; */
}

#mainarea p {
	margin-top: 0;
}

#leftform {
	float: left;
	width: 180px;
}

#rightform {
	margin-left: 185px;
	width: 400px;
}

.onelinelabel {
	float: left;
	display: block;
	width: 140px;
}
/*
.rightform {
	display: block;
	margin-bottom: 5px;
}
*/
td {
	vertical-align: top;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
}

li {
	display: block;
	list-style-type: none;
}

li input {
	margin-right: 6px;
}

#submit {
	position: relative;
	left: 140px;
}