/* 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: 12px;}
ul {text-indent: -16px;} 
body {text-align: center; background-color: #c8e7e4; }
.main {position: relative; margin: 0px auto 0px auto; 
	background-color: #ffffff; 	width: 770px; 
	border: 0px ;}
.pagetitle {font-size: 16px; color:#15559a; font-weight:bold;}

.bodybox {position: relative; text-align: left; 
	min-height:453px;
	background-color: #c8e7e4; 	width: 770px; 
	background-image: url('gradient.gif'); background-repeat: repeat-x;
	padding: 0px; z-index: 1;}
.homecontent {text-align: left; 
	padding: 5px 5px 10px 4px; z-index: 1;}
.bodycontent {text-align: left; 
	padding: 3px 5px 10px 10px; z-index: 1;}
	
#homecopy {position: relative; width:420px; z-index: 1;}
.title {font-size: 14px; font-weight:bold;}

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

.link1 {position:absolute; left: 50px; top: 105px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; font-size: 14px; z-index: 2;width: 45px;}
a.link1:link	{color: #ffffff; text-decoration:none;}
a.link1:visited	{color: #ffffff; text-decoration:none;}
a.link1:hover	{color: #000000; text-decoration:none;}

.link2 {position:absolute; left: 190px; top: 105px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; font-size: 14px; z-index: 2;width: 100px;}
a.link2:link	{color: #ffffff; text-decoration:none;}
a.link2:visited	{color: #ffffff; text-decoration:none;}
a.link2:hover	{color: #000000; text-decoration:none;}

.link3 {position:absolute; left: 380px; top: 105px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; font-size: 14px; z-index: 2;width: 100px;}
a.link3:link	{color: #ffffff; text-decoration:none;}
a.link3:visited	{color: #ffffff; text-decoration:none;}
a.link3:hover	{color: #000000; text-decoration:none;}

.link4 {position:absolute; left: 570px; top: 105px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; font-size: 14px; z-index: 2;width: 85px;}
a.link4:link	{color: #ffffff; text-decoration:none;}
a.link4:visited	{color: #ffffff; text-decoration:none;}
a.link4:hover	{color: #000000; text-decoration:none;}

