/* Default CSS Stylesheet for a new Web Application project */

BODY
{
      BACKGROUND-COLOR: #EDEDE5;  
    margin:0,0,0,0; 
}
P
{
	padding:0,0,0,0;
	margin:0,0,0,0;
	
}
A:link	{	
	text-decoration:	none;
	color:	#414141;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#414141;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#414141;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#414141;
	}
	.floatRight1	
{
	float:right;
	width: auto;
	height: auto;
	margin: 1px 1px 4px 4px;
	text-align:center;	
}
.floatLeft1	
{
	float:left;
	width: auto;
	height: auto;
	margin: 1px 4px 4px 1px;
	text-align:center;	
}
.gutterHeader
{
	font-family:Arial;
	font-size:17px;
	color:#EE1F29;
		
}
.header
{
	color:#581C66;	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
A:link.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:visited.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:active.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:hover.header	{	
	text-decoration:	none;
	color:	#581C66;

}
.footer
{
	color:#787878;	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
}
A:link.footer	{	
	text-decoration:	none;
	color:#787878;	
	}	
		
A:visited.footer	{	
	text-decoration:	none;
	color:#787878;	
	}	
		
A:active.footer	{	
	text-decoration:	none;
	color:#787878;	
	}	
		
A:hover.footer	{	
	text-decoration:	none;
	color:#51185C;	

}
.content
{
	color:414141;	
	font-family:Arial;
	font-size:12px;
}
.Title
{
	color:#010101;	
	font-family:Arial;
	font-size:20px;
}
.gutterTitle
{		
	color:#000000;	
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.header2
{
	color:white;	
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	
}
.address
{
	color:white;	
	font-family:Arial;
	font-size:12px;
}
.schoolNav
{
	color:#581C66;	
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}
A:link.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:visited.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:active.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:hover.schoolNav	{	
	text-decoration:	none;
	color:#010101;	

}
.ddlstyle
{
	width: 150px;
}

