/*********education_courses.css**************/


#course_details
{
	width: 33%;
	float: left;
	margin: 40px;
	margin-top: 0px;
}

#course_details h1, h2
{
	text-align: center;
}

.nudge a

{
	float: left;
	border-radius: 10px;
	margin-bottom: 50px;
	width: 400px;
	font-size: 150%;
	font-weight: bold;
	border-style: solid;
	border-width: 4px;
	border-color: gray;
	margin-left: 150px;
	margin-top: 20px;
	padding: 50px;
	text-align: center;
	line-height: 1.5;
	background-color: #dce;
	color: #550;
}

.nudge a:hover
{
	background-color: #efe;
}


div#formlinkcontainer
{
	width: 180px;
	float: left;
}
 
div#formlinkcontainer h3
{
	text-align: center;
}


div#formlink
{
	height: 270px;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	background-image: url(stymages/beg_form.png)
}

#formlink p
{
	font-weight: bold;
	text-align: center;
	margin: 10px;
	color: black;
	line-height: 2;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 100%;
	line-height: 1.75;
	margin: 20px;
}



a aformlink
{
	max-width: 180px;
}

#formlink:hover
{
	border-style: solid;
	border-color: red;
	border-width: 2px;
}

#membership_details
{
	float: left;
	margin-top: 50px;
	min-height: 1000px;
}
#membership_details h2
{
	font-size: 200%;
}

#begs_poster
{
	width: 350px;
	float: left;
}




