/*Gary Hollands - solriche.co.uk - 2009
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	line-height: 1.5;
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	color: rgb(0, 0, 0);
	background-color: rgb(245, 245, 245);
}
#container {
	width: 94%;
	margin: 2% auto 2% auto;
}
#masterbox {
	width: 98%;
	margin: 0% auto 1% auto;
}
/*----content----*/
#content {
	float: left;
	width: 100%;
	clear: both;
}
#content p{
	font-size: 90%;
	margin: 0 0 0.25em 0;
	color: rgb(54,54,54);
}
#language_bar{
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
}
#language_bar ul{
	list-style-type: none;
}
#language_bar li{
	/*float: left; careful of using float left for rtl languages such as arabic and hebrew*/
	display: inline;
	margin: 0 0.25em 0 0;
}
/*-------links images headers etc-------*/
h1,h2,h3,h4,h5,h6{
	color: rgb(20,60,125);
}
h1{font-size: 120%;}
h2{font-size: 110%;}
h3{font-size: 95%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 85%;}
a{
	outline: none;
}
a:link{
	color: rgb(57,92,97);
	text-decoration: underline;
}
a:visited{
	color: rgb(102,51,51);
	text-decoration: underline;
}
a:hover{
	color: rgb(0,153,153);
	text-decoration: none;
}
abbr, acronym {
	border-bottom: 1px dotted rgb(0,0,0);
	cursor : help;
}
img{
	border:0;
}
pre{
	font-family: arial, sans-serif;/*mac,windoze,linux*/
	font-size: 85%;
	margin: 0 0 0.75em 0.5em;
}
.hide{
	display:none;
}
.spacer{/*Poor rendering MSIE6and7*/
	clear: both;
	width: 100%;
	padding: 0 0 0.5em 0;
}
