body
	{
	background-color: rgba(0,0,20,.0);
	color: #000000;
	font:14px Arial;
	}


.eqtn{
	color: #000000;
	font:17px times;
	font-style:oblique;
	font-weight: bold;
}

.eqtninp{
	color: #000000;
	font:15px times;
	font-weight: bold;
}

.eqtndisp{
	color: #000000;
	font:20px times;
	font-style:oblique;
	text-align:center;
}

.subtitle{
	color: #000000;
	font:14px times;
	font-style:oblique;
	text-align:center;
}

.eqtnresult{
	color: rgb(125,0,255);
	font:20px times;
	font-style:oblique;
	text-align:center;
}

p.indent{
	text-indent:50px;
}

p.center{
	text-align: center;
}

p.NeedStart{
	color: rgba(0,0,0,.8);
	font:14px times;
	font-style:oblique;
	text-align:center;
	text-shadow: 0px 0px 7px rgba(255,0,0,.6);
}

.HighlightCenter{
	text-align: center;
	color: rgba(255,0,0,1);
	text-align:center;
	text-decoration: underline;
}

a.important{
	color: rgba(0,0,0,1);
	font-weight:bold;
	text-decoration: underline;
	text-shadow: 0px 0px 10px rgba(255,0,0,.3);
	text-align:center;
}

.titlehighlighted{
	text-align: center;
	color: rgba(255,255,255,1);
	text-align:center;
	text-decoration: underline;
	
}
p.quote{
	text-align: center;
	color:rgb(50,175,255);
	font-style: oblique;
}

/*inputs*/
	tr.inputs{height:20px; width:60px;}

	.input
		{
		background-color: rgba(0,0,25,.1);
		color: #00AA00;
		border: 1px solid black;
		font:11px arial,sans-serif;	
		text-align:center;
		}
	.inputR
		{
		background-color: rgba(0,0,0,0);
		color: #00FFFF;
		border: none;
		font:11px arial,sans-serif;	
		text-align:right;
		}
	.inputC
		{
		background-color: rgba(0,0,0,0);
		color: #00FF00;
		border:none;
		font:11px arial,sans-serif;	
		text-align:center;
		}

	.select
		{
		background-color: rgba(0,25,0,.1);
		color: navy;
		border: 1px solid black;
		font:11px arial,sans-serif;	
		text-align:center;
		}

	.select option{
		background-color: rgba(0,25,0,.1);
		color: navy;
		border:none;
		font:11px arial,sans-serif;	
		text-align:center;
		}


  h1{
    font:25px arial,sans-serif;
    text-decoration: underline;
  }
  h2{
    font:20px arial,sans-serif;
  }

  h4{
    font:20px arial,sans-serif;
    text-align: center;
  }



  h3{
    font:25px arial,sans-serif;
    text-decoration: underline;
    text-align: center;
  }

