@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#wrapper	{
	background-color: #ffffff;
}

h1	{
	font-size:1.6em;
	text-align:center;
}
h2	{
	font-size:1.4em;
	text-align:left;
}
#heading1	{
	display:none;
	}
#printlogo	{
	display:block;
	text-align:center;
}
#menu1	{
	display:none;
}
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
#column1	{
	display:none;
	}
#column2	{
	width:100%;
}
#column2 .content	{
	padding:20px;
	background-color:#ffffff;
	color:#000000;
	margin:0px;
}
#column1 .box1	{
	padding:0px;
	color:#000;
	margin-bottom:20px;
	margin-left:20px;
	width:185px;
}

<!-- Snazzy Borders Rounded Corners -->



/*Expand/Collapse */
#bobcontent1-title	{
	color:red;	
}
#bobcontent2-title	{
	color:red;	
}
.handcursor{
cursor:hand;
cursor:pointer;
}
.status	{
	color:#000;	
	font-weight:bold;
}
.two_column	{
	width:100%;
	padding:0;
	margin:0;
}
.left_column	{
	float:left;
	width:48%;
	padding-right:1%;
	height:100px;
}
.right_column	{
	float:left;
	width:48%;
	padding-left:1%;
	height:100px;
}
.small	{
	font-size:.8em;	
}
.center	{
	text-align:center;	
}
