@charset "utf-8";
/* CSS Document */

#sidebar1 {
	float: right; 
	width: 250px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 10px 5px; /* top and bottom padding create visual space within this div */
	}
/*#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;  the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;
}*/
#sidebar1 li	{
	margin-left:-25px;
}
#mainContent {
	float:left;
	border-left:#50b3cf solid 3px;
	border-right:#50b3cf solid 3px;
	padding:10px 0;
	width:954px;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
} 

#mainContent h1, #mainContent h2, #mainContent h3	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	padding:6px 10px;
	}
		
h1	{
	font-size:26px;
	color:#000;
	}
h2	{
	font-size:20px;
	color:#50b3cf;
	}
h3	{
	font-size:16px;
	color:#50b3cf;
	}
h4	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	padding:2px;
}
#mainContent p	{
	padding:6px 10px;
	line-height:150%;
	}
#mainContent ul	{
	margin-left:50px;
}
.pullquote	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 22px; 
	line-height: 150%; 
	color:#B1BD20; 
	text-align: right;
	width:200px;
	}
	
.quotes	{
	color:#000;
	font-size: 30px;
	font-weight:bold;
	}
.inverse	{
	background-color:#c2cd23;
	color:#000;
	display:block;
	padding:6px;
	}
.contentbox	{
	border:#666 solid 1px;
	margin:10px;
	}
.breadcrumbs	{
	margin:10px;
	font-size:12px;
}
#scenariolinks	{
	width:750px;
	float:left;
}
#scenariolinks li	{
	display:block;
	display:inline;
	text-align:center;
	list-style:none;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	width:200px;
}
#scenariolinks a:link	{
	color:#fff;
	padding:10px;
	background-color:#50b3cf;
	border:2px solid #c1cd23;
}
#scenariolinks a:hover	{
	color:#fff;
	text-decoration:none;
	background-color:#C1CD23;
	border:2px solid #50b3cf;
	padding:10px;
}
#scenariolinks a:active	{
	color:#fff;
	text-decoration:none;
	background-color:#C1CD23;
	border:2px solid #50b3cf;
	padding:10px;
}
#scenariolinks a:visited	{
	color:#fff;
	padding:10px;
	background-color:#50b3cf;
	border:2px solid #c1cd23;
}

.2040table td 
{
    padding: 2px 3px;
}

.topborder	{
	border-top:#666 solid 2px;
}
