/*
Gary Hollands - solriche - 2009 - Print 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;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", "bitstream vera sans", arial, sans-serif;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	line-height: 1.5;
	background: url("../images/clouds_6.jpg") repeat-x 0% 0%;
}
#container{
	width: 100%;
}
#masterbox {
	width: 58em;
	margin: 0 auto 0 auto;
}
/*-----------------------------Top Menu-----------------------------*/
#menu_container{
	display: none;
}
#flags{
	margin: -18px 0 0 0;
	/*position: relative; top: -18px; left: 0; quirky in MSIE7*/
}
#flags ul{
	float: right;
}
#flags li{
	display: inline;
}
#flags li a, #flags li a:visited, #flags li a:hover{
	border: none;
}
/*-----------------------------Header--------------------------------------*/
#header{
	clear: both;
	width: 58em;
	margin: 0 auto 0 auto;
}
#header .heading{
	float: left;
	margin: 1.5em 0 0 0em;
}
#header .line{
	margin: 0 0 0 0;
	border-bottom: 1px solid rgb(200,200,200);
}
#header h1,#header h2{
	color: rgb(100,100,100);
}
#header h1{
	font-size: 140%;
}
#header h2{
	font-size: 95%;
	margin: 0 0 0 1em;
}
#header .smaller{
	font-size: 60%;
}
#ray_graphic{
	float: right;
	position: relative; top: 1em; right: 2em;
	width: 300px;
	height: 150px;
	margin: 0 0 0 0;
	background: url("../images/flower_2.png") no-repeat 0% 0%;
}
/*-----------------------------Content--------------------------------------*/
#content{
	position: relative; top: -3em; left: 0;
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
}
#content p{
	font-size: 90%;
	margin: 0.5em 1em 0.5em 0;
}
#main_content{
	float: left;
	width: 80%;
}
#left_column{
	float: left;
	width: 50%;
}
#right_column{
	float: left;
	width: 48%;
	margin: 2.5em 0 0 -3em;
}
#background_flower{
	position: absolute; top: -15em; right: 0em;
	/*position: fixed; top: 18em; right: 16em;*/
	width: 256px;
	height: 220px;
	background: url("../images/japanese_pic_8bit.png") no-repeat 0% 0%;
}
#background_flower img{
	float: right;
}
#content .content_box, #content .content_box_no_border{
	float: left;
	width: 80%;
	clear: both;
}
#content .content_box{
	margin: 0.25em 0 0.5em 0;
	border-top: 1px solid rgb(200,200,200);
}
#content .co-opnet_box{
	float: left;
	position: relative;
	margin: 4.25em 0 0.5em 0;
}
#content .content_box_no_border{
	margin: 0.5em 0 0.5em 0;
}
#content .content_box_no_border ul{
	width: 14.25em;
	list-style-type: none;
}
#content .content_box_no_border ul li{
	clear: both;
}
#content .content_box_no_border .float_l{
	float: left;
}
#content .content_box_no_border ul li a{
	font-size: 90%;
	text-decoration: none;
	cursor: pointer;/*MSIE7 bug*/
}
#content .content_box_no_border ul li img{
	float: right;
}
#content h2,#content h3{
	clear: both;
}
#content h3 {
	font-size: 115%;
}
#right_column h3{
	font-size: 95%;
}
#content .underline {
	text-decoration: underline;
}
/*--------------------------------Bottom--------------------------------*/
#bottom{
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	height: 64px;/*128px*/
	margin: 0 auto 0 auto;
	padding: 0.5em 0 0 0;
	color: rgb(255,255,255);
	background: url("../images/bottom_slice_c.png") repeat-x 0% 0%;
}
#bottom .wc3{
	position: relative; top: 0; left: 0;
	margin: 0 0.5em 0 0;
}
#bottom .wc3 img{
	float: left;
}
/*-----------------------------General CSS-----------------------------*/
a{
	outline: none;
	color: rgb(0,0,0);
	text-decoration: none;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
h1,h2,h3,h4,h5,h6{
	color: rgb(100,100,100);
}
	h1{font-size: 130%;}
	h2{font-size: 110%;}
	h3{font-size: 95%;}
	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.------*/
.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;
}
.hide{
	display: none;
}
.spacer{
	clear: both;
	width: 100%;
	padding: 0.5em 0 0 0;
}
/*-------------------Accordion----------------------------------------*/
#accordion .go_left{
	display: none;
}
#accordion .bellows p{
	padding: 0 0 0 1.2em;
}