body {
	margin:				0 auto;
	width:				1025px;
	background-color:	#9696B6;
	color:				#323246;
	font-family:		arial, helvetica;
	font-size:			12pt;
}

a:link {
	color: #280A93;
}

a:visited {
	color: #280A93;
}

a:hover {
	color: #642464;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

.header {
	background-color: #9696B6;
	color: #323246;
	padding: .5em;
}

.nav1 {
	text-align: justify;
	background-color: #9696B6;
	color: #323246;
	word-spacing: 1em;
}

.nav1on {
	background-color: #c8bec8;
	color: #642464;
	font-weight: bold;
	border-top: thin gray solid;
	border-left: thin gray solid;
	border-right: thin gray solid;
	padding: .5em;
	text-decoration: none;
}

a.nav1off:link {
	color: #323246;
	text-decoration: none;
	padding: .5em;
}

a.nav1off:visited {
	color: #323246;
	text-decoration: none;
	padding: .5em;
}

a.nav1off:hover {
	text-decoration: none;
	color: #642464;
	padding: .5em;
}

a.nav1on:link {
	color: #642464;
	text-decoration: none;
	padding: .5em;
}

a.nav1on:visited {
	color: #642464;
	text-decoration: none;
	padding: .5em;
}

a.nav1on:hover {
	text-decoration: none;
	color: #280A93;
	padding: .5em;
}

.nav2bg {
	width: 1.5em;
	background-color: #c8bec8;
	vertical-align: top;
}

.nav2 {
	background-color: #c8bec8;
	color: #642464;
	padding: 1em;
	width: 180px;
}

.nav2on {
	background-color: #c8bec8;
	color: #280A93;
	font-weight: bold;
}

a.nav2off:link {
	color: #642464;
	text-decoration: none;
	padding-bottom: 2em;
}

a.nav2off:visited {
	color: #642464;
	text-decoration: none;
	padding-bottom: 2em;
}

a.nav2off:hover {
	color: #280A93;
	text-decoration: none;
	padding-bottom: 2em;
}

a.nav2on:link {
	color: #280A93;
	text-decoration: none;
	padding-bottom: 2em;
}

a.nav2on:visited {
	color: #280A93;
	text-decoration: none;
	padding-bottom: 2em;
}

a.nav2on:hover {
	color: #280A93;
	text-decoration: none;
	padding-bottom: 2em;
}

.contentbg {
	background-color: #c8bec8;
	vertical-align: top;
	padding-bottom: 1.5em;
}

.content {
	background-color:#EBE1F5;
	color:#323246;
	padding:1em;
	margin-top:1em;
	margin-right:1em;
}

.surveybg {
	background-color:#c8bec8;
	vertical-align:top;
	padding-bottom:1.5em;
}

.survey {
	background-color:#EBE1F5;
	color:#323246;
	padding:1em;
}

.survey_title {
	background-color:#EBE1F5;
	color:#323246;
	padding:1em;
}

/*this is for the headings on the information sheet*/
.isheading {
	font-weight: bold;
	text-decoration: underline;
}

/* these are for the study lists*/
.availablestudies {
	font-weight: bold;
	font-size: 125%;
	border-top: thin green solid;
	border-left: medium green solid;
	border-right: thin green solid;
	padding: 3px;
}

.inprogressstudies {
	font-weight: bold;
	font-size: 125%;
	border-top: thin blue solid;
	border-left: medium blue solid;
	border-right: thin blue solid;
	padding: 3px;
}

.completedstudies {
	font-weight: bold;
	font-size: 125%;
	border-top: thin red solid;
	border-left: medium red solid;
	border-right: thin red solid;
	padding: 3px;
}

.slheaddata {
	border-bottom: thin black solid;
	padding-right: 3em;
}

.slheaddataA {
	border-bottom: medium green solid;
	padding-right: 3em;
}

.slheaddataP {java 
	border-bottom: medium blue solid;
	padding-right: 3em;
}

.slheaddataC {
	border-bottom: medium red solid;
	padding-right: 3em;
}

.sltabledata {
	border-right: 1px solid gray;
	
	vertical-align: middle;
	text-align: left;
}

.footer {
	background-color: #9696B6;
	font-size: 75%;
	padding: 1em;
}

input.disabledtext {
	border: 0px solid #EBE1F5;
	
	text-align: center;
	font-family: monospace;
	font-size: 16pt;
	
	background-color: #EBE1F5;
	color: black;
}

select.disabledtext {
	border: 1px solid #EBE1F5;
	
	text-align: center;
	font-family: arial, helvetica;
	font-size: 24pt;
	
	background-color: #EBE1F5;
	
	color: black;
}

hr {
	border: 1px solid gray;
}

label {
	font-size: .9em;
}