	/* 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: #808080;
	color: #333333;
	padding: 0;
	}

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

#header
{
	height: 250px;
	width: 792px;
	background: #178714;
	color: #178714;
	border: 4px groove;
	border-color: black;
	text-align: center;
	}

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

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

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

	}

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

#footer
{
	height: 40px;
	width: 780px;
	background: #999999;
	color: #333333;
	border: solid black;
	border-width: 0px 0 0 0;
	margin: 0px;
	padding: 10px;
	}
 
#footer2
{
	width: 800px;
	background: #808080;
	color: #333333;
	border: #808080;
	border-width: 1px 0 0 0;
	margin: 0;
	}
 
#tableone
{   
	margin: 0px; padding:0px; width: 800px;
	border: 0pt hidden; 
	border-collapse: collapse; 
    border-spacing: 0pt;
    
    }

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

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

#tableportfoliocell
{
	margin: 5px; 	
	padding: 3px;
	border:1px solid #336699;	
	background-color: black;
	vertical-align: top;
	text-align: center;
	font-size:	13px;
	color: #C0C0C0;	
	width: 33%;
	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:	white;
	}	

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;
	border-top:	0;
	border-bottom:	0;
	text-align: left;
}	
		
h5	{	
	margin-top:	1.17em;
	margin-bottom:	.33em;
	font-size:	14px;
	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;
	padding-left:	0px;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	

li
{
	font-size:	12px;
	}
			
hr	{	
	color:	white;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
	}	
		
a:link	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#99ff33;
	}	
		
a:visited	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#99ff33;
	}	
		
a:active	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#99ff33;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	yellow;
	}	
		
a.menu:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
	}	
		
a.menu:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
	}	
		
a.menu:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
	}	
		
a.menu:hover	{	
	text-decoration:	none;
	color:	yellow;
	}	
		
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: #178714; font-weight: bold; font-size: 12px; color: white;}

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

		
	/* end affordances */