body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #e0f8d6;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #004C01;
	color: #004C01;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #008801;
	color: #008801;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #FFF;
	border: 1px solid gray;
}
#footer {
	font-size: 11px;
	font-weight:bold;
	color:#666666;
}

.boxEvent {
	height: 375px;
	width: 220px;
	padding: 2px;
	margin: 3px;
	float: left;
}

.boxEvent p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}

.boxEvent img {
	border: 1px solid #f0f0f0;
}

.boxLabel {
	margin-top: 6px; 
	font-size:11px; 
	color:#333333;
	font-weight: bold;
}

.invertedshiftdown{
	padding: 0;
	width: 100%;
	border-top: 5px solid Green; 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul{
	margin: 0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	border: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  	ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  	REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	background-color: Green; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{
	background-color: Green; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

#myform{
	/*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}

#myform .textinput{
	width: 120px;
	border: 1px solid gray;
}

#myform .submit{
	font: normal 12px Verdana;
	height: 22px;
	border: 1px solid Green;
	background-color: black;
	color: white;
}
