@charset "utf-8";
/* CSS Document */

html{
	font-size:62.5%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/*margin: 0px;
	padding: 0px;*/
}
#header{
	background-color: #013658;
	color: #fff;
}
#logo{
	background-image: url(/images/licenseschoolbanner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 196px;
	background-color: #fff;
	display: block;
}
a{
	color: #007abb;
	text-decoration: none;
}
a:hover{
	color: #007EB8;
	text-decoration: underline;
}

#sidebar{
	float: left;
	width: 200px;
	background-color: #013658;
	color: #fff;
	height: 100px;
}
#sidebar h2{
	margin-top: 20px;
}
#sidebar a{
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #007abb;
}
#container{
	margin-left: 200px;


}
#footer{
	margin-left: 200px;
}

/* classes*/
.clear{	clear:both;}
/*html*/
h2{
	display: block;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.5;
}
h3{
	font-size: 1.1em;
	line-height: 2;
}
/* form*/
.anotice{
	display: block;
	font-size: 1.1em;
	line-height: 2;
	font-weight: bold;
	background-color: #FFCC00;
	margin-top: 5px;
	margin-right: 5em;
	margin-bottom: 5px;
	margin-left: 5em;
}
.dnotice{
	display: none;
}
