body{
	font-family: 'Verdana';
	color:#6A8199;
	font-size: 12px;
	margin:0;
	padding:0;
	background-color:#273848;
}

a{ color:#c43e4b; text-decoration:none; outline:none; }
a:hover{ color:#c43e4b; text-decoration:underline; outline:none; }

h2{ margin:0; padding:0; font-size:14px; }

#topo{ height:62px; background-image:url(../images/topo_bg.jpg); background-repeat:repeat-x; color:#fff; border-bottom:2px solid #fff; }

#corpoBG{
	background-image:url(../images/bg.gif);
	width:100%;
}

#corpo{
	width:760px;
	margin:auto;
	overflow:hidden;
	background-color:#fff;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}

#menu{
	float:left;
	width:200px;
	background-color:#edf6fc;
	padding-top:200px;
	border-right:1px solid #aec4d8;
	overflow:hidden;
	padding-bottom: 100000px;
	margin-bottom: -100000px;
	height:550px;
}
#menu ul{ margin:0; padding:0; }
#menu li{ list-style-type:none; list-style-position:outside; height:26px; }

#conteudo{
	float:right;
	width:548px;
	margin-top:175px;
	overflow:auto;
	text-align:justify;
	padding:0 5px 20px 5px;
}

#rodape{
	clear:both;
	background-color:#538ebb;
	color:#FFF;
	padding:10px;
	text-align:center;
}
#rodape a{ color:#fff; outline:none; }
#rodape2{
	clear:both;
	background-color:#273848;
	color:#797979;
	padding:10px 10px 20px 10px;
	text-align:center;
}

#mural_main{
	font-size:12px;
	font:Arial;
}
.mural_box{
	width:25px;
	height:25px;
	padding:2px;
	border:1px solid #b1b1b1;
	text-align:center;
}
.mural_box_selected{
	width:25px;
	height:25px;
	padding:2px;
	border:1px solid #b1b1b1;
	background-color:#c43e4b;
	color:#fff;
	text-align:center;
}

.calendar_normal, .calendar_now, .calendar_event{
	text-align:right;
	width:28px;
}
.calendar_normal{ background-color:#afd8f4; }
.calendar_now{ background-color:#229cee; color:#fff; font-weight:bold; }
.calendar_event{ background-color:#c43e4b; color:#fff; font-weight:bold; }
.calendar_tit{ background-color:#b1b1b1; width:28px; text-align:center; }

.imgMenu{ height:26px; cursor:pointer; }