
.cssform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.cssform p.firstColumn{
width: 550px; 
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform p.secondColumn{
float: left;
width: 250px;
margin: 0;
padding: 5px 0 8px 405px;
height: 1%;
}

.cssform p.firstColumn span
{
	display:block;
	margin-left: 55px;

}


.cssform p.firstColumn label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform p.firstColumn input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 180px;*/
margin-bottom: 5px;
}

.cssform p.firstColumn textarea{
width: 250px;
height: 150px;
margin-left: 50px;
}

.cssform div#submission
{
	text-align:center;
	padding: 10px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.bodytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F85C5;
	font-weight: bold;
	text-decoration: underline;
}
.bodytext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F85C5;
	text-decoration: underline;
	font-weight: bold;
}
.bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F85C5;
	text-decoration: underline;
	font-weight: bold;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.navtext a:link {color: #000000;text-decoration: none}
.navtext a:visited {color: #000000;text-decoration: none}
.navtext a:active {color: #000000;text-decoration: none}
.navtext a:hover {color: #000000;text-decoration: underline}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 400;
}
.footer a:link {color: #333333;text-decoration: underline}
.footer a:visited {color: #333333;text-decoration: underline}
.footer a:active {color: #333333;text-decoration: underline}
.footer a:hover {color: #333333;text-decoration: underline}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4F85C5;
	font-weight: bold;
}

.required
{
	color:red;
	font-weight:bold;
	display:inline;
}
.purpleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#640360;
	line-height: 18px;
}