/* layout1.css */


#welcome {
}

#userLogin {
	float: right;
	display: inline;
}
#userLogin p {
	display: inline;
}
#announcements {
	float: left;
}
#news  {
	float: left;
}
#initArea {
	float: left;
}
#events {
	float: right;
}
#programs {
	clear: both;
	width: 100%;
	height: 100%;
}
#resources {
	clear: both;
	width: 100%;
}
#currBody {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content form {
	margin: 0;
}
#content fieldset { 
	border: 1px none #000000; 
	margin-top: 10px;
}
#content p.legend {
	font-size: 13px;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom: 0;
}
input.recEdit {
	width: 50%;
	font-size: 12px;
	margin-bottom: 10px;
	clear: left;
}
textarea.recEdit {
	width: 100%;
	height: 240px;
	font-size: 12px;
	margin-bottom: 10px;
}
.nobreak {
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	vertical-align: middle;
}
.nobreak p {
}
.nobreak form {
	display: inline;
	margin: 0;
	padding: 0;
}
#showSelPage {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
}

