/*style sheet for sheering school*/

html, body {
	height: 100%;
}

body {
	position: relative;
	height:100%;
	min-height: 100%;
	margin-left:0;
	margin-top:0;
	padding: 0;
	font-size:7pt;
	font-family:Verdana;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF ;
}

img.logo {
	position: absolute;
	left: 35px;
	width: 85%;
	height: 120px;
	border: none;
}

.topnavbar {
	/*position: absolute;
	width: 100%;
	margin-left: 15px;
	top: 90px;  
	line-height: 10pt;
	font-size: 150%;  
	text-align: center;
	vertical-align: bottom;
	background-color: blue;
 	background-image: url(/images/bgline1.gif);
  border: 2px solid blue;	*/
}

.sidenavbar{
	position: relative;
	top: 110px;
	width: 200px;
	height: 200px;
	font-size: 10pt; 
	line-height: 14pt;
 

	/*border: 2px solid green;*/	
}

.content {
  position: absolute;
	font-size: 11pt;
	top: 120px;
	margin-left: 120px;
	width: 750px;
	left: 70px;
	height: 39px;
	/*border:2px solid black;*/
}
.middle {
  position: relative;
	font-size: 12pt;
	top:-12px;
	margin-left: 160px;
	width: 700px;
	left: 80px;
	height: 39px;
	/*border:2px solid black;*/
}	



.menu{
  margin-left: 10px;
	list-style-type: none;
	font-size: 15px;
	font-variant: normal;
}

		 
.menu a {text-decoration: none;}
.menu a:link    {color: #CC0000;}
.menu a:visited {color: #660000;}
.menu a:hover   {color: #FF0033;}
.menu a:active  {color: red;}

a {text-decoration: none;}
a:link		{color: #CC0000;}
a:visited {color: #660000;}
a:hover		{color: #FF0033;} 
a:active 	{color: red;}



/*img {
  border: 1.5px solid red;
}*/


img.grey{	
			 height: 400px;
			 width: 300px;
}
			 
img.greyleft{
			 height: 400px;
			 width: 260px;
}

/*	p{
	line-height: 1;
}*/
p {
	text-align: justify;
}

p.center{
	text-align: center;
	margin-left: 0px;
}

p.left{ 
	text-align: left;
	margin-left: 120px;
}

.floatright{
	float: right;
	min-width: 30px;
	min-height: 30px;
	margin:15px;
/*	border: 2px solid red; */
}

.floatleft{
	float:left; 
	min-width: 30px;
	min-height:30px;
	margin:15px;
/*	border: 2px solid red; */
}		 	 

h1   {
		 color:#FFFFCC;
		 font-size: 1.8em;
		 line-height: 15pt;
		 text-align: left;
		 background-color:#8C0000;
		 padding: 2px 5px 5px 5px;
		 }

    
h2   {
		 font-size: 14pt;
		 line-height: 14pt;
		 text-align: center;
		 }
		 
h3   {
		 font-size: 15pt;
		 line-height: 15pt;
		 text-align:center;
		 }
		 
 h4   {
		 font-size: 11pt;
		 line-height: 11pt;
		 text-align: left;
		 }
		 
h5   {
		 font-size: 10pt;
		 line-height: 10pt;
		 text-align: left;
		 }

h6   {
		 font-size:9pt;
		 line-height: 9pt;
		 text-align: left;
}

.hleft
	  {text-align: left;
}

/*
Line : 38 (Level : 1) You have no color with your background-color : .topnavbar 
Line : 83 (Level : 1) You have no background-color with your color : .menu a:link 
Line : 84 (Level : 1) You have no background-color with your color : .menu a:visited 
Line : 85 (Level : 1) You have no background-color with your color : .menu a:hover 
Line : 86 (Level : 1) You have no background-color with your color : .menu a:active 
Line : 89 (Level : 1) You have no background-color with your color : a:link 
Line : 90 (Level : 1) You have no background-color with your color : a:visited 
Line : 91 (Level : 1) You have no background-color with your color : a:active 
Line : 92 (Level : 1) You have no background-color with your color : a:hover 
*/
