	/* begin affordances */	/* 4 - swiss a */
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label
{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration: none;
	border-color:	black;
	border-style:	none;
	}	
		
body
{
	margin: 10px;
	text-align: center;
	font-family: Verdana, Arial, Serif;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0;
	}

#outer
{
	text-align: left;
	border: 0px solid #000000;
	width: 800px;
	margin: auto;
	}

#header
{
	height: 152px;
	width: 792px;
	background: #ffffff;
	color: #178714;
	border: 0px;
	border-color: white;
	text-align: left;
	}

#bar
{
	height: 1px;
	width: 788px;
	background: #ffffff;
	color: #333333;
	padding: 2px 0px 2px 10px; /* top,right,bottom,left */
	text-align: left;
	font-size:	12px;
	border:solid white;	
	border-width: 1px;
	}

#bodyblock
{
	width: 800px;
	height: 500px;
	background: #dcdcdc;
	color: #333333;
	}

#menu
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:aliceblue;
    border: 0px black;
    border-collapse: collapse;
    } 

#menu a
{
	text-decoration:none;
	color:white;
	}

#ivory
{
	color: #336699;
	}

#l-column
{
	float: left;
	padding: 30px;
	width: 25%;
	height: 100%;
	background: #990033;
	color: white;

	}

#content
{
	float: right;
	width: 75%;
	height: 100%;
	background: white;
	color: black;
	text-align: left;
	padding: 30px;
	}

#footer
{
	height: 60px;
	width: 780px;
	background: #ffffff;
	color: #333333;
	border: solid black;
	border-width: 0px 0 0 0;
	margin: 0px;
	padding: 10px;
	}
 
#footer2
{
	width: 800px;
	background: #ffffff;
	color: #333333;
	border: #808080;
	border-width: 1px 0 0 0;
	margin: 0;
	}

#keywords
{
	width: 800px;
	background: #ffffff;
	color: #CCCCCC;
	border: #808080;
	border-width: 1px 0 0 0;
	margin: 0;
	font-size:	10px;
	text-align: center;
	}
	 
#tableone
{   
	margin: 0px; padding:0px; width: 800px;
	border: 0pt hidden; 
	border-collapse: collapse; 
    border-spacing: 0pt;
    }

#tableleft
{
	margin: 0px; 	
	padding: 0px;
	border:0px solid #336699;	
	background-color: #ffffff;
	vertical-align: top;	
	color: white;	
	width: 150px;
	height: 100%;
	}
	
#tableright
{
	margin: 5px; 	
	padding: 10px;
	border: 1px solid #ffffff;	
	background-color: white;	
	color: black;	
	text-align: left;
	vertical-align: top;
	width: 650px;
	height: 100%;
	}

#tabletwo
{   
	margin: 0px; padding: 0px; width: 95%;
	border: 0pt hidden;
	background-color: black;	
	color: #C0C0C0;	
	border-collapse: collapse; 
    border-spacing: 0pt;
    border-color: black;
    }

#tablethree
{   
	margin: 0px; padding: 0px; width: 400px;
	border: 0pt hidden;
	background-color: black;	
	color: #C0C0C0;	
	border-collapse: collapse; 
    border-spacing: 0pt;
    border-color: black;
    }

#tablefour
{   
	margin: 0px; padding: 0px; width: 400px;
	border: 0pt hidden;
	background-color: white;	
	color: #C0C0C0;	
	border-collapse: collapse; 
    border-spacing: 0pt;
    border-color: white;
    }

#tableaboutcell-left
{
	margin: 5px; 	
	padding: 10px;
	border:0px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: right;
	font-size:	13px;
	color: #000000;	
	width: 25%;
	height: 100%;
	}

#tableaboutcell-right
{
	margin: 5px; 	
	padding: 10px;
	border:0px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: left;
	font-size:	13px;
	color: #000000;	
	width: 75%;
	height: 100%;
	}

