@charset "utf-8";
/* La Vida Charter School */

body {
	background-color:#FFF;
	background-image: url(backy1.jpg);
	background-repeat: no-repeat;
	font-family:"Trebuchet MS", Verdana, Tahoma;
}
#container{
	height:auto;
	overflow:hidden;
	position:relative;
	padding-top:242px;
	line-height:20px;
	text-align:left;
}
#lsidebar{
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	width: 118px;
	height:100%;
	float: left;
	padding-right:40px;
}
#main{
	width:1000px;
}
#left_content{
	float:left;
}
#right_content{
	float:right;
}
.content_bar{
	width:375px;
}
#nav li{
	list-style-type:none;
	margin-bottom:10px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#990033;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#990033;
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color:#990000;
}
img {
	margin-left:50px;
	padding-top:14px;
	padding-bottom:14px;
}
a img{
	border:none;
}
p{
	margin:0px;
	font-size:17px;
	color:#D96C00;
}
h1 {
	font-size: 22px;
	color:#FF0000;
}

h2 {
    font-weight: bold;
    font-size: 18px;
	color:#0099FF;
}
h3 {
    font-weight: bold;
    font-size: 17px;
}
h4 {
    font-weight: bold;
    font-size: 17px;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	list-style-type:none;
	font-size:17px;
	color:#D96C00;
}
.redtext{
	color:#800000;
}
.ojtext{
	color:#D96C00;
}
.bluetext{
	color:#0066FF;
}
.purptext{
	color:#333399;
}
.email{
	font-size:12px;
	color:#0033FF;
}