/*
	Gary Hollands - solriche - 2009 - Default Template Stylesheet.
	This stylesheet is available under the terms of the
	GNU General Public License, http://www.gnu.org/licenses/gpl.html
*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", 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 {
	position: static;/*Containing element for the scalable image*/
}
#masterbox {
	position: relative;
	width: 60em;
	margin: 0 auto 0 auto;
}
#top{
	float: left;
	width: 100%;
}
#header{
	margin: 1em 0 0 0.5em;
}
#header img{
	display: none;
}
#header h1{
	font-size: 200%;
}
#logo{
	position: absolute; top: 1em; right: 22.5em;
}
/*----------------Menu----------------*/
#top_menu{
	display: none;
}
#content #top_menu  ul{
	position: absolute; top: 100px; right: 10px;/**/
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0.25em;
}
#content #top_menu li{
	display: inline;
	font-size: 95%;
}
#content #top_menu li a{
	float: left;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
#content #top_menu .selected{
	font-weight: bold;
}
#content #top_menu .li_border{
	float: left;
	height: 18px;
	border-left: 1px solid rgb(200,200,200);
	padding: 0 0 4px 0;
}
/*----------------Content----------------*/
#content{
	width: 100%;
	margin-top: 0.5em;
	padding: 0 0 1em 0;
}
#content p{
	font-size: 90%;
	padding: 0.5em 0 0.5em 0;
}
#content .left{
	float: left;
	width: 70%;
}
#content .right{
	float: left;
	display: none;
}
#content #side_menu h3{
	margin: 1em 0 0 0;
}
#content #side_menu p{
	padding: 0.25em 0 0.25em 0;
}
/*-------------------------Background image handling-------------------------*/
#background_graphic{
	display: none;
}
/*-----------------------------Lists-----------------------------*/
#content ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0.25em 0 0.25em 0;
}
#content .article{
	list-style-type: disc;
	margin: 0.25em 0 0.25em 1em;
}
#content .no_style{
	list-style-type: none;
}
#content ul li{
	font-size: 85%;
}
#content ul li ul{
	margin: 0 0 0 0.5em;
}
#content ul li ul li{
	font-size: 100%;
}
/*-----------------------------General CSS-----------------------------*/
a{
	outline: none;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
a:link{
	color: rgb(0,28,112);
	text-decoration: none;
}
a:visited{
	color: rgb(112,101,0);
	text-decoration: none;
}
a:hover{
	color: rgb(112,23,0);
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: "footlight mt light", georgia, "DejaVu Serif", "bitstream vera serif", serif;
	color: rgb(50,50,60);
}
	h1{font-size: 150%;}
	h2{font-size: 130%;}
	h3{font-size: 100%;}
	h4{font-size: 95%;}
	h5{font-size: 90%;}
	h6{font-size: 85%;}
/*------Font Family choices, these are the most common and/or close matching fonts across the various operating systems.------*/
.italic_emph{
	font-style: italic;
}
abbr{
	border-bottom: none;
}
img{
	border: 0;
}
