/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color:#A9A9A9;
	margin:0,0,0,0;
}

.content
{
	font-family:Arial;
	font-size:11;
	color:#969696;
}
.content a, .content a:active, .content a:link, .content a:visited
{
	font-family:Arial;
	font-size:11;
	color:#9A0000;
	text-decoration:none;
}
.content a:hover 
{
	text-decoration:underline;
}
.content p{margin-top: 0; padding-top: 0; margin-bottom:0; padding-bottom:0; display:inline;}


.title
{
	font-family:Trebuchet MS;
	font-size:17;
	color:#990000;
	font-weight:bold;
}

.floatRight1	
{
	float:right;
	width:auto;
	height:auto;
	margin: 2px 2px 5px 5px;
	text-align:center;
}
.floatLeft1	
{
	float:left;
	width: auto;
	height: auto;
	margin: 2px 5px 5px 2px;
	text-align:center;	
}
.schoolNav
{
	width: 155px;
	margin-left:4px;
	margin-right:3px;
	margin-top:4px;	
}
.schoolNav tr td
{
	background:#9A0000 url(/sysimages/sNavBack.jpg) no-repeat top left;
	width:154px;
	height:26px;
	color: #FDFFFC;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:4px;
	vertical-align:middle;
}
.schoolNav tr td a
{
	color: #FDFFFC;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.schoolNav tr td a:hover
{
	color:Black;
}
.addinfo
{
	width:145px;
}
.footer
{
	font-family:Arial;
	font-size:9px;
	color:#969696;
}
.footer a
{
	font-family:Arial;
	font-size:9px;
	color:#9A0000;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}