body {
	font: 80% "HelveticaNeue-Light",'Trebuchet MS', Verdana, Arial, Sans-Serif;	
	border: none;
	margin: 0;
	padding: 0;
	background: #DBDBDB;
}


#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: white;
}
img {
	border: none;
}

a {
	color: #007BFF;
	text-decoration: none;
}

a.nonlink, a.nonlink:hover {
	color: black;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #444;
	height: 1px;
}
h1 {
	padding: 0;
	margin: 0;
}

h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	margin: 2px 10px 2px 30px;
	padding: 0;
}

hr {
	size: 1px;
	color: white;
}

td {
}

table.list td {
	padding-bottom: 8px;
}

#top {
	padding: 30px;
	color: white;
	background: #522D80;
	height: 90px;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	text-align: left;
}

.position {
	font-size: .9em;
	color: #444;
}

#nav {
	color: white;
	float: left;
	height: 100%;
	width: 130px;
	text-transform: uppercase;
	font-size: .9em;
}

#nav ul {
	margin: 10px 0 0 0;
	padding:0;
}

#nav ul li {
	list-style:none;
	white-space:nowrap;
}

#nav ul li a {
	width: 120px;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px 0;
	color: white;
	text-decoration: none;
	display: block;
}

#nav ul li a.active {
	background: white;
	color: #FF6300;
}
#nav ul li a:hover {
	background: #522D80;
	color: white;
}

#nav p {
	font-size: .9em;
	color: white;
	padding: 0 0 0 10px;
}

#nav ul li.divider {
	width: 120px;
	background: #522D80;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px 0;
	color: white;
	text-decoration: none;
	display: block;
	}

#cal_nav
{
	background:#71A70B;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#cal_nav li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#cal_nav li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #cal_nav a {width:1%;}

#cal_nav .selected,#navigation a:hover
{
	background:#81C00C;
	color:#fff;
	text-decoration:none;
}

#main {
	background: url(../bg.png);
	min-height: 400px;
	padding: 0px;
	margin:0 auto;
	width: 100%;
}

#content {
	padding: 0 0 20px 0;	
	float: right;
	width: 650px;
}


#subcontent {
	float: left;
	width: 485px;
}

#subcontent .event h1 a {
	font-size: 12pt;
	font-style: oblique;
}

#subcontent .event p {
	
	margin: 5px 5px 5px 15px;
}


#subcontent p {
	text-align: justify;
}

#subcontent p.listitem {
	text-align: left;
}

#subcontent img {
	padding: 5px;
	//border: 1px solid #777;
	margin: 3px 8px 0px 8px;
}

#sidebar {
	color: #222;
	float: right;
	width: 120px;
	padding: 0 10px 0 15px;
	min-height: 400px;
}

#sidebar a {
	color: #FF6300
}
#footer {
	clear:both;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;
	padding:0;
	text-align:center;
	background: #434343;
	color: white;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	margin:0 8px 0 0;
}

input,
textarea,
select {
  padding: 1px;
  margin: 2px;
}

input.button {
  padding: 1px;
  margin: 2px;

}


