body {
	background: url('images/background.jpg') #888888 top left;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 1022px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

#header {
	height: 251px;
	width: 1022px;
	margin: 0;
	padding: 0;
}

#header_top {
	width: 1022px;
	height: 50px;
	background: #01147D;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #8F7C6B;
}

#sitename {
	height: 17px;
	position: relative;
	margin: 0;
	padding: 0px;
	width: 700px;
	float: left;
	background: url('images/title.jpg') #FFFFFF top left no-repeat;
	color: #000000;
	padding-left: 62px;
	padding-top: 33px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
}

#language {
	float: right;
	padding-right: 5px;
	text-align: right;
	width: 255px;
	height: 50px;
	background: url('images/skyline.jpg') #FFFFFF bottom right no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#language a, #language a:visited {
	color: #000000;
	text-decoration: none;
}

#language a:hover {
	color: #C6C9EF;
	text-decoration: underline;
}

#language a.active, #language a:visited.active {
	color: #BB0000;
	text-decoration: none;
}

#header_main {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 1022px;
	overflow: hide;
	overflow: hidden;
	background: url('images/logo.jpg') #000000;
}

#topmenu {
	margin-top: 180px;
	height: 18px;
	background: url('images/transparent_black.png') !important;
	padding-right: 5px;
	width: 1017px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 2px;
	font-family: Verdana;
	font-size: 12px;
}

#topmenu a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline;
}


#logo {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 1017px;
	background: url('images/logo.jpg') #000000;
	text-align: right;
	padding-top: 180px;
	padding-right: 5px;
	color: #FFFFFF;
}

#news {
	float: left;
	height: 100%;
	width: 258px;
	margin-left: 1px;
	/*border-left: 1px solid #8F7C6B;*/
	overflow: auto;
	color: #FFFFFF;

	scrollbar-base-color:#E10000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #8F7C6B;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #8F7C6B;
	scrollbar-track-color: #000000;
}


#newsitem {
	text-align: justify;
	min-height: 50px;
	font-size: 12px;
	color: #FFFFFF;
	/*border-bottom: 1px solid #8F7C6B;*/
	margin-bottom: 1px;
	padding: 2px;
}

#newsitem h1, #newsitem h1 a, #newsitem h1 a:visited, #newsitem h1 a:hover {
	font-size: 12px;
	color: #E10000;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}

#newsitem p {
	padding: 0;
	margin: 0;
}

#newsitem h1 a, #newsitem h1 a:visited {
	color: #E10000;
	text-decoration: none;
}

#newsitem a, #newsitem a:visited {
	color: #8F7C6B;
	text-decoration: none;
}

#newsitem a:hover {
	text-decoration: underline;
}

#picture {
	width: 459px;
	height: 306px;
	background: url('images/picture.jpg') no-repeat;
	margin: 0;
	bottom: 0;
	text-align: left;
	font-size: 12px;
	/*border-bottom: 1px solid #FFFFFF;*/
	margin-bottom: 1px;
}

#menu
{
	width: 1022px;
	padding: 0;
	margin: 0;
	z-index: 100;
	background: #BB0000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 100;
	width: 1022px;
}

#menu ul li, #menu ul ul li {
	margin: 0;
	float: left;
	color: #FFFFFF;
}

#menu ul li a, #menu ul ul li a {
	margin: 0;
	padding-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

#menu a:hover {
	background: #000000;
}

#menu li {
	position: relative;
	float: left;
}

#menu ul li, #mmenu ul ul li {
	padding: 0;
	margin: 0;
	float: left;
	color: #FFFFFF;
}

#menu ul li {
	border-right: 1px solid #FFFFFF;
}

#menu ul ul li a {
	border-right: 0;
}

#menu ul li a, #menu ul ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#menu ul li a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul ul {
	border-top: 1px solid #FFFFFF;
	z-index: 1000;
}

#menu ul ul li {
	background: #BB0000;
	border: 1px solid #FFFFFF;
	border-top: 0;
}

#menu ul ul li a {
	padding: 0;
	padding-left: 5px;
	margin: 0;
	display: block;
	text-align: left;
	color: #FFFFFF;
	z-index: 100;
	width: 200px;
	height: 16px;
}

#menu ul ul li a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li {
	position: relative;
	float: left;
}

#menu ul ul {
	position: absolute;
	top: 16px;
	left: -1px;
	z-index: 1000;
	padding: 0;
	margin: 0;
	width: 200px;
}

#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	padding-left: -1px;
	width: 200px;
	z-index: 200;
}

div#menu ul li {
	width: auto;
	height: 16px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