/*Text colours*/
	.white{color:##000000;}

	.cyan{color:#00FFFF;}

	.green{color:#00FF00;}

	.darkgreen{color:#006600;}

	.red{color:#FF0000;}

	.warning{font:20px arial,sans-serif;
			 color:#FF0000;}

	.unit{font:12px arial,sans-serif;}

	.blue{color:rgb(0,125,255);}

	.link{
		color: rgba(25,150,255,1);
	}

	.TitleLink{color:##000000	;}
/*TExt colour*/


/*page layout*/
	div #disqus_thread{
	    position:static;
	}


	div.fb-like#top
		{
		width:60px;
		height:30px;
		position:relative;
		left:0px;
		top:10px;
		margin-bottom:10px;		
		}

	div.fb-like#bottom
		{
		width:60px;
		height:30px;
		position:relative;
		left:0px;
		top:10px;
		margin-bottom:50px;		
		}

  div.window#this{
  		display:block;
    	width:20%;
		border: 3px rgba(50,50,50,0.0);
	    border-style: outset;
	    background-color: rgba(0,50,25,0.0);
		position:relative;
		margin-top: 20px;
		margin-left:auto;
		margin-right:auto;
		min-width: 320px;
	}

	div.BAGLOGO{
		display:block;	
		margin-left:25%;
		margin-right:auto;
		width:700px;
		padding-top: 100px;
		height:auto;
		min-width: 700px;
	}

	div.window2{
		width:auto;
		padding:0px;
		border: 3px rgba(50,50,50,0.0);
		background-color: rgba(0,50,25,0.0);
		margin:0px;
		position:relative;
		margin-left: auto;
		margin-right: auto;
		top:25px;
		bottom:0px;
	}

	div.mainbodytitle{
		background-color: rgba(0,50,25,0.0);
		color: #000000;
		font:20px arial,sans-serif;	
		width: auto;
		text-align:center;
		border-radius: 10px;
		height:200px;
		padding:20px;
		border:1px none;
		margin-top:10px;
		margin-left:0px;
		margin-right:0px;
		position:relative;
		}

	/*div.rightsidebar{
		background-color: rgba(0,0,0,0.0);
		border-radius: 10px;
		width:275px;
		height:auto;
		top:140px;
		right:0px;
		bottom:0px;
		padding:0px;
		border:1px none;
		position: absolute;
		}*/		

    div.textbox{
    	font:15px arial;
    	border-radius: 10px;
		padding:0px;
		margin:0px;
		position:absolute;
		border:1px none;
    }

.startbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(30,30,30,.4)), color-stop(1, rgba(60,60,60,.4)) );
	background:-moz-linear-gradient( center top, rgba(30,30,30,.4) 5%, rgba(60,60,60,.4) 100% );
	background-color:rgba(30,30,30,.4);
	
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	
	box-shadow: 0px 0px 15px 5px rgba(255, 0, 0, .6);
	display:inline-block;
	color:rgba(255,255,255,1);
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	margin:20px;
	padding:15px 7.5px;
	text-decoration:none;
	text-shadow:0px 0px 10px rgba(255,0,0,1);
	border: 3px rgba(255,0,0,1);
	border-style: outset;
	}

	.startbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(60,60,60,.8)), color-stop(1, rgba(30,30,30,.4)) );
	background:-moz-linear-gradient( center top, rgba(60,60,60,.8) 5%, rgba(30,30,30,.4) 100% );
	background-color:rgba(45,45,45,.4);
	box-shadow: 0px 0px 15px 5px rgba(0, 125, 255, .6);
	text-shadow:0px 0px 10px rgba(0,125,255,1);
	border: 3px rgba(0,125,255,1);
	border-style: outset;
	}

	.startbutton:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(60,60,60,.8)), color-stop(1, rgba(30,30,30,.4)) );
	background:-moz-linear-gradient( center top, rgba(60,60,60,.8) 5%, rgba(30,30,30,.4) 100% );
	background-color:rgba(45,45,45,.4);
	box-shadow: 0px 0px 15px 5px rgba(0, 125, 255, .6);
	text-shadow:0px 0px 10px rgba(0,125,255,1);
	border: 3px rgba(0,125,255,1);
	border-style: outset;
	}



#cssmenu ul{
	margin-left: 0%;
	padding-top: 20px;
	},
	#cssmenu li,
	#cssmenu span,
	#cssmenu a {
	  margin: 0;
	  position: relative;
	  margin-left: 0%;
	}
	#cssmenu {
	  height: 49px;
	  background: #FFFFFF;
	  width: auto;
	}
	#cssmenu:after,
	#cssmenu ul:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	#cssmenu a {
	  background: #FFFFFF;
	  color: #000000;
	  display: inline-block;
	  font-family: proxima-nova, sans-serif;
	  font-size: 12px;
	  line-height: 49px;
	  padding: 0 15px;
	  text-decoration: none;
	}
	#cssmenu ul {
	  list-style: none;
	}
	#cssmenu > ul {
	  float: left;
	}
	#cssmenu > ul > li {
	  float: left;
	}
	#cssmenu > ul > li > a {
	  color: #000000;
	  font-size: 15px;
	}
	#cssmenu > ul > li:hover:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 50%;
	  bottom: 0;
	  font-size: 15px;
	  margin-left: -10px;
	}
	#cssmenu > ul > li.active > a {
	  background: #FFFFFF;
	  font-size: 12px;
	}
	#cssmenu > ul > li:hover > a {
	  background: #FFFFFF;
	  font-weight: 600;
	}


