####################
ASBL - Flash Key layout ŠJ.Thompson 2007. Used with permission by
The American Small Business League. (www.ASBL.com)
Do not use, replicate, alter or sell this layout for your own personal or business use 
without the express permission of is owner. 
Contact: jthompson@asbl.com
####################

a {
	color: #333;
	text-decoration: none;
}


a:link    {
	color: #0000FF;
	text-decoration: none;
}

a:visited    {
	color: #0000FF;
	text-decoration: none;
}

body {
	background: #CCC url(img/bg.gif) repeat-y fixed top left
	background-attachment: fixed;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.85em sans-serif,ariel;
}

.display  {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	margin: 20px 0;
	text-align: center; font: normal 2.4em sans-serif,ariel;
}

.gfx a {
	height: 130px; width: 600;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.9em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 810px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #6666FF;
	float: center;
	text-align: left;
	padding-top: 4px;
	width: 160px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;

}

.menu a#last {
	width: 200px;
	border-right: none;
}



table a	{
	color: #333; margin: 20px 0;
	text-align: center; font: bold 1em sans-serif,ariel;
	padding-left: 20px;
}


a img	{
	border: 0px;
}

ul	{
	margin-left: 20px; 
 	list-style-type: square;
	font-size: 1em;
 	font-family: ariel;
 	color: #FF0000;
}



/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1em sans-serif,Arial;
	color: #000;
}
.content p {
	margin: 3px 0 6px; color: #000;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	font: bold 0.6em sans-serif,Arial;
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}