/* Start of CMSMS style sheet 'lafferty' */
@charset "utf-8";

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.8em;
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #666666;
	background-color: #F9F9F2;
	background-image: url(grassbg.jpg);
	background-image: url(jasonslackbg.png);
	background-repeat: no-repeat;
	background-position: center 35px;
	background-attachment: fixed;
}
h1 {
	font-size: 1.4em;
	display: inline;
	letter-spacing:3px;
}
a,a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sidebar a,#sidebar a:visited {
	margin-top: 20px;
	border-bottom-style: none;
	color: #666666;
}
a:hover, #sidebar a:hover{
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
ul {
	padding-left: 15px;
	list-style-type: none;
}
li {
	margin: 3px;
	padding: 0px;
}
img {
	border: 8px solid #666666;
}
p {
	padding-bottom: 1em;
}
.text {
	padding-left: 20px;
}


#wrapper {
	min-height: 100%;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
* html #wrapper {
height: 100%;
}
#top_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#top_menu li {
	list-style-type: none;
	display: inline;
	margin-left: 40px;
	font-weight: bold;
}

#content{
	text-align: justify;
	min-height: 100%;
	height: 100%;
	width: 538px;
	margin: 0px;
	float: right;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#sidebar {
	min-height: 100%;
	height: 100%;
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#sidebar .sideitem {
	margin-top: 20px;
}
.small {
	font-size: .7em;
}
#footer {
	clear: both;
	width: 100%;
}
h3 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

#header {
	font-weight: bold;
	height: 50px;
}
.currentpage {
	list-style-type: square;
	color: #FF9900;
}
/* End of 'lafferty' */

