﻿/* css reset so i can do development */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body 
{
	background-repeat: repeat-x;
	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	
}

#wrapper
{
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 5px;
}

#leftWrapper 
{
	display: none;
}

	
#right 
{
	width: 100%;
	float: left;
	display: inline;
}


	#search 
	{
		display: none;
	}

	#mainImage 
	{
		display: none;
	}
	
	#rightNav 
	{
		display: none;
	}
	
	#right #contentArea 
	{
		line-height: 14pt;
		width: 700px;
		float: left;
		margin-right: 30px;
		font-family: "Trebuchet MS", Helvetica, Sans-Serif;
		font-size: 14px;
	}
	
		#right #contentArea .title 
		{
			font-weight: bold;
			color: #00703c;
			font-size: 15px;
		}
		
		#right #contentArea ul, #right #contentArea ol
		{
			margin-left: 15px;
		}
		
			#right #contentArea ul>li 
			{
				margin-left: 15px;
				list-style-type: disc;
			}
			
			#right #contentArea ol>li 
			{
				list-style-type: decimal;
				margin-left: 15px;
			}
			
		#right #contentArea blockquote 
		{
			margin-left: 30px;
		}
		
		#right #contentArea p
		{
			display: block;
			clear: both;
			margin-bottom: 15px;
		}
		
	
	#right #rightSidebar 
	{
		display: none;
	}
		
#footer 
{
	text-align: center;
	padding: 7px 0;
}

.print 
{
	text-align: center;
}

.print2
{
	text-align: center;
	padding: 7px 0;
}

#printLogo { 
	width: 100%;
	height: 160px;
}

.clear 
{
	clear: both;
}