/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC33;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0DFE3;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
	font-stretch: narrower;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-stretch: narrower;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669933;
	font-weight: normal;
	font-stretch: narrower;
	font-style: italic;
}

.style9 {
	font-size: 10px;
	color: #669933;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.instructorsDiv {
	position:relative;
	left: 125px;
	top: -100px;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

input.button {
	color: #333333;
	font-size: 14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #FFFFFF;
	background-color: #CCCCCC;
	font-stretch: condensed;
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	width: 355px;
	text-align: left;
}

input.button:hover {
	background-image: url(images/arrow_down.gif);
}

body {
	background-color: #99CC66;
	behavior:url("csshover.htc");
}

.phome{
	margin-left: 55px;
	margin-right: 50px;
}

.ppages{
	margin-top: 20px;
}

.ppagesr{
	margin-top: 155px;
}


.bgalign {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
