/*****
*
*	Sacoiwa Support Cascading Style Sheet
*
*	Wed Mar 31 14:34:08 EST 2004 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: support.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


/* header */

#header { height:70px; background:#CCC; }
#header div.logo { float:left; width:120px; padding:5px; }
#header div.title { float:left; font:bold 20pt Arial,Helvetica,sans-serif; color:#000; padding:15px 5px; }


/* content */

#content { padding:20px; min-width:400px; }

div.followup { max-width:750px; margin:10px auto; text-align:right; }


/* left */

#leftbar { float:left; width:175px; padding:0; margin:0 0 15px 0; }
#leftbar div.block { padding:10px 5px 20px 5px; margin:0; }
#leftbar div.block h1 { font-size:14pt; text-align:left; border-bottom:1px solid #666; }
#leftbar ul { margin:10px 0 10px 5px; padding:0; }
#leftbar ul li { list-style:none; margin:0; padding:0; }


/* right */

#rightbar { float:right; width:175px; padding:0; margin:0 0 15px 0; }
#rightbar div.block { padding:10px 5px 20px 5px; margin:0; }
#rightbar div.block h1 { font-size:14pt; text-align:right; border-bottom:1px solid #666; }
#rightbar ul { margin:10px 0 10px 5px; padding:0; }
#rightbar ul li { list-style:none; margin:0; padding:0; }


/* footer */

div.powered { clear:both; margin-bottom: 20px; font-size:8pt; color:#CCC; }
div.powered a { text-decoration:none; color:#CCC; }
div.powered a:link, div.powered a:visited { color:#CCC; }
div.powered div.copyright { float:right; font-style:italic; text-align:right; color:#AAA; }
div.powered div.copyright a { text-decoration:none; color:#AAA; }
div.powered div.copyright a:link, div.powered div.copyright a:visited { color:#AAA; }
div.powered a:focus, div.powered a:hover, div.powered a:active  { text-decoration:underline; color:#33C; }


