@media print {

@charset "utf-8";
/* CSS Document */

BODY {
    
	background-color:E8EEFA;
	font-size:14px;
	color:#666666;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:0px;
	}

h2{
color:#000099;
font-size:24px;
margin-bottom: 6px;
}

a{

font-size:14px;
color: green;
border-color:#006633;
border:#006633;

}
form
{
margin:0px; padding:0px;
}

h3{

color:#003300;
font-size:18px;
margin-bottom: 6px;
}

.submitLink {
   color: #2C3B66;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
}
  
a.bottomLinks{

font-size:12px;
color: white;
}

#container
{
border:1px solid #000000;

width:80%;
max-width:1000px;
min-width:700px;

background-color:#FFFFFF;

padding:0px;
margin:0px;
margin-left:auto;
margin-right:auto;	


}
#header
{
width:100%;

background-image: url(../images/rafihecht.gif);
background-repeat:no-repeat;
height:57px;
}

#headerLeft
{

float:left;
width:49%;

}

#headerLeft a
{
text-decoration: none;
height:57px;
width:401px;
position: absolute;

}

#headerLeft a i
{
visibility:hidden;
}

#headerRight
{
text-align:right;
vertical-align:middle;
width:51%;
float:right;
}

#LinksBar
{
	width:100%;
	min-width:700px;
}
#Quotes
{
background-color:#C3D9FF;
height:5%;
text-align:center;
padding-left:2%;
padding-right:2%;
padding-bottom:1%;
padding-top:1%;
}

#Middle
{

width:100%;
height:100%;
}

#LeftSide
{
height:100%;
min-height:900px;
width:16%;
float:left;
background-color:#C3D9FF;

padding-right:2%;
padding-left:2%;

}

#LinksLeft
{
float:left;
vertical-align:top;
text-align:left;
height:80%;
min-height:350px;
}

#AdsLeft
{
float:left;
height:20%;
min-height:180px;
vertical-align:text-bottom;
}

#ContainerBody
{
width:76%;
height:100%;

padding-right:2%;
padding-left:2%;

background-color:#FFFF80;

float:left;
vertical-align:top;
min-height:900px;
text-align:left;
}
/*
#RightSide
{
background-color:#C3D9FF;
width:20%;
height:100%;
text-align:right;
vertical-align:top;
float:right;
min-height:900px;

position: relative; 
}
*/

#BottomTop{
text-align:center;
background-color:#666666;
font-size:16px;
color:white;
height:40px;
vertical-align:middle;

}

#BottomWhite
{
background-color:#FFFFFF;
text-align:center;
height:25px;
width:100%;
}

.middleBG
{
  background-image: url("COMPTR2.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.leftBG
{
  background-image: url("COMPTR2tiny.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height:50px;
  width:100%;
}

.googleblue
{
color:"#C3D9FF";
}

#wrapper {
text-align:left;
margin:0 auto;
width:100%;
min-height:100px;
border:1px solid #ccc;
padding:5px;
}

#myvar {
border:1px solid #ccc;
background:#f2f2f2;
padding:20px;
}

/*
	Links Bar
*/
/*
	Unindent Each Unordered List
*/
#menu ul
{
	margin-left: -2.5em;
	width:100%;
	min-width:800px;
	border:1px solid #000000;
}
/*
	Turn each list item into a solid gray block
*/
#menu li
{
	list-style-type:none;
	
	float: left;
	background-color:#CCCCCC;
	text-align:center;
}
/*
	Set anchors to act like buttons
*/
#menu a
{
	display:block;
	color:#000000;
	text-decoration:none;
}
/*
	Flash anchor when hovered
*/
#menu a:hover
{
	background-color:#FFFFFF;
}
/*
	Collapse nested lists
*/
#menu li ul
{
	display: none;
}
/*
	Display sublists on hover
*/
#menu li:hover >ul
{
	display:block;
	z-index:1;
}

#menu li:hover >ul li
{
	width: 150px;
	text-align:left;
}

}