INPUT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;
				}

TEXTAREA		{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;
				padding:5px;margin-top:5px;height:45px;
				}
.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.center		{margin-left:auto;margin-right:auto;text-align:center;}

.topTile {
	background-image: url('../img/top_tile.jpg');
	background-repeat: repeat-x;
	padding: 0px;
}

#leftShade {
	background-image: url('../img/left_shadow_tile.jpg');
	background-repeat: repeat-y;
	padding: 0px;
}

#rightShade {
	background-image: url('../img/right_shadow_tile.jpg');
	background-repeat: repeat-y;
	padding: 0px;
}

.headerTable {
	height: 8px;
	background-image: url('../img/top_bar.jpg');
	background-repeat: no-repeat;
	padding: 0px;
}

.contentTable {
	background-color: #2db34b;
}

.floatLeft {
	padding: 10px;
	float: left;
}

.floatRight {
	padding: 10px;
	float: right;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: #42ade2;
}

body.main {
	height:100%;
	background: #42ade2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html {
	height:100%;
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	line-height:20px;
}

FONT.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	line-height:20px;
}

FONT.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	line-height:20px;
}


FONT.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #830a80;
}

FONT.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

FONT.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

FONT.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

FONT.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

FONT.ntd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

A.body:link {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.body:active {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.body:visited {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.body:hover {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f38f;
	color: #000000;
	text-decoration: none;
}

A.ntd:link {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.ntd:active {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.ntd:visited {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #830a80;
	text-decoration: none;
}

A.ntd:hover {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f38f;
	color: #000000;
	text-decoration: none;
}
.input {
	color: #333333;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style-type:none;
	line-height:20px;
}

.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

.eventInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;

}

a:link {
	text-decoration:none;
	color: #003300;
	}
a:active {
	text-decoration:none;
	color: #003300;
	}
a:visited {
	text-decoration:none;
	color: #003300;
	}
a:hover{
	text-decoration:underline;
	color: #00FF33;
	}





