/*
覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 
   ｩ2003 American Web Services  |  All Rights Reserved.
覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧

debug mode ***
-----------------------------------------------
id, div 	{ border: 1px dashed blue;		}
ul, li 		{ border: 1px dashed yellow; 	}
form 		{ border: 1px dashed green;		}
table		{ border: 1px dashed aqua;		}
img			{ border: 1px dashed red;		}
td			{ border: 1px dashed yellow;	}

hash color sets ###
-----------------------------------------------
006E6C		aqua			' main link/visited/active
6F1B1B		maroon 1		' main hover
763440		maroon 2		' main menu BG
0CC			bright aqua		' footer text
099			aqua			' footer BG
006E6C		dark aqua		' H1 underline
*/

/* EMs */
body
{
	background: #FFF url(../_images/bg.gif) repeat-x;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #666;
	margin: 2px;
	font-size: 62.5%;
}

a					{	color: #006E6C; }
a:active 			{	color: #006E6C; }
a:visited 			{	color: #006E6C; }
a:hover 			{	color: #6F1B1B; }
form				{	margin: 0px; padding: 0px; }
table
{
	width: 750px;
}
tr
{
	vertical-align: top;
}
h1
{
	font: normal 1.8em 'Times New Roman',Times,serif;
	color: #763440;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #006E6C;
}
h2
{
	font: normal 1.4em 'Times New Roman',Times,serif;
	color: #763440;
	margin: 0px 0px 5px 0px;
}



#main_container
{
	width: 750px;
	font-size: 1.1em;
}



/* fix: Netscape 6 -- removes the 2px baseline padding on the bottom of images */
.mainmenu img 
{
	background: #763440;
	vertical-align: -25%;
}



.columnlarge
{
	padding: 15px;
}
.columnmedium
{
	padding: 0px 10px 10px 10px;
	float: left;
}
.columnsmall
{
	width: 180px;
	padding: 0px 5px 10px 5px;
	float: left;
}
.columnlarge table
{
	width: 100%;
}



.question
{
	font-weight:bold;
	padding-bottom:10px;
}
.answer
{
	padding-bottom:10px;
}
		
.calculator
{
	font-size: 1.2em;
	color: #763440;
	margin: 5px 0px 10px 0px;
	padding: 5px 3px 5px 3px;
	border: 1px solid #0CC;
}
		
#footer
{
	width: 750px;
	background: #099 url(../_images/cosmetic/copyright-bg.gif) no-repeat center top;
	font-size: 1em;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 32px 10px;
	clear: both;
	color: #0CC;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active  
{
	color: #0CC;
}