/* CSS Document */
a:link{
	text-decoration:none;
	color: black;
	border-bottom: 1px dotted black;
	background-color:transparent;
        font-weight: bold;
	}
a:visited{
	text-decoration:none;
	color: black;
        border-bottom: 1px dotted black;
	background-color:transparent;
        font-weight: bold;
	}
a:hover{
	text-decoration:none;
	color: #333333;
	background-color:transparent;
        font-weight: bold;
	}
a:active{
	text-decoration:none;
	color: black;
	background-color:transparent;
	}
a.img{
	text-decoration:none;
	border: none;
        border-bottom: none;

	}
td.contentheading{
	color:black;
}
body,html{
	margin: 0;
	padding: 0;
	font-family:"Courier New", Courier New, monospace;
	background-image: url(http://switch.sjsu.edu/mambo/images/stories/issue22images/switch22bkrnd.jpg);
	background-color:black;
	}
pre{
	padding: 0px;
	margin: 0px;
	}
img.cursor{
	vertical-align: bottom
	}
img.left{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
img.right{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#container{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	margin-left: 23px;
        margin-top: 0px;
	width: 557px;
	height: 220px;
	background-image: url(http://switch.sjsu.edu/mambo/images/stories/issue22images/switch22logo.gif);
	}
#contentholder{
	width: 534px;
	margin-left: 32px;
	background-image: url(http://switch.sjsu.edu/mambo/images/stories/issue22images/switch22paper.gif);

	}
#content{
	width: 458px;
	min-height: 300px;
	margin-left: 6%;
	margin-right: 6%;
	font-size: small;
	overflow: hidden;
	}
#menu{
	width: 149px;
	height: 221px;
	margin-top: -42px;
	margin-right: -20px;
	float: right;
	background-image: url(http://switch.sjsu.edu/mambo/images/stories/issue22images/switch22menubkrnd.gif);
        background-repeat:no-repeat;
	}
#menuitems{
	padding-top: 25px;
	padding-left: 30px;
	font-size: small;
	}
#menuhome{
	}
#menuarticles{
	}
#menufeatures{
	margin-top: -2px;
	}
#menuisea{
	margin-top: 15px;
	margin-left: -10px;
	}
#menuprojects{
	margin-top: 15px;
	}
#menuabout{
	margin-top: 5px;
	}
#menupast{
	margin-top: 8px;
	}

#submenu{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted black;
	text-align: center;
	}
#title{
	text-transform: Uppercase;
	}
#author{
	text-transform: Capitalize;
	}
#footer{
	width: 100%;
        color:black;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dotted black;
	}


.contentheading{
	font-size:20px;
	color:#1100AA;
	font-weight:bold;
}
.contentpaneopen {
	font-size:12px;
}


.mainlevel_switch22 {
font-size:13px;
line-height: 22px;
}

.sublevel_switch22 {
font-size:11px;
}

#active_menu_switch22 {
font-weight: bold;
}
    hr {
      border:1px dotted black;
      color:black;
      text-align: left;/*this will align it for IE*/
      margin: 0 auto 0 0; /*this will align it left for Mozilla*/
      width:95%
    }


/* Clearfix generic for making sure containing divs go all the way around content... */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}ide from IE-mac */
}
