/* 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: #a4c4e6; }
.main {position: relative; margin: 0px auto 0px auto; 
	background-color: #ffffff; 	width: 772px; 
	border: 0px ;}
.pagetitle {font-size: 16px; color:#15559a; font-weight:bold;}
.emailbody {font-size: 13px; background-color: #ffffff; padding: 3px; line-height: 15px;}
.smallprint {font-size: 9px; vertical-align: baseline;}

.bodybox {position: relative; text-align: left; 
	min-height:480px;
	background-color: #a7c8eb; 	width: 772px; 
	background-image: url('gradient.gif'); background-repeat: repeat-x;
	padding: 0px; z-index: 1;}
.bodycontent {text-align: left; 
	padding: 5px 20px 10px 20px; z-index: 1;}
.quesbox {font-size: 13px;}
.button {font-size:10px;}
	
#homecopy {position: relative; width:420px; z-index: 1;}
.collage {position: absolute; top: -00px; left: 520px; z-index: 1;}
#bodtable {position: relative; left: 20px;}
.jointab {width: 700;}
.jointab tr {height: 22px; }
.jointab td {height: 22px; }
.profiletab {width: 700;}
.profiletab tr {height: 22px; }
.profiletab td {height: 22px; }
.formerror {color:#FF0000; font-weight: bold;}

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