@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/sl_subtile.jpg);
	background-color: #0B4D7F;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0063A5;
}
a:hover {
	text-decoration: underline;
	color: #E80E2F;
}
h1 {
	font-size: 11px;
	color:#C00;
	margin-bottom:.5em;
}
h2, h3, h4, h5, h6, p, ul, li {
	margin-bottom: 1em;	
}
.rule {
	background-color: #999;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}



/* FORMS */

#application {
	font-size: 10px;	
}
.textfield {
	padding: 2px;
	width: 250px;
	margin-top: 3px;
}
.comments {
	padding: 2px;
	width: 250px;
	margin-top: 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 110px;
	font-size: 12px;
}
fieldset {
	border: 1px solid #999;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#application h1 {
	color: #333;
	margin-bottom: 17px;
}
#application p {
	margin-bottom: 15px;
}
#application table {
	margin-bottom: 15px;
}
#application .subhead {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 40px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
}
.required {
	font-weight: bold;
	color: #900;
}
