/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #3B627F;
	background-image:url(img/bkg_body.jpg);
	text-align: center;
	}

#container {
	width:780px;
	padding:0 10px 10px;
	margin: 0 auto;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	}
	
a {
	color:#FF0000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
.navmenu {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
.navmenu ul {
	list-style:none;
	}
.navmenu li {
	display: inline;
	list-style-type:none;
	}
.navmenu a {
	font-size: 14px;
	padding-top: 2px;
	height:18px;
	padding-left:18px;
	background-image:url(img/button_off.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	color: #333333;
	margin-right:5px;
	padding-right:5px;
	}
	
.navmenu a:hover {
	color: black;
	text-decoration:none;
	background-color:#CCCCCC;
	background-image:url(img/button_hover.jpg);
	}

#content {
	padding: 30px 0 15px;
	}

#content td {
	padding: 0 15px;
	}	

.center {
	text-align:center;
	font-size:10px;
	}
	
.textcol {
	font-size:12px;
	vertical-align: top;
	text-align:justify;
	word-spacing:5px;
	}

p {
	margin-bottom: 20px;
	}
	
hr {
	height: 2px;
	border: 1px dotted #ccc;
	margin: 10px 0;
	}

.catalogomenu ul {
	list-style-type:none;
	}
	
.catalogomenu li {
	list-style-type: none;
	}
	
.catalogomenu a {
	display:block;
	width:132px;
	background-color:#ddd;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:12px;
	color:#333;
	border: 1px solid white;
	letter-spacing:1px;
	background-image:url(img/button_off_eee.jpg);
	background-repeat:no-repeat;
	height:18px;
	padding-left:18px;
	padding-top:2px;
	}
	
.catalogomenu a:hover {
	background-image:url(img/button_hover.jpg);
	background-color:#ccc;
	color:red;
	text-decoration:none;
	}

.bottommenu {
	text-align:center;
	}

.bottommenu ul {
	list-style: none;
	}
	
.bottommenu li {
	display:inline;
	padding: 0 5px;
	}
	
.eventlist {
	font-weight:bold;
	font-size:14px;
	}

.eventlist ul {
	padding-left: 20px;
	}
	
.newstitle {
	font-weight:bold;
	font-size:14px;
	}
	
input, button, textarea {
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	}
	