body {
	margin: 20px auto;
	position: relative;
	color: #65565B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px; /* Baseline grid of 20px */
	background: #FFF;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #e7058a;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #ED5615; 
	text-decoration: none;
}


p {
	line-height: 20px;
	margin-bottom: 20px;
}
/* END Headings */

/* ----------------------------------------- */
/* END General Styles */



/* BEGIN Helper Styles */
/* ----------------------------------------- */

/* BEGIN Forms */
form label {
}

form input.txtFld {
	height: 18px;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #D3CFD0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #65565B;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

form input.sbmt {
	height: 32px;
	width: 160px;
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
}
/* END Forms */

/* BEGIN Alerts */
div#msgError,
div#msgOk {
	margin-bottom: 10px;
}

div#msgError p,
div#msgOk p {
	line-height: 16px;
	padding: 15px 15px 15px 40px;
	color: #FFF;
	font-size: 11px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

div#msgError p {
	background-image:  url(/img/icons/exclamation.png);
	background-color: #D83116;
	
}

div#msgOk p {
	background-image: url(/img/icons/accept.png);
	background-color: #6AC349;
}
/* BEGIN Alerts */

.required {
	color: #FF0000;
}

/* ----------------------------------------- */
/* END Helper Styles */


h1#logo a {
	display:block;
	width:220px;
	height:60px;
}

div#footer {
	font-size:11px;
	padding-bottom:20px;
}

.eventList {
	padding:10px 10px 10px 20px;
	background:url(/img/dot.png) no-repeat 0px 15px;
}
.eventList .summary {
	margin:20px 0 0 20px;
	padding-left:20px;
	border-left:1px solid #CCC;
}
.sidebox {
	width: 260px;
	background-color:#F9F3F3;
	padding:20px 20px 0 20px;
	margin-bottom: 20px;
	float: left;
}
.sidebox h4 {
	margin-bottom: 20px;
}
.sidebox ul {
	margin-bottom: 20px;
}
.warning {
	color:#00AFAB;
	font-weight:bold;
}

hr {
	height:4px;
	background-image:url(/img/dots.png);
	background-repeat:repeat-x;
	border:0;
	padding:0;
	margin:20px 0 20px 0;
}

li.follow a {
	display:block;
	padding:0 0 0 26px;
	margin:5px 0 5px 0;
	background-repeat:no-repeat;
	background-position:0px 3px;
}
li.facebook a {
	background-image:url(/img/facebook.png)
}
li.tst a {
	background-image:url(/img/tst.png)
}
li.twitter a {
	background-image:url(/img/twitter.png)
}
li.blogger a {
	background-image:url(/img/blogger.png)
}

ul.menu {
	margin-top: 25px;
	float: left;
}
ul.menu li {
	float:left;
}

ul.menu li a {
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding:5px 10px 5px 10px;
	margin:0 5px 0 5px;
}

ul.menu li a.active, ul.menu li a:hover {
	background-color: #F9F3F3;
	text-decoration: none;
}

div.content h2 {
	font-size:14px;
	margin-bottom: 20px;
	color: #E7058A;
}
div.content h3 {
	margin-bottom: 20px;
	font-size:14px;
}
div.content h4 {
	font-size:12px;
}
form.smallform input, form.smallform textarea {
	width: 280px;
}
