/* SS_BODY.CSS stylesheet for BANS Contact Form Page */
/*     (c)2007 Jeff Morris All Rights Reserved       */

			/* DOCUMENT BODY */
.bodybg {	height:100%; max-height:100%; padding:0; margin:0;
			font-size:0.9em; font-weight:normal; font-family:arial, helvetica, verdana, tahoma, sans-serif;
			cursor:default; overflow:auto; text-align:center;
			background-color:#EFFFBD; color:#000;
}
			/* BANS CONTENT */
 #shell { 	position:relative; top:15px; width:780px; height:200px; margin:0 auto; text-align:center;
			background-color:#fff; color:#000;
}

			/* TOP AND BOTTOM BORDERS */
#ftop,
#fbot 	{	height:13px; background-repeat:no-repeat; overflow:hidden;
			background-color:#fff; color:#000;
}

			/* MID-SECTION */
#fmid	{	background-color:#fff; color:#000;
}

			/* AREA INSIDE THE BORDER */
#canvas {	width:754px; margin:0 auto;
			background-color:#fff; color:#000;
}

			/* UPPER AREA INSIDE BORDER -- LOGO CONTAINER */
#logo {		height:180px; text-align:left;}

			/* LOWER AREA INSIDE BORDER */
#cfouter {	position:relative; width:100%; text-align:center;
			background-color:#fff; color:#000;
}

			/* CENTRED FORM CONTAINER */
#cfinner {	width:460px; margin:0 auto; text-align:center;}

			/* FORM PLACEHOLDER */
#pseudForm {margin:20px auto; color:#f00;}

			/* BOTTOM BORDER */
#fbot {		clear:both;}


			/* HEADER -- CUSTOMER SUPPORT */
/* Header Customer Support Container */
#contactus {position:absolute;
			top:150px; left:160px;
			width:256px; font-size:18pt; font-weight:bold; color:#888; text-align:left;
}

			/*  HEADER -- BACK TO SITE */
/* Header Return Link Container */
#bailout {	position:absolute;
			top:180px; left:23px;
			width:256px; text-align:left;
}

/* Header Return Link */
#bailout .bansbail { 	color:#88f;
						font-weight:bold;
}

/* Both links */
.bansbail {text-decoration:none;}
.bansbail:hover {text-decoration:underline;}


			/*  FOOTER -- BACK TO SITE */
/* Footer Return Link */
#footlink {width:100%; text-align:center; margin: 0; padding: 3px; border:solid 1px #9ab; background: #f8f8f8;}


/* Sundries */
p {line-height:1.0em; margin: 4px 0 8px;}
dl, dt, dd, ul {margin:0; padding:0; list-style-type:none;}
.clear {clear: both;}
code {font-size:1.3em; color:#060; font-weight:bold;}
h1 {margin:10px 0; border: 0; padding:0; color:#345; background: transparent;
	font-weight: normal; text-align:left; font-size: 1.3em; line-height: 1.3em; color:#888;}

