/* YOA CSS Style Sheet */ 

html, body {
	background: #ccc;
	margin: 5px;
}

#header {
	background: url('./header.jpg') no-repeat;
	width: 750px;
	height: 145px;
                  font-size: 22px;
	font-weight: bold;
	color: #0040AB;
	text-align: center;
}

#outer {
	background-color: #fffffa;
	border: 3px inset #2F93E9;
	position: relative;
	width: 750px;
}

#content { 
	background-color: #fffffa;
	position: relative;
	width: 650px;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 16px;
	text-align: left;
	padding: 15px;
}

.style1 {
	font-family: Impact, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
}

.form {
	background-color: #34D2FF;
	border: 2px dotted #103472;
	position: relative;
	display: table;
	width: 400px;
	margin-left:1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #111111;
	padding: 10px;
}

#bottom {
	background: url('./footer.jpg') no-repeat;
	width: 750px;
	height: 111px;
                  font-size: 22px;
	font-weight: bold;
	color: #0040AB;
	text-align: center;
}

.spanstyle {
	background-color: #34D2FF;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

h1 {
                  font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #2F93E9;
}

h2 {
	padding: 5px;
                  font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #103472;
}

a {
                  font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

hr {	
	color: #051F85;
	width: 600px;
	text-align: center;
}

ul {
	position: relative;
	list-style-image: url('check.gif');
	font-weight: bold;
	color: #111111;
	text-align: left;
}