/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:#22316C;
 font:88%/1.4 verdana;
 color: #333;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background:#DDD;
 border:6px solid white;
} 
 
#header{
 position:relative; 
 height:181px; 
 background:#FFF url(/css/bluepaperclip_logo2.jpg) no-repeat top left; 
  /* 302F73 AC2F73 862F73*/
 color:#FFF; 
 width:100%;
 border-bottom:4px solid #797B8C;
} 
#header h1
{
  text-indent:-1000px;
  padding:0;
  margin:0;
}
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 background-color:#DDD; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:590px; 
 }
 
 #maincol #textwrap
 {
   padding:4px 10px 10px 10px;
 } 
#maincol #textwrap a:link, #maincol #textwrap a:visited
{
  font-size:12px;
} 

h1, h2, h3 {font-family:"trebuchet ms", tahoma; color: purple; border-bottom:1px dashed #DDD; margin-top:2em;}
h1 {margin-top:10px;} 
 
#footer{
 height:40px; 
  background-color:#302F73; 
 clear:both;
 text-align:center;
 color:#DDD;
 padding-top:10px;
 font-size:10px;
 } 
 
#leftcol ul {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
}

#leftcol li {
  margin: 0;
	padding: 0 0 8px 0px;
	line-height: 12px;
	list-style-type: none; 
	display: block; 
}

#leftcol li a , #leftcol li a:visited { 
	display: block;
	width: auto;
	color: blue;
	padding: 6px 0 0 0;
	font-size: 13px;
  font-variant:small-caps;
	font-weight:bold;
}
#leftcol li a:hover {color:maroon;}
#leftcol ul li#current a, #leftcol ul li#current a:visited
{
color: maroon;
}


#leftcol ul li a#subselected, #leftcol ul li a#subselected:visited
{
color: yellow;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
a:link, a:visited {color:blue;}
#maincol a:hover {background: #EEE; color: green;}
