/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 880px;
}
#faux   { 
background: url(sitegraphics/backgroundBody.jpg); 
margin-bottom: 0; 
width: 100%; 

}

#header    { color: #333; background: white url(sitegraphics/backgroundHeader2.jpg); margin: 10px 0 0; padding: 10px; width: 860px }
#leftcolumn    { color: #333; display: inline; margin: 10px 0 10px 10px; padding: 0 0 0 25px; width: 264px; float: left }
#centercolumn     { color: #333; display: inline; margin: 10px 0 10px 10px; padding: 0 0 0 50px; width: 775px; float: left }
#rightcolumn    { color: #333; font-size: 11pt; line-height: 13pt; display: inline; margin: 10px; padding: 0 25px 0 0; position: relative; width: 536px; float: right }
#rightcolumnsmall     { color: #333; font-size: 11pt; line-height: 13pt; display: inline; margin: 10px; padding: 0 25px 0 0; position: relative; width: 500px; float: right }
#title   { color: #005967; font-size: 18pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; font-weight: bold; line-height: 21pt; text-align: center }
#footer    { color: #333; background-image: url(sitegraphics/backgroundFooter2.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; margin: 0 0 10px; padding: 0; width: 880px; height: 125px; clear: both }
.clear { clear: both; background: none; }
#signup { line-height: 2 }
#lefttitle  { color: #6a9913; font-size: 13pt; font-family: Arial; font-weight: bold; text-align: center }
#quote  { color: #005967; font-size: 11pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; line-height: 15pt }
#subhead { color: #333; font-size: 13pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
#tealsubhead { color: #005967; font-size: 13pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 13pt }
#bodytext { color: #333; font-size: 11pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14pt }
#greensubhead { color: #6a9913; font-size: 13pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 13pt }
#greentitle { color: #6a9913; font-size: 18pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 22pt; text-align: center }
#tealcentered { color: #005967; font-size: 11pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14pt; text-align: center }
#bulletlist { line-height: 13pt; text-indent: 25pt }
