#Content {
	margin: 1em;
}

img.imgfull {
	float: left;
	margin: 0 2em 0em 0;
	padding: 2px;
	border: solid 2px #dddddd;
}
img.imgthumb {
	float: left;
	margin: 0 1em 0em 0;
	padding: 0;
	border: solid 2px #dddddd;
}
a.MenuTop3:visited, a.MenuTop3:active, a.MenuTop3:link, a.MenuTop3:hover  {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin: 0 0.8em 0 0.8em;
}
a.MenuTop3selected:visited, a.MenuTop3selected:active, a.MenuTop3selected:link, a.MenuTop3selected:hover  {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin: 0 0.8em 0 0.8em;
	cursor: default;
}


a.MenuTop2:visited, a.MenuTop2:active, a.MenuTop2:link, a.MenuTop2:hover  {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #C56448;
	margin: 0 0.8em 0 1.6em;
}

a.MenuTop2selected:visited, a.MenuTop2selected:active, a.MenuTop2selected:link, a.MenuTop2selected:hover  {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #6A3425;
	margin: 0 0.8em 0 1.6em;
	cursor: default;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #848484;
	border-bottom: solid 3px #e7e7e7;
	padding: 0 0 0.5em 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #848484;
	padding: 0 0 0 0;
}

#Path {
	font-size: 0.8em;
}

ul, ol {
	margin: 0.5em 1em 0.5em 1em;
	padding: 0;
}

li {
	margin: 0.5em 1em 0.5em 1em;
	padding: 0;
}
.bigHeading {
	font-size: 2em;
	color: #d7d7d7;
}

#topItems {
	width: 12em;
}
#topNews, #topEvents, #topLinks {
	border: solid 2px #efefef;
	padding: 2px;
	margin: 1em;
	background-color: #f7f7f7;
}

#topItems h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	background-color: #efefef;
	border: none;
	color: none;
}
#topItems a, #topItems a:visited, #topItems a:active, #topItems a:link, #topItems a:hover  {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
#topItems a:hover  {
	color: #BD583C;
}

#topItems ul, #topItems ol {
	margin: 0.1em;
	padding: 0;
}
#topItems li {
	list-style: none;
	display: block;
	margin: 0.1em;
	padding: 0;
}

form label {
	display: block;
	width: 15em;
	float: left;
	background-color: #eeeeee;
	border: solid 1px #eeeeee;
}
form div {
	clear: both;
	margin: 0.5em;
}
form input, form textarea {
	border: solid 1px #aaaaaa;
	width: 15em;
}
form input:focus, form textarea:focus {
	background-color: #fffdb0;
}

.desc{
	text-align: justify;
}

span div {
    text-align:justify;
}
	
