/* This style sheet was modified from one provided at www.bluerobot.com */



body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color: #333366;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	font-weight:900;
	color:#6699ff;
	}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

/*.main>p {margin:0px;}
.main>p+p {text-indent:30px;}*/

  

/* All the content boxes belong to the main class. */
.main {
	/*position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	/*Make sure margins greater than left and right column widths and margins*/
	margin:0px 185px 20px 155px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#leftcol {
	position:absolute;
	width:150px;
	top:0px;
	left:0px;
	border-right:	1px dotted black;
	border-bottom:	1px dotted black;
	background-color:#eee;
	padding: 50px 10px 10px 10px;
	z-index:2;
	}
		
#rightcol {
	position:absolute;
	width:180px;
	top:20px;
	right:20px;
	/*border:1px dashed black;*/
	background-color:#eee;
	padding:10px;
	z-index:1;
	}

/* Sets style of hyperlinks */
a {
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
a:link { color: #333399 } 
a:visited { color: #666699 }
a:hover { color: #0066ff }
	
	
p, td, dl {
	color: #333333;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
	
dt {
	color: #333333;
	font: bold 12px/1.5 verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
dd {
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 12px;
	padding:0px;
	}


ul, ol {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: inside;
	}

address 
	{ font: 9px/11px verdana, arial, helvetica, sans-serif;}
		
/* Removes space below a paragraph */
.nospace { 
	margin-bottom: 0px; 
	}
	
.floatright	{
	float:	right;
	width:	125;
	background-color:	#ffffff;
	/*sets external margin to left*/
	margin:	0 0em 0 0;
	}
	
.quote	{
	color: #333333;
	font:10px/12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 6px 0px;
	padding:0px;
	}
	
.quotehead	{
	color: #333333;
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:3px 0px 4px 0px;
	padding:0px;
	}
