@charset "utf-8";
/* Bootsma Scholarship Styles */
body
{
	background-color:#1e283b;
	color:#333333;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	margin:5px 0 5px; 0;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin:0;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 0;
}

p
{
	margin:10px 0 0 0;
}

/* Divs */
#container
{
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	width:800px;
}

#content
{
	margin:0;
	padding:10px 30px 20px 30px;
	text-align:left;
}

	#content a
	{
		color:#003399;
		font-weight:bold;
		text-decoration:none;
	}
	
	#content a:hover
	{
		color:#003399;
		font-weight:bold;
		text-decoration:underline;
	}

#footer
{
	color:#FFFFFF;
	margin:10px 0 0 0;
	text-align:center;
}

	#footer a
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#footer a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}
		
/* Forms */
.textBox
{
	border:1px solid #333333;
	font-size:12px;
	width:150px;
}

.textArea
{
	border:1px solid #333333;
	font-size:12px;
}

.button
{
	background-color:#FFFFFF;
	border:1px solid #333333;
	font-size:12px;
	cursor:pointer;
}

/* Misc */
.image
{
	border:1px solid #333333;
	margin:0 0 0 15px;
}	
