@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto 0 auto;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#4c5468;
	font-weight:normal;
	margin: 0 0 30px 0;
}
h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:30px;
	color:#f7a33b;
	text-transform:uppercase;
}
h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#4c5468;
	text-transform:uppercase;
}
h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#4c5468;
}
#headerlogo {
	background-image:url(../images/module-left-header-bg.png);
	width:184px;
	height:293px;
	text-align:center;
	margin-left:20px;
}
#headerlogo .logo {
	padding-top:30px;
}
#topmenu {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#4c5468;
	text-transform:uppercase;
	height:45px;
	text-align:left;
}
#topmenu ul {
	float:left;
}
#topmenu li {
	list-style:none;
	float:left;
	height:45px;
}
#topmenu li a {
	display: inline-block;
	color:#4c5468;
	text-decoration: none;
	padding:12px;
}
#topmenu a:hover {
	background:#f7a33b url(../images/top-menu-bot-over.gif);
	color: #FFFFFF;
	text-decoration: none;
}
.date {
	background-image:url(../images/date-bg.gif);
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#4c5468;
	width: 212px;
	height:45px;
	text-align: center;
}
#moduleleft {
	text-transform:uppercase;
	font-size:12px;
	height:600px;
	text-align:left;
}
#moduleleft ul {
	float:left;
}
#moduleleft li {
	list-style:none;
	float:left;
}
#moduleleft li a {
	display: block;
	width:168px;
	color:#4c5468;
	text-decoration: none;
	padding:8px;
}
#moduleleft a:hover {
	background:#f7a33b url(../images/module-left-menu-bot-over.gif);
	color: #FFFFFF;
	text-decoration: none;
}







#menuderecho {
}
#menuderecho ul {
	float:left;
}
#menuderecho li {
	list-style:none;
	float:left;
}
#menuderecho li a {
	display: block;
	width:191px;
	color:#4c5468;
	text-decoration: none;
	padding:8px 8px 8px 12px;
}
#menuderecho a:hover {
	background:#f7a33b url(../images/module-left-menu-bot-over.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#bottom {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#4c5468;
	text-align: center;
	margin-top: 20px;
}