#tablelinklogocell
{
	margin: 5px; 	
	padding: 5px;
	border:1px solid #336699;	
	background-color: black;
	vertical-align: top;
	text-align: center;
	font-size:	13px;
	color: #C0C0C0;	
	width: 70%;
	height: 100%;
	}

#tablelinkcell
{
	margin: 5px; 	
	padding: 5px;
	border:1px solid #336699;	
	background-color: black;
	vertical-align: middle;
	text-align: center;
	font-size:	13px;
	color: #C0C0C0;	
	height: 100%;
	}

	
em
{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
strong
{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em
{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
b
{
	font-weight:	bold;
	}
	
i
{
	font-style:	italic;
	}
		
.warning
{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
del
{	
	text-decoration:	line-through;
	background:	#F66;
	}	
		
ins
{	
	text-decoration:	underline;
	background:	yellow;
	}	
		
var, cite, dfn, .note
{	
	font-style:	italic;
	}	
		
address
{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym
{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	

			
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot
{	
	font-family: Verdana, Arial, Serif;
	color:	black;
	}	

h1
{	
	margin-top:	1.33em;
	margin-bottom:	.33em;
	font-size:	24px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}	
		
h2
{	
	margin-top:	1.75em;
	margin-bottom:	.33em;
	font-size:	18px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}	
		
h3
{	
	margin-top:	1.58em;
	margin-bottom:	.33em;
	font-size:	16px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}	
		
h4
{	
	margin-top:	1.33em;
	margin-bottom:	.33em;
	font-size:	14px;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
}	
		
h5
{	
	margin-top:	1.17em;
	margin-bottom:	.33em;
	font-size:	12px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}	
		
h6
{	
	margin-top:	1em;
	margin-bottom:	.33em;
	font-size:	10px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}	
		
p
{	
	margin-top:	10px;
	margin-bottom:	10px;
	margin-left: 10px;
	font-size:	13px;
	text-align: left;
	padding-left:	0px;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	

li
{
	font-size:	12px;
	}
			
hr
{	
	color:	black;
	}	
		
#colophon
{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr
{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
	}

td.left
{
	margin: 1px; 	
	padding: 5px;
	border:1px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: right;
	font-size:	13px;
	color: #000000;	
	width: 33%;
	height: 100%;
	}	

td.right
{
	margin: 1px; 	
	padding: 5px;
	border:1px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: left;
	font-size:	13px;
	color: #000000;	
	width: 33%;
	height: 100%;
	}	

td.left50
{
	margin: 1px; 	
	padding: 5px;
	border:1px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: right;
	font-size:	13px;
	color: #000000;	
	width: 50%;
	height: 100%;
	}

td.right50
{
	margin: 1px; 	
	padding: 5px;
	border:1px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: left;
	font-size:	13px;
	color: #000000;	
	width: 50%;
	height: 100%;
	}

td.about
{
	margin: 1px; 	
	padding: 5px;
	border:1px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: left;
	font-size:	13px;
	color: #000000;	
	width: 50%;
	height: 100%;
	}

td.centered
{
	margin: 1px; 	
	padding: 5px;
	border:0px solid #990033;	
	background-color: white;
	vertical-align: top;
	text-align: center;
	font-size:	13px;
	color: #000000;	
	width: 50%;
	height: 100%;
	}
		
a:link
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	green;
	}	
		
a:visited
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	green;
	}	
		
a:active
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	green;
	}	
		
a:hover
{	
	text-decoration:	none;
	color:	black;
	}	
		
input.red
{
	background-color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	color: white;
	}
	
input.pink
{
	background-color: #ffcccc;
	}
	
input
{
	font-size: 10px;
	}

textarea.violet
{
	background-color: #ccccff;
	}

input.blue
{
	background-color: #990033;
	background-image:url('images/shadeform-howergreygreen4.gif');
	font-weight: bold;
	font-size: 12px;
	color: white;
	}

input.textarea
{
	/* background-color:#CCCCFF); */
	background-image:url('images/shadeform-howergreygreen4.gif'); 
	/* used a background image - not necessary though*/ 
	border: 1px solid #006666;
	margin: 4px
	}

		
	/* end affordances */