/*new clown*/
body {
	color: #000;
	background-color: #FFF;
}
	
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }

a IMG { border: 0 none; }

h1, h2, h4, #menu1, #menu2, .bodyText, .bodyTitle, .white, .workshop, .contact {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
	display: inline;
}

.listMenu li, #rightColList li {
    list-style: none;
	display: block;
	background-color: F7FAFB;
}

h4.white {
	color: #990000;
	font-size: .8em;
	font-weight: normal;
}
h4.whiteSmall {
	color: #990000;
	font-size: .6em;
	font-weight: normal;
}
#leftCol a {
	padding: 2px 0px 1px 0px;
	width: 100px;
	border: none;
	text-decoration: none;
}
/**-=-=-=-= linkage =-=-=-=-**/

h4 a:link {color: #000; text-decoration: underline; }
h4 a:visited {color: #990000; text-decoration: underline; }
h4 a:hover {color: #990000; text-decoration: none; }

h4.white a:link {color: #990000; text-decoration: underline; }
h4.white a:visited {color: #990000; text-decoration: underline; }
h4.white a:hover {color: #990000; text-decoration: none; }

h4.whiteSmall a:link {color: #990000; text-decoration: underline; }
h4.whiteSmall a:visited {color: #990000; text-decoration: underline; }
h4.whiteSmall a:hover {color: #990000; text-decoration: none; }

h4.blueFoot a:link {color: #014753; text-decoration: underline; }
h4.blueFoot a:visited { color: #014753; text-decoration: underline; border: none; }
h4.blueFoot a:hover, visited:hover { color: #014753; text-decoration: underline; border: none; }

.bodyText a:link {color: #014753; text-decoration: underline; }
.bodyText a:visited { color: #014753; text-decoration: underline; border: none; }
.bodyText a:hover, visited:hover { color: #014753; text-decoration: underline; border: none; }

#menu1Roll a {
	color: #FFF;
	background-color: #CC3333;
	padding: 0px 10px 0px 5px;
	float: left;
	text-decoration: none;
}

#menu2Roll a {
	color: #FFF;
	background-color: #336633;
	padding: 5px 8px 11px 5px;
	float: left;
	text-decoration: none;
}
#rightColList a {
	width: 140px;
	color: #000;
	background-color: #DAECEE;
	float: left;
	text-decoration: none;
	border-bottom: 1px solid #CCFFFF;
}
#menu1Roll a:hover, visited:hover {
	color: #FFF;
	background-color: #CC3333;
	padding: 0px 10px 0px 5px;
	text-decoration: underline;
	border-bottom: none
}
#menu2Roll a:hover, visited:hover {
	color: #FFF;
	background-color: #669966;
	padding: 5px 8px 11px 5px;
	text-decoration: none;
}
#rightColList a:hover, visited:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #CCFFFF;
	border-top: none;
}
#menu1Roll a:active, #menu1Roll a.selected {
	background-color: #CC3333;
}
#menu2Roll a:active, #menu2Roll a.selected {
	background-color: #336633;
}

h4.blank {
	color: #000;
	background-color: #FFF;
}

h4.blue {
	color: #000;
	background-color: #F7FAFB;
	width: 130px;
}
h4.blueText {
	color: #014753;
	width: 130px;
}
h4.redText {
	color: #F4E4E4;
}
h4.darkBlue {
	color: #FFF;
	background-color: #014753;
	width: 130px;
}
.workshop {
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	padding: 0px 5px;
	margin: 3px 0px 0px 0px;
	clear: left;
	background-color: #F7FAFB;
}
.bodyText {
	font-size: 0.95em;
	font-weight: normal;
	padding: 0px 5px;
	margin: 3px 0px 0px 0px;
	clear: left;
}
.bodyTitle {
	font-size: 1.8em;
	color: #cc3333;
	font-weight: normal;
	background-color: #FFF;
	padding: 0px 5px;
	margin: 3px 0px 0px 0px;
	clear: left;
}
/*end new clown*/

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px 5px;
	margin: 3px 0px 0px 0px;
}
h4.location {
	padding: none;
	margin: none;
}
h4.red {
	color: #530101;
	background-color: #F4E4E4;
	width: 150px;
	border-bottom: 1px solid #FFCCCC;
}
h4.redRight {
	color: #530101;
	background-color: #F4E4E4;
	width: 130px;
	border-bottom: 1px solid #FFCCCC;
}
h4.green {
	background-color: #F8FBF7;
	width: 150px;	
	border-bottom: 1px solid #CCFFCC;
}

/**lists**/
.listMenu {
	list-style-type: none;
	padding-left: 5px;
	margin: 10px;
 	margin-left: 5px;
	margin-top: 0;
    display: block;
	border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}
.listMenu li{
	color: #333333;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	clear: left;
}