* {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-color: #005826;
	border-right-color: #005826;
	border-bottom-color: #005826;
	border-left-color: #005826;
}
a:link {
	color: #005CB2;
	text-decoration: underline;
}
a:visited {
	color: #005CB2;
	text-decoration: underline;
}
a:hover {
	color: #005CB2;
	text-decoration: none;
}
a:active {
	color: #005CB2;
	text-decoration: underline;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

input.normal {
	width: 200px;
}
textarea.normal {
	width: 535px;
	height: 350px;
	font-size: 12px;
}
textarea.small {
	width: 500px;
	height: 70px;
	font-size: 12px;
}
select.wider {
    width: 200px;
}
optgroup {
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-style: normal;
}
optgroup option {
    color: #000;
    background-color: #fff;
    font-weight: normal;
    font-style: normal;
}

div.paginator {
	margin: 15px 0px;
}
div.paginator span.current {
	font-weight: bold;
}

.wrapper .topAd img,
.wrapper .logo img {
	border: 0px none;
}

.wrapper {
	width: 904px;
	margin: 0px auto;
}
.wrapper .topAd {
	float: left;
	width: 470px;
}
.wrapper .logo {
	clear: right;
	float: right;
	margin-top: 105px;
}

.wrapper .left,
.wrapper .content,
.wrapper .right {
	border-left: 1px solid #005826;
	border-top: 1px solid #005826;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	font-size: 12px;
	padding: 5px;
    vertical-align: top;
}

.wrapper .left {
	margin-right: 5px;
	text-align: center;
	width: 138px;
}

.wrapper .content {
	margin-right: 5px;
	width: 540px;
}

.wrapper .right {
	width: 180px;
}

.wrapper .right .nav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
}
.wrapper .right .nav li {
	margin: 4px 0px;
	list-style-type: square;
}
.wrapper .right .nav li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: disc;
}
.wrapper .right .nav li ul li {
	list-style-type: disc;
	margin: 3px 0px;
	font-style: italic;
}

.wrapper .topbanner {
	background: url('/images/banner.jpg') no-repeat center center;
	width: 100%;
	height: 170px;
	clear: both;
	border: 1px solid black;
}

.wrapper .topmenu {
	clear: both;
	margin: 10px 0px;
	text-align: center;
}
.wrapper .topmenu a {
	color: #000;
	text-decoration: none;
}
.wrapper .topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.wrapper .topmenu ul li {
	background-color: #666;
	border-top: 1px solid #005826;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #005826;
	list-style-type: none;
	margin-right: 5px;
	padding: 2px 15px;
	display: inline;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
}

.head {
	font-weight: bold;
	font-size: 14px;
}


.wrapper .content .headline {
	font-weight: bold;
	font-size: 15px;
}
.wrapper .content .author {
	font-size: 13px;
	font-style: italic;
}
.wrapper .content .author .date {
	font-size: 12px;
}
.wrapper .content .leadtext {
	font-size: 12px;
}
.wrapper .content .text {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.wrapper .content .ministory .head {
	font-size: 14px;
	font-weight: bold;
}
.wrapper .content .ministory .date {
	font-style: italic;
	font-size: 13px;
}

.content .news,
.content .users {
	margin: 5px 0px;
}
.content .news .headline,
.content .users .name {
	font-weight: bold;
	font-size: 13px;
}
.content .news .author,
.content .users .email {
	font-style: italic;
}
.content .news .author,
.content .users .name {
	margin-right: 3px;
}
.content .news .date {
	font-size: 12px;
}

div.user p span,
div.users p span,
div.users div span,
div.pages p span {
	font-weight: bold;
}

table.main {
    min-height: 540px;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table tr.odd {
	background-color: #aaa;
}
table tr.even {
	background-color: #ddd;
}
table tr td,
table tr th {
	padding: 3px;
}
table tr th {
	background-color: #666;
	color: #fff;
}
table tr td.action,
table tr th.action {
	text-align: center;
}

div.warning {
	border: 2px solid red;
	margin-bottom: 15px;
	padding: 5px;
	color: #fff;
	background-color: #000;
}



#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 3px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
}

