@charset "utf-8";
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
html, body {
	height:100%;
}
body {
	padding:0;
	margin:0;
	color: #000000;
	background-color: #EFEFEF;
}
#outer {
	min-height:100%;
	background:#F5F5F5;
	margin-bottom:-22px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 150px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ca4a4b;
}
* html #outer {
	height:100%;
} /* IE6 and under treat height as min-height anyway*/
#header {
	background:#ca4a4b;
	border-top:2px solid #000;
	color: #fff;
	text-align:left;
	position:relative;
	min-height:0px;/* ie 7 haslayout fix */
	height: 41px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -152px;
}
#header img {
	border: 0px;
}
#menu {
	color: #fff;
	height: 25px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -152px;
	background: black url(http://paste.org/images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu {
	height: 25px;
	margin: -152px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	background: black url(http://paste.org/images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	height: 15px;
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(http://paste.org/images/blockactive.gif) center center repeat-x;
}
.menuright {
	height: 25px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	font: bold 13px Arial;
	background: black url(http://paste.org/images/blockdefault.gif) center center repeat-x;
}
.menuright2 {
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 11px;
	color: white;
	text-decoration: none;
}
/* mac hide \*/
* html #header {
	height:51px;
	he\ight:1px
}/* height needed for ie to force layout*/
/* end hide*/
#printme {
	display: none;
}
#left {
	margin-left:-150px;
	position:relative;/*ie needs this to show float */
	width:152px;/* same as the left margin on #outer*/
	float:left;
}
.leftheader {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 10px;
}
.contentheader {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
.newsheader {
	text-transform: capitalize;
	font-weight: bold;
}
.lefttext, .contenttext {
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
}
.formbord {
	border: 1px solid #999;
}
.formbord2 {
	border: 1px solid #F00;
}
.lefttext a {
	text-decoration: none;
}
#content {
	float: inherit;
}
#showandtell {
	width: 100%;
	float: left;
}
#footer {
	width:100%;
	clear:both;
	padding-top:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height:17px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #ca4a4b;
	color: #EEEEEE;
	text-align:center;
	position:relative;
	overflow: hidden;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #EEEEEE;
}
#footer a:hover {
	color: #FFFFFF;
}
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
#clearfooter {
	clear:both;
	height:10px;
}/*needed to make room for footer*/
