/*
Gary Hollands - solriche - 2009 - Default Template Stylesheet
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;
	background: #fff url("/bg.jpg") repeat-x;

}
html,body{
	font-family: arial, sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	line-height: 1.5;
}
/*-------------------------Page layout boxes etc-------------------------*/
#container {
	width: 98%;/*48em or 98%*/
}
#masterbox {
	width: 60%;
	margin: 0 auto 0 auto;
	background: #fff;
}
#paragraph {
	border-style: solid;
	border-width:thin;
	margin-bottom: 10px;
	background: #fff;
}
#top{
	clear: both;
	background: #fff;
	padding-top: 10px;
}
#content{
	margin-top: 0.5em;
	padding-left: 3px;
	border-color: #D6D6D6;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
}
#content p{
	font-size: 100%;
	padding-top: 5px;
	padding-right:10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-color: #D6D6D6;
}
/*-----------------------------General CSS-----------------------------*/
a{
	outline: none;
	background: #fff;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
a:link{
	color: rgb(0,28,112);
	text-decoration: underline
}
a:visited{
	color: rgb(112,101,0);
	text-decoration: underline;
}
a:hover{
	color: rgb(112,23,0);
	text-decoration: none;


}
h1,h2,h3,h4,h5,h6{
	color: rgb(0,0,0);
	background: #fff;
	padding-left:10px;
}
	h1{font-size: 130%;}
	h2{font-size: 110%;}
	h3{font-size: 100%;}
	h4{font-size: 95%;}
	h5{font-size: 90%;}
	h6{font-size: 85%;}

h1{
	border-style:solid; 
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-color:#D6D6D6;
	background: #F3F3F3;
	padding-left: 10px;

}

p{
	background: #fff;
}

/*------Font Family choices, these are the most common and/or close matching fonts across the various operating systems.------*/
.serif{
	font-family: georgia, "DejaVu Serif", "bitstream vera serif", serif;/*mac/windoze,linux*/
}
.fantasy{
	font-family: papyrus, impact, fantasy;/*mac/windoze,linux*/
}
.cursive{
	font-family: "Comic Sans MS", cursive;/*mac/windoze/linux*/
}
pre,code{
	color: rgb(80,80,80);
}
pre{
	margin: 0.75em 0.5em 0.75em 0.5em;
}
abbr,acronym{
	border-bottom: dotted 1px rgb(0,0,0);
	cursor: help;
}
img{
	border: 0;
	background: #fff;
	padding-left: 10px;
}
