body {
	margin:0px;
}

#body-back {
	background:#dcdde4;
}

a {
	color:#454545;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

td {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana",sans-serif;
	font-size:0.80em;
	color:#454545;
}

input {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana",sans-serif;
	color:#666;
	width:150px;
	height:19px;
	margin:5px 0 5px 5px;
}

select {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana",sans-serif;
	color:#666;
	width:55px;
	height:19px;
	margin:5px 0 5px 5px;
}

textarea {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana",sans-serif;
	color:#666;
	width:300px;
	font-size:1.0em;
	height:75px;
	margin:5px 0 5px 5px;
}

.submit {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana",sans-serif;
	color:#000;
	width: 75px;
	height:22px;
	font-size:0.9em;
	margin:5px 0 5px 5px;
} 

#index-content {
	background:#fff;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

.index-menu {
	text-align:center;
	font-family: Century Gothic, Verdana, sans-serif;
}

.index-menu a {
	text-decoration:none;
	color:#454545;
}

.index-menu a:hover {
	text-decoration:underline;
	color:#454545;
}

.index-menu a:visited {
	color:#454545;
}

#footer {
	padding:5px;
	background:#3546A0;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover, a:visited, a:active {
	color:#d9d9d9;
}


/* top navigation*/

#topnav {
	width:975px;
	float:left;
	margin-bottom:10px;
}

#toplinks {
	width:800px;
	float:left;
	position:relative;
	top:25px;
}

#toplinks a {
	text-decoration:underline;
	color:#454545;
	margin-right:10px;
}

#toplinks a:hover {
	text-decoration:none;
	color:#000;
	margin-right:10px;
}


/* side navigation bar*/

#sidenav {
	text-align:right;
	padding-right:10px;
}

#sidenav a {
	color:#454545;
	text-decoration:underline;
}

#sidenav a:hover {
	color:#000;
	text-decoration:none;
}

#sidenav li {
	list-style:none;
	line-height:18px;
}


/* right wing container */

#rightwing {
	text-align:left;
	padding-left:10px;
	width:150px;
}

/* content container */

#content {
	background:#fff;
	padding:20px;
	padding-left:0px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

#content h1 {
	font-size:2.0em;
	color:#757575;
	font-family:"Century Gothic", sans-serif;
	text-transform:uppercase;
}

#about {
	color:#757575;
	text-align:justify;
	margin-right: 10px;
	padding-right:15px;
	border-right: solid 1px #ddd;
	line-height:21px;
}

#events {
	text-align:justify;
	color:#757575;
	line-height:21px;
}

#contact {
	float:left;
	width:165px;
	padding-left:15px;
	color:#666;
	line-height:21px;	
}

#contact strong {
	text-transform:uppercase;
}

#contact a {
	text-decoration:underline;
	color:#454545;
}

#contact a:hover {
	text-decoration:none;
	color:#000;
}


/* events section */

.borderit img{
	border: 1px solid #ccc;
	margin-right:5px;
}

.borderit:hover img{
	border: 1px solid #35469E;
}

.borderit:hover{
	color: #35469E; /* irrelevant definition to overcome IE bug */
}

.event-intro {
	padding-top:2px;
	font-size:0.70em;
	color:#757575;
	line-height:21px;
}

.event-intro a {
	color:#454545;
	text-decoration:underline;
}

.event-intro a:hover {
	text-decoration:none;
	color:#000;
}

.event-nav {
	list-style:none;
	font-size:0.9em;
	margin-left:10px;
}

#cms-index-container {
	width:800px;
	min-height:300px;
}

#cms-index-container h1 {
	font-size:1.3em;
	color:#aaa;
	font-family:Century Gothic;
	text-transform:none;
}

#cms-index-container li {
	color:#aaa;
	list-style:none;
	margin-left:10px;
}

#cms-index-container a {
	text-decoration:underline;
	color:#454545;
}

#cms-index-container a:hover {
	text-decoration:none;
	color:#000;
}

#sitecopy {
	width:800px;
	height:300px;
}

#sitecopy textarea {
	width: 100%;
}

.adminsubmit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100px;
	height:25px;
}
