@import url(/css/common.css);
@import url(/css/login.css);
@import url(/css/home-events.css);
@import url(/css/pages.css);
@import url(/css/news.css);
@import url(/css/contact.css);
@import url(/css/links.css);
@import url(/css/newsletter.css);
@import url(/css/globalsearch.css);
@import url(/css/home.css);
@import url(/css/events.css);
@import url(/css/events-calendar.css);
@import url(/css/gallery.css);
@import url(/css/comments.css);
@import url(/css/documents.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/bg_body.png) repeat-y top center;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #333333;
}

a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:active, a:hover {
	color:#cc0000;
	text-decoration:none;
}

p {
	margin:0;
}

#main {
	background: url(/images/bg_main.png) no-repeat top center;
	text-align: center;
	width: 100%;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 800px;
	height: 167px;
	background: url(/images/header.jpg) no-repeat top;
}
#header h1{
	visibility: hidden;
	margin: 0px;
}

#topmenu {
	height: 30px;
	background-image: url(/images/bg_topmenu.gif);
	background-repeat: repeat-x;
}

#topmenu ul {
	text-align:left;
	list-style-type:none;
	margin:0px;
	padding:5px;
	padding-top:8px;
	padding-left:13px;
	float:left;
}

#topmenu ul li{
	float:left;
	padding-right:20px;
}

#topdata {
	font-size:0.8em;
	float:right;
	padding-top:9px;
	padding-right:10px;
}

#topdata form {
	margin:0px;
	padding:0px;
}

#topdata input {
	color: #333333;
	font-size: 1em;
	border: 0px solid #cccccc;
	background: transparent;
	width: 220px;
	text-align: right;
}

#subtopmenu {
	width: 800px;
	height:31px;
	background-image: url(/images/bg_sub_topmenu.gif);
	background-repeat: repeat-x;
}

#subtopnewsletter {
	float:left;
	padding-left:13px;
	padding-top:5px;
}

#subtopnewsletter form {
	margin:0px;
	padding:0px;
}

#subtopnewsletter input {
	font-size: 0.9em;
	border: 1px solid #cccccc;
	background-image: url(/images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 150px;
	padding: 2px 5px;
}


#subtopsearch {
	float:right;
	padding-right:13px;
	padding-top:5px;
}

#subtopsearch form {
	margin:0px;
	padding:0px;
}

#subtopsearch input {
	font-size: 0.9em;
	border: 1px solid #cccccc;
	background-image: url(/images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 150px;
	padding: 2px 5px;
}

#right {
	width: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: right;
	text-align:left;
}

#right ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#right ul li {
	margin:0px;
	padding:0px;
	color:#006d21;
	background-color:#eeeeee;
	font-weight: bold;
	margin-bottom:8px;
}

#right ul li span {
	display: block;
	padding:5px;
}

#right ul li ul {
	padding:0px;
	margin:0px;
}

#right ul li ul li {
	padding:0px;
	margin:0px;
}

#right ul li ul li a{
	display:block;
	width:120px;
	font-weight: bold;
	font-size: 0.9em;
	padding:5px;
	margin:0px;
}

#right ul li ul li a:link, #right ul li ul li a:visited{
	background-color:#006d21;
	color: #eeeeee;
} 
#right ul li ul li a:active, #right ul li ul li a:hover{
	background-color:#c00;
	color: #FFFFFF;
}

.rightbox {
	width: 130px;
	background-color: #ffffff;
	text-align: center;
}

#footer {
	width: 780px;
	text-align: right;
	padding: 10px;
	clear: both;
}

#footer img{
	border: 0px solid white;
}
