@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

ul li {
 	margin-left: 20px;
}

ol li {
 	margin-left: 20px;
}

body {
	font-family: Verdana, Arial, Helvetica;
 	font-size: x-small;
 	color: #000000;
}

#site {
	width: 900px;
	margin: 12px auto;
    font-size: 110%;
}

#headerTop {
    float: right;
    width: 200px;
	text-align: center;
}

#headerTop a {
	color: #FFFFFF;
}

#headerTop a:hover {
    color: #DF0000;
}

#headerTop td {
    height: 32px;
    vertical-align: middle;
}

#headerBottom {
}

#container {
	float: left;
	width: 100%;
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px solid #DF0000;
	background: #FFFFFF;
}

#content {
	min-height: 400px;
}

#reglink {
	position: relative;
	float: right;
	right: 10px;
}

#menu {
	height: 38px;
	padding-left: 12px;
	background: url('../images/menu.png') left top repeat-x #4F4F4F;
}

#menu a {
	font-style: normal;
}

#navigation {
	color: #880000;
	height: 18px;
}

#navigation a {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#page {
	min-height: 400px;
	padding-top: 12px;
	margin-left: 272px;
	margin-right: 24px;
}

#footer {
	clear: both;
	width: 100%;
	padding-bottom: 6px;
	background: url('../images/footer_bkg.png') bottom left repeat-x #545454;
}

h1 {
    font-size: 130%;
}

h2 {
    font-size: 122%;
}

h3 {
    font-size: 102%;
}

h1, h2, h3 {
    color: #880000;
}

 h1.pageHeader {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 140%;
}

.pageContent {
	padding: 12px 2px 2px 2px;
}

.pageContent h3 {
    color: #880000;
    margin: 4px 0px 8px 0px;
}

.pageContent * {
	line-height: 142%;
}

.pageContent p {
	text-indent: 0px;
    margin-bottom: 8px;
}

.pageContent table {
    border-collapse: collapse;
}

.pageContent table td {
    padding: 6px;
}

/*
.pageContent tr.header td {
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    background: #EFEFEF;
}

.pageContent table {
    border-collapse: collapse;
    border: none;
}

.pageContent td {
    padding: 6px;
    border: 1px solid #DCDCDC;
}

.pageContent td table {
    border: none;
}

.pageContent td table td {
}*/

.pageContent li {
    margin-bottom: 6px;
}

.vline {
	float: left;
	width: 2px; 
	height: 600px; 
	background: url('../images/vline.png') center #F6F6F6;
}

#boxes {
	float: left;
	width: 260px;
	min-height: 400px;
	padding-top: 0px;
	margin: 0px 8px 0px 0px;
}

#boxes a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.box {
	width: 96%;
	display: block;
	margin: 0px 0px 12px 0px;
	border-radius: 8px;
}

.box h3 {
	color: #FFFFFF;
    padding: 6px 0px;
	text-indent: 4px;
	font-weight: bold;
	margin-bottom: 4px;
	margin: auto;
    text-align: center;
	background: url('../images/box_header.png') left top repeat-x;
}

.boxContent {
	padding: 4px;
	border: 1px solid #DCDCDC;
}

.news {
	margin-bottom: 4px;
}

.news h3 {
	color: #880000;
	padding: 2px 0px 2px 8px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-icab-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 2px;
	-icab-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-khtml-border-top-right-radius: 2px;
	background: url('../images/news_bkg.png') left top repeat-x;
}

.newsContent {
	padding: 8px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-icab-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-khtml-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-icab-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border: 1px solid #DCDCDC;
	background: #FFFFFF;
}

.newsMore {
	position: relative;
	left: 520px;
}

.paginationControl {
	color: #ffffff;
	margin: 8px 0px;
	padding: 2px 4px;
	border-bottom: 6px;
	-moz-border-radius: 6px;
	-icab-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	text-align: center;
	background: url('../images/box_header.png') left repeat-x;
}

.paginationControl a {
	color: #ffffff;
}

tr.paginator td {
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 110%;
	color: #4D4D4D;
}

#currmenu {
    width: 80%;
    padding: 0% 10%;
	border: none;
	background: none;
	margin-bottom: 24px;
}

#currmenu ul {
	list-style: none;
}

#currmenu ul li {
	margin: 4px 0px;
    border-bottom: 1px solid #DADADA;
    background: url('../images/dot.png') right top no-repeat;
}

#currmenu ul li li {
    border: none;
    background: none;
}

#currmenu ul li a {
	display: block;
	color: #A70303;
    font-weight: bold;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 4px;
}

#currmenu ul li li a {
	padding-left: 20px;
	border-left: none;
	background: url( '../images/arrowbullet.png' ) no-repeat left;
}

#currmenu ul li li a:hover {
	border-left: none;
}

#currmenu ul li li .selected {
	font-weight: bold;
	color: #880000;
}

#currmenu ul li li li {
	margin-left: 12px;
  	padding-bottom: 2px;
}

#currmenu .boxContent {
    padding: 0px;
    border: none;
    background: none;
}

ul.form {
  list-style: none;
}

.form label {
  font-weight: bold;
  display:  -moz-inline-box;
  display: inline-block;
  width: 200px;
}

.errors li {
	list-style: none;
	color: #AA0000;
	margin-right: 4px;
}

.error {
	color: #AA0000;
}

.formElement {
	margin: 2px 0px 1px 0px;
}

table.layout {
	border-collapse: collapse;
}

a {
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #880000;
}

img {
	border: none;
}

div.gallery {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}

div.image {
	position: relative;
	float: left;
	width: 180px;
	height: 144px;
	margin: 4px 12px 0px 2px;
	text-align: center;
}

div.image img {
	border: 1px solid #000000;
}

.round6 {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius:6px;
    border-radius: 6px;
}

.roundBottom6 {
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-icab-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-icab-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
}

.roundTop6 {
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-icab-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-icab-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
}

.roundCross6 {
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-icab-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-icab-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
}