

@media screen {
*{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
a{
	color: #92C73D;
	text-decoration: none;
}
a:hover,#nav  a:hover,#nav a.selected{
	color: black;
}
body{
	color: #666666;
	background: #FFFFFF url(../images/black_block_green_trim.gif) repeat-x 0px -200px;
	font: 0.8em "Lucida Sans Unicode","Lucida Grande",sans-serif;
}
h1{
	margin-bottom: .5em;
	font-size: 2.3em;
}
h1,h2{
	color: black;
	text-transform: uppercase;
	font-weight:normal;
}
h2{
	font-size: 1.5em;
}
h3 {
font-weight:normal;
font-size:1.2em;
}
hr{
	display: none;
}
#container{
	margin: auto;
	width: 750px;
	position: relative;
}
#content{
	width: 550px;
	padding-left: 30px;
	font-size: .9em;
}
#content p{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.6em;
}
#content ul,#content ol{
	margin-left: 3em;
	margin-bottom: 1em;
}
#footer{
	padding: 50px 0;
	font-size: .7em;
	text-align: right;
}
#nav{
	font: 0.85em sans-serif;
	position: absolute;
	top: 249px;
	right: 0px;
}
#nav  *{
	float: left;
	display: inline;
}
#nav a{
	padding: 0.6em;
	background: url(../images/green_bar.gif) no-repeat center -36px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav hr{
	display: none;
}
#title{
	padding-top: 120px;
	padding-bottom: 75px;
}
#title a{
	width: 667px;
	display: block;
	background: url(../images/flatlined_logo_and_blips.gif);
	text-indent: -9999px;
	height: 94px;
}


img {
	border:1px solid #eee;
	padding:10px;
}
img.right {
	margin:1em;
	margin-right:0;
}
img.left {
	margin:1em;
	margin-left:0;
}
}