/*EXCEPT BODY, ABSOLUTELY KEEP EVERYTHING IN ALPHABETICAL ORDER!!!!!!*/
BODY {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin: 0em;
	font-family: Verdana, Lucida, Arial, Helvetica, Sans-serif; 
	width: 800px;
	background: white;
}

/*ALPHABETICAL ORDER STARTS HERE*/

A {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
    color: #5E935E;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	text-decoration: underline;
	color: #66B540;
}

A:visited {
	text-decoration: none;
	color: #666666;
}

A:hover {
    text-decoration: underline;
}

A.leftlinks {
    color: #5E935E;
    font-weight: bold;
}

A.resource {
	color:navy;
	text-decoration: none;
}

A.resource1:hover {
	text-decoration: underline;
    color: "red";
}

A.toplinks {
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	color: white;
}

A.toplinks:active {
	text-decoration: underline;
	color: black;
}

A.toplinks:visited {
	text-decoration: none;
	color: white;
}

A.toplinks:hover {
	text-decoration: underline;
}

blockquote {
	text-align: justify;
}

H1 {
    margin-left: 0px;
    color: #357535;
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 0.1mm;
    padding-left: 0;
    padding-right: 3mm;
    padding-top: 1mm;
}

H2 {
    margin-top: 2pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    color: #357535;
    font-size: 70%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 0.1mm;
    padding-left: 0mm;
    padding-right: 3mm;
    padding-top: 1mm;
}

IMG {
	border: 0em;
}

LI {
    font-size: 60%;
}

LI.workshop-description {
	color: black;
    font-size: 60%;
}


P {
	font-family: Verdana, Lucida, Arial, Helvetica, Sans-serif; 
	font-size: 60%;
    text-align: justify;
	margin-left: 0px;
}

P.default {
	font-size: 60%;
}

P.resource-what {
}

P.resource-comment {
}

P.sidebar  {
	margin-top: 4pt;
	margin-bottom: 4pt;
	margin-left: 9pt;
	line-height: 8pt;
	text-align: left;
	font-size: 60%;
}

P.workshop-description {
	font-size: 60%;
	color: black;
}

PRE {
	margin-left: 5px;
}

SPAN.leftlinks {
    color: #357535;
}

SPAN.workshop-description {
	font-size: 60%;
	color: black;
}

SPAN.workshop-title {
	font-weight: bold; 
	color:white;
	font-size: 70%;
}

STRONG {
	font-family: Verdana, Lucida, Arial, Helvetica, Sans-serif;
	font-weight: bold; 
}

TD.main {
    background:#EEEFDE;
    vertical-align: top;
}

TD.title {
    background:#DDDFCD;
    vertical-align: top;
}

TD, P, SPAN, DIV, DD, DT, DL, UL, LI {
	font-family: Verdana, Lucida, Arial, Helvetica, Sans-serif;
}

UL.about-us {
	color:#5E935E;
	type:square;
}

UL.workshop-description {
	color: black;
	type: square;
}

