#alumniCopy
{
	float:left; 
	width:65%;
}

#alumniCopy .content
{
	background-color:#e0e9e4;
	color:#31715A;
}

#alumniCopy .content img
{
	float:left;
	padding-top:50px;
	padding-bottom:35px;
}

#alumniForm
{
	float:right; 
	width:34%;
	color:#31715A;
}

#alumniForm form
{
	background-color:#e0e9e4;
	padding-top:10px;
}

#alumniForm form .label
{
	color:#000000;
	width:50px;
	padding:5px 0px 5px 10px;
	float:left;
	font-size:10px;
}

#alumniForm form input, #alumniForm form select
{
	width:150px;
	height:20px;
	margin:5px 0px 5px 0px;
}

#alumniForm form input.small
{
	width:60px;
}

#alumniForm form .required
{
	width:10px;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	float:right;
	margin:12px 10px 0px 0px;
}

.clearfloat 
{ 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

