body{ 
	/*background-color:#FF9900;*/
	background-color:#FFDD00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #1A171B;
	scrollbar-face-color: white;
	scrollbar-shadow-color: ThreeDDarkShadow;
	scrollbar-highlight-color: ThreeDHighlight;
	scrollbar-3dlight-color: ThreeDLightShadow;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: ButtonText;
}
li {
	margin-bottom: 15px;
}


/*a:link, a:visited, a:active {
	color: #005EA7;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFDD00;
}*/

#content {
	position: relative;
	width:800px;
	height:560px;
	background-color:#FFF;
}
#menus {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 550px;
	height: 20px;
	background-color: #FFEC00;
	text-align: justify;
	padding: 10px 10px 10px 20px;
}
#main {
	position: absolute;
	left: 10px;
	top: 130px;
	width: 550px;
	height: 355px;
	text-align:left;
	overflow: auto;
}
#footer {
	position: absolute;
	/*left: 10px;*/
	right: 0px;
	bottom: 0px;
	width: 590px;
	height: 15px;
	background-image:url(../imagens/footer.png);
}
.bcor {
	/*background-color:#FF6600;*/
	background-color:#005EA7;
}
.txtblue {
	color: #005EA7;
	font-size: 14px;
	font-weight: bold;
}
.divmenus {
	height: 25px;
	display: inline;
	/*padding-left: 32px;
	border: 1px solid #F00;*/
}

#insc {
	font-weight:bold;
}

input, select {
	background-color:#FFF499;
	border: none;
}

/* DVD */
a:link, a:visited, a:active { color:#005EA8; text-decoration:none; }
a:hover { text-decoration:underline; color:#FFDF01; }
#back { position:absolute; bottom:70px; left:200px; }
#back_districts { position:absolute; bottom:10px; left:540px; }
#district { position:absolute; left:250px; top:40px; width:436px; height:80px; color:#004f98; font-size:30px; text-align:left; padding-right:10px; padding-top:10px; font-weight:bold; }
#schools { left:250px;top:100px;width:540px;height:380px; color:#004f98; font-size:14px; text-align:left; }
#notes { left:10px; top:190px; width:600px; height:290px; text-align:justify; }
#work { left:20px; width:200px; height:355px; text-align:left; }
#districts { left:25px; top:190px; width:290px; text-align:left; }
#schools, #notes, #work, #districts {
	padding-right:10px;
	position:absolute;
	z-index:5;
	overflow:auto;
	/*font-weight:bold;*/
	scrollbar-face-color:white;
	scrollbar-shadow-color:ThreeDDarkShadow;
	scrollbar-highlight-color:ThreeDHighlight;
	scrollbar-3dlight-color:ThreeDLightShadow;
	scrollbar-darkshadow-color:white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:ButtonText;
}

#schools, #work, #districts {
	font-weight:bold;
}
.titleblue { color:#004f98; font-size:14px; }