#content {
	padding: 0;
	margin: 0;
	height: auto;
	width: 1022px;
	margin-bottom: 1px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

#page_content {
	padding: 0;
	margin: 0;
	width: 1022px;
	float: left;
	height: auto;
	background: url('images/page_background.jpg') #FFFFFF;
}

#page {
	width: 801px;
	padding: 10px;
	text-align: justify;
	margin-bottom: 4px;
	vertical-align: top;
	float: left;
	font-family: Verdana;
	font-size: 12px;
}

#page a, #page a:visited {
	color: #8F7C6B;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

#page h1.title {
	color: #000000;
	font-size: 18px;
	text-transform: capitalize;
	text-decoration: underline;
}

#page h1, #page h1 a {
	color: #CC0000;
	font-family: Verdana;
	font-size: 16px;
	margin-top: 5px;
	text-align: left;
}

#page h2 {
	color: #680000;
	font-family: Verdana;
	font-size: 12px;
}

#page h3 {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

#page p {
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
}

#page th {
	color: #DD0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#page td {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#page #portal {
	width: 100%;
	float: left;
}

#page #portlet {
	float: left;
	width: 243px;
	/*border-left: 1px solid #CCCCCC;*/
	margin-left: 1px;
	background: #DFDFDF;
	display: run-in;
	margin-left: 10px;
}

#page #portlet h1 {
	width: 243px;
}

#page a img {
	border: 0;
	vertical-align: middle;
}

#page img.pivotx-image {
	border: 1px solid #000000;
}

#page img.pivotx-image {
	border: 1px solid #000000;
}

#page td, #page th {
	margin: 0;
	padding: 5px;
}

#page th {
	background: #F7E2A1;
	color: #BB0000;
}

#page ul {
	list-style-type: disc;
}

#page ul li a, #page ul li a:visited {
	color: #000000;
}

#page ul li {
	padding: 1px;
}

#page ul ul {
	margin-top: 2px;
	margin-bottom: 10px;
}

#sidebar {
	width: 200px;
	float: left;
	display: block;
	margin: 0;
	/*border-left: 1px solid #FFFFFF;*/
	margin-left: 1px;
	height: 100%;
}

#right-sidebar, #left-sidebar {
	font-family: Verdana
	font-size: 11px;
	height: auto;
	vertical-align: top;
	float: left;
	width: 200px;
	margin: 0;
	padding; 0;
}

#left-sidebar {
	margin-right: 1px;
}

#left-sidebar img, right-sidebar img {
	width: 200px;
	padding: 0;
	margin: 0;
}

#right-sidebar {
	height: 100%;
}

#portlet {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 11px;
}

#portlet h1 {
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	padding: 2px 3px;
	/*border-bottom: 1px solid #FFFFFF;*/
	margin-bottom: 1px;
}

#portlet ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}

#portlet li
{
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}

#portlet li.active {
	background: #F7E2A1;
}

#portlet li.active a, #portlet li.active a:visited {
	color: #BB0000;
}

#portlet a, #portlet a:visited {
	color: #BB0000;
	text-decoration: underline;
}

#portlet ul a, #portlet ul a:visited {
	text-decoration: none;
	text-alignment: left;
}

#portlet ul a:hover {
	text-decoration: underline;
}

#portlet .date {
	color: #22277C;
}

#portlet .br {
	margin-bottom: 2px;
}

#portlet #description {
	width: 100%;
	margin-top: 5px;
	text-align: justify;
	display: block;
}

div#portlet ul li:hover #description {
	display: block;
}

#bottom-sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 401px;
	bottom: 0;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: -1px;
}

#bottom-sidebar img {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#bottom-sidebar.active {
	background: #F7E2A1;
}


#footer {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	background: #000000;
	color: #FFFFFF;
	width: 1020px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.gallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.gallery img {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

div.gallery div.gallery-item {
	float: left;
	margin: 5px;
	text-align: center;
}

div.gallery div.gallery-item a {
    color: #000;
    text-decoration: none;
}

.badge {
	border: 0;
}

/* Images and popups inserted by [[image]] and [[popup]] in pages and entries */

.pivotx-popupimage {
	border: 1px solid #999;
	margin: 0;
}


.pivotx-wrapper a img {
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
}

.pivotx-wrapper a:hover img {
	border: 1px solid #333;
	margin: 0;
}

.pivotx-image {
	border: 1px solid #ccc;
	margin: 0;
}

.pivotx-wrapper {
	text-align: left;
}

.pivotx-popuptext{
	padding: 0;
	margin: 0;
}

.align-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.align-right {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}

