ul{
	list-style-type: square;	
}

body{	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #330033;
	/*padding-top: 0px;*/
	background-image: url(img/body-bg.gif);
		
}


p, li, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #330033;
}

hr {
	color: #993366;
	background-color: #993366;
	height: 2px;
	/*width: 75%;*/
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid #993366;	
}

a, a:visited, a:link, a:active, a:active{
	color: #993366;
}




#bg-form-logo, #task-form-logo{
	background-color: #FFFFFF;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	padding: 0px;
	height: 84px;
	width: 323px;
	clear: both;
	display: block;
	top: 0px;
	z-index: 1;
	text-align: center;
	
}



h1 {	
	font-size: 16pt;
	font-weight: bold;
}

h2 {	
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
}

h1, h2, h3 {
	color: #44598b
}


.box {
	border: 2px solid #993366;
	padding: 10px;
	margin: 10px;

}

input, textarea, select, option {
	font-size: 10pt;
	/*background-color: #ffffff;
	border: 1px solid;*/
	font-family: verdana, arial, helvetica, sans-serif;
	color: #330033;
}

#bgform, #taskform, #placement-test{
	background-color: #FFFFFF;
	width: 370px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 40px;
	text-align:left;
	border: 5px solid #44598b;	
	
}

#selection-task{
	text-align: left;
}



#bgform input, #bgform textarea, #bgform select, #bgform option {
	width: 350px;
}



#taskform input,#taskform textarea, #taskform select{
	width: 350px;

}

#taskform textarea, #bgform textarea, #bgform select {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#bgform input.submit-button {
	width: 100px;
	margin-bottom: 20px;	
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#taskform input.submit-button
{
	width: 100px;
	margin-bottom: 20px;	
	margin-right: auto;
	margin-left: 110px;
}

.bottom-link A{
	font-weight: bold;
	float: left;
	color: #330033;
	border-top: 3px none #993366;
	border-right: 3px solid #993366;
	border-bottom: 3px none #993366;
	border-left: 3px solid #993366;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;

}

.clear {
	clear: both;
}

.nv {
	visibility: hidden;
	clip:  rect(0px 0px 0px 0px);
}


.example 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	border: 1px dotted gray;
	padding: 8px;
	
}

/*
 noForm Date generated date combos
*/
select#Month_of_birth,  select#Day_of_birth, select#Year_of_birth  
{
	width: 115px;
}

option.desc 
{
	color:gray;
}

