/* Standard CSS initialization v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com,  and by me */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin: 1em 0;	padding: 0;}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em;}

/* Form field text-scaling */
input, select, textarea {font-size: 100%;}

/* Miscellaneous conveniences: */
form label {cursor: pointer;}
a img {border: none; }
input {margin-bottom: 1px;}
ul {padding-left: 14px; list-style-position: inside; text-indent: -14px;} 

/* Site dependent values follow */

p, li, td 	{font-size: 13px;}
ul {text-indent: -16px;} 
body {text-align: center; background-color: #aad9bd; }
.main {position: relative; margin: 0px auto 0px auto; padding-bottom: 75px; 
	background-color: #ffffff; 	width: 770px; 
	background-image: url('gradation.jpg'); background-repeat: repeat-y;
	border: 1px solid #1cb375;}

.logo {position:relative; left:-165px; top: 30px; }
.logospot {position:relative; z-index: 6;}
.tagline {position:relative; left:10px; top: 50px;}

.bodycopy {position: relative; text-align: left; 
	min-height:280px;
	top: 37px; left: 0px; 
	margin: 0px 10px 10px 10px; height: 1%;
	padding-left: 200px; z-index: 1;}
.homecopy {position: relative; width:380px; z-index: 1;}
.collage {position: absolute; top: -35px; left: 220px; z-index: -1;}

.PBTitle {font-size: 14px; font-weight:bold}
.PBSubTitle {font-size: 13px; font-weight:bold}
.savetab {margin-left: 30px; width: 480px;}
.addresses {margin-left: 30px;}

a:link	{color: #100778; text-decoration: underline;}
a:visited	{color: #100778; text-decoration: underline;}
a:hover	{color: #C700FF; text-decoration: underline;}


