/* CSS Document */
body{
background: top url(images/bg.jpg) repeat-x #2e0000;
padding: 0px;
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #ffffff;
}
/* Links */
a:link{
color: #ffffff;
border-bottom: 1px dotted #990000;
text-decoration: none;
}
a:active{
color: #dcdcdc;
border-bottom: 1px dotted #6c0000;
}
a:hover{
color: #dcdcdc;
border-bottom: 1px dotted #6c0000;
}
a:visited{
color: #ffffff;
border-bottom: 1px dotted #990000;
text-decoration: none;
}
a.noline:link{
color: #ffffff;
border-bottom: 0px dotted #990000;
text-decoration: none;
}
a.noline:active{
color: #ffffff;
border-bottom: 0px dotted #990000;
text-decoration: none;
font-style: none;
}
a.noline:hover{
color: #ffffff;
border-bottom: 0px dotted #990000;
text-decoration: none;
font-style: none;
}
a.noline:visited{
color: #ffffff;
border-bottom: 0px dotted #990000;
text-decoration: none;
}
/*  */
.blackbox{
background-color: #080808;
width: 950px;
height: 2px;
border-left: 1px solid #424242; 
border-right: 1px solid #424242; 
border-top: 1px solid #222222; 
border-bottom: 1px solid #222222; 
}
.boxbg{
background: top url(images/boxbg.jpg) repeat-x #080808;
border: 1px solid #424242; 
}
.bulletedlist{
list-style-type: square;
margin-top: 0px;
line-height: 24px;
}
.bulletedlist2{
list-style-type:square;
font-style: italic;
margin-top: 0px;
line-height: 24px;
}
.categoryimage{
margin-left: -15px;
}
.content{
font-size: 12px;
line-height: 22px;
margin-left: 30px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
.leftboxbg{
background: top url(images/boxbg.jpg) repeat-x #080808;
border-left: 1px solid #424242; 
border-top: 1px solid #424242; 
border-bottom: 1px solid #424242; 
border-right: 1px solid #121212;
text-align: left;
}
.maroon{
color: #990000;
}
.nav{
width: 950px;
height: 41px; 
background-image:url(images/navbg.jpg); 
background-repeat:no-repeat;
}
.padding{
padding: 20px;
}
.parents{
height: 300px;
width: 183px; 
background-image:url(images/parents1.jpg); 
background-repeat: no-repeat;
text-align: left;
}
.parents2{
height: 300px;
width: 295px; 
background-image:url(images/parents2.jpg); 
background-repeat: no-repeat;
text-align: left;
}
.rightboxbg{
background: top url(images/boxbg.jpg) repeat-x #080808;
border-left: 1px solid #191919; 
border-top: 1px solid #424242; 
border-bottom: 1px solid #424242; 
border-right: 1px solid #424242;
text-align: left;
}
.small{
font-size: 10px;
}
.students{
height: 300px;
width: 298px; 
background-image:url(images/students1.jpg); 
background-repeat: no-repeat;
text-align: left;
}
.students2{
height: 300px;
width: 181px; 
background-image:url(images/students2.jpg); 
background-repeat: no-repeat;
text-align: left;
}
.time{
font-size: 10px;
font-style:italic;
color: #990000;
}
/* Feed 2 JS Styles */
.rss-box{
}
/* defines the bounding div for the entire display- use to define borders, fill, etc. */
.rss-title{
font-weight: bold;
}
/* the title of the feed and link style if displayed. Use with variants of rss-title a:link, rss-title a:hover, etc for rollowver styles */
.rss-items{
list-style-type:square;
}
/* defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items. */
.rss-item{
margin-bottom: 10px;
}
/* display of each feed item description and title, <li>...</li> as well as the channel description, if displayed. */
.rss-item a:{
font-weight: bold;
}
/* variant for the item title and link style */
.rss-date{
font-size: 10px;
font-style:italic;
color: #990000;
}
/* defines the display of item posting dates */

