/* CSS Document for Neo Art School*/
/* This is the print version */


/******************************layout divs */
#container{
	width: auto;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	}
	
#masthead{
	width: auto;
	height: 147px;
	padding: 0px;
	margin: 0px;
	float: none;
	background-color: #ffffff;
	
	}
	

#pageTitle{
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: none;
	background-color: #ffffff;
	margin: 0;
	}
#pageTitle h1{
	font-size: 19px;
	color: #000000;
	font-weight:bolder;
	font-style:normal;
	padding:0;
	}
#content{
	width: 100%;
	padding: 0px 14px 5px 11px;
	float: none;
	background-color: #ffffff;
	margin: 0;
	margin-top: 1.5em;
	}
	
#content img{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 7px;
}
	
#content img.borderless{
	clear: both;
	border-width: 0px;
	margin: 7px;
}

#navBar{	
	display: none;
	}

#navBar li a:link{  
	display: none;
	}
	
#navBar li a:visited{
	display: none;	
}

#navBar li a:active{
	display: none;
}

#navBar li a:hover{
	display: none;
	}
	
#navBar ul {
	display: none;
}

#navBar ul ul {
	display: none;
	}


#sectionLinks{
	display: none;
}

#sectionLinks a:link{ 
	display: none;
	}
	
#sectionLinks a:visited{
	display: none;
}

#sectionLinks a:active{
	display: none;
}

#sectionLinks a:hover{
	display: none;
}


#navPix {
	display: none;
	}
	
#navPix h2 {
	display: none;
}

#navPix p {
	display: none;
}

#navPix a:link{
	display: none;
}

#navPix a:visited{
	display: none;
}

#navPix a:active{
	display: none;
}

#navPix a:hover{
	display: none;
}

#motto {
	/*float: bottom;*/
	width: 105px;
	padding: 10px 10px 10px 15px;
	margin: 90px 0 10px 0;
	background-color:#006600;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	}
#motto img {
	border: 0px;
	}
	
	
#address{
	width: 756px;/*was 600*/
	padding: 5px 0px 0px 0px;
	background-color:#ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	float: none;
	text-align: center;
	

	}
#address a:link{
	text-decoration: underline;
	color:#000000;
	}
#address a:visited{
	text-decoration: underline;
	color:#000000;
	}

#address a:hover{
	text-decoration: underline;
	color:#000000;
	}
	
#address img{
	display: none;
	}
	
.gallery {
	margin: 0, auto;
	padding-left: 25%;

}
	
/*****************************html styles */

body{
	background-color:#ffffff;/*was 339999*/
	color:#000000;
	font-family:"Comic Sans MS", sans-serif;
	font-size: 12pt;
	margin: 0;
	width: 100%;
	padding: 0;
	}

	
a:link{
	color: #000000;
	text-decoration:underline;
	}
	
	
a:visited{
	color: #000000;
	text-decoration:underline;
	}
	
a:hover{
	color: #000000;
	text-decoration:underline;
	}
a:active{
	color: #000000;
	text-decoration:underline;
}
	
h1{
	color:#000000;
	font-family:"Comic Sans MS", sans-serif;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
	}	
	
h2{
	color:#000000;
	font-family:"Comic Sans MS", sans-serif;
	font-size: 14pt;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border-bottom: 1pt dashed #000000;
	border-top: 1pt dashed #000000;
	background-color:#ffffff;
	}
	
h3{
	color:#000000;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 0.8em 0px 0px 0px;
	padding: 0px;
	}

p img{
	border-width: 1pt;
	border-color: #000000;
	border-style: solid;
	
}	

td {
	width: 165px;
	text-align: center;
	
}

.statusBox {
	width: 85%;
	margin: 0 auto;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
	border: 1px dashed #000000;
	background-color: #ffffff;
}

.statusBox h4 {
	text-align: center;
	color: #000000;
	margin-top: 0.4em;
	font-size: 14px;
	text-decoration: none;
	}
	
.statusBox table {
	margin: 0 auto;
	border: 1px solid black;
	border-collapse: collapse;
	width: 480px;
	
	}
	
.statusBox th {
	border: 1px solid black;
}
	
.statusBox td {
	border: 1px solid black;
}