@charset "UTF-8";
/* CSS Document */

/*--Crater High BIS--*/

/*--Main Content Styles--*/

/*--Global Style--*/

.colorchange {
	color: #F60;
	font-weight: normal;
}

.imgspacing {
	padding: .5em;
}

/*--Left Sidebar Styles----*/

#sidebar {
	float: left;
	width: 220px;
	padding-bottom: 1em;
	background: #FC6;
}

#sidebar h1 {
	margin: 1em 1.5em 1em 0;
	padding-left: .5em;
	font-size: 15px;
	border-bottom: 1px solid;
}

#portholder {
	margin: 1em .5em;
	width: 200px;
	height: 50px;
}

#portholder a img {
	border: 0;
}

#sidebar p {
	margin: .5em;	
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin: 1em .5em;
	padding-left: 15px;
}

#sidebar ul a {
	padding-left: 15px;
	text-decoration: none;
	color: #000;
	background: url(../images/triangle.png) no-repeat left center;
}

#sidebar ul a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--Content Styles--*/


#content {
	float: right;
	width: 680px;
	padding-bottom: 1em;
	background: url(../images/content_bg2.png) repeat-x top left;
	text-align: left;
}



/*--Footer Styles--*/

#footer {
	clear: both;
	width: 900px;
	height: 28px;
	background: url(../images/top_header_bg.png) repeat-x top left;
	border-top: 2px solid;
	
}

#footer ul {
	margin: 0 1em;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul a {
	padding: 0 1.1em;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	
}

#footer ul a.first {
	background: none;
}

#footer ul a:hover {
	color: #FC6;
}
.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	padding: 5px;
}
.title2 {
	font-size: medium;
}

