
	body {
		background: #FFFFFF url(/specific/cmulher_2009/images/background.gif) no-repeat center top;
		font-family: "Times New Roman", Tahoma Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : black;
		margin: 0px auto 0px auto;
	}	
	
	img {
		border: 0px;
	}
	
	img.menu {
		border: 1px solid white;
	}
	
	.clear {
		clear: both;
	}

	a:link {text-decoration: underline; color: #6d286c;}
	a:visited {text-decoration: underline; color: #6d286c;}
	a:active {text-decoration: underline; color: #6d286c;}
	a:hover {text-decoration: underline; color: #6d286c;}

	#main {
		margin: 250px auto 0px auto;
		width: 980px;
		height: 100%;
	}
	
	
	
	#menu {
		width: 250px;
		margin-top: 100px;
		margin-left: 25px;
		float: left;
	}
	
	#submenu {
		background: url(/specific/cmulher_2009/images/back_menu.gif) repeat-x;
		font-size: 13px;
		color : white;
		padding: 0px 15px 1px 15px;
	}
	
	#content {
		width: 410px;
		margin-top: 0px;
		margin-left: 30px;
		float: left;
	}
	
		#content_title {
			width: 100%;
			text-align: left;
			padding-left: 10px;
			font-size: 29px;
			font-weight: bold;
		}
		
		#content_text {
			width: 100%;
			margin-top: 10px;
			font-size: 13px;
			text-align: justify;
		}
		
	#highlights {
		width: 180px;
		margin-top: 0px;
		margin-left: 50px;
		float: left;
	}
	
		#highlights_title {
			width: 180px;
			text-align: left;
			font-size: 20px;
			font-weight: bold;
		}
		
		#highlights_subtitle {
			width: 180px;
			text-align: left;
			font-size: 13px;
			font-weight: bold;
			color: #f8981d;
			margin-top: 15px;
		}
		
		#highlights_text {
			width: 180px;
			text-align: left;
			font-size: 11px;
			color: #717171;
		}
		
		a.highlight_viewmore:link {text-decoration: underline; font-size: 11px; font-weight: bold; color: #f8981d;}
		a.highlight_viewmore:visited {text-decoration: underline; font-size: 11px; font-weight: bold; color: #f8981d;}
		a.highlight_viewmore:active {text-decoration: underline; font-size: 11px; font-weight: bold;	color: #f8981d;}
		a.highlight_viewmore:hover {text-decoration: underline; font-size: 11px; font-weight: bold;	color: #f8981d;}

		a.submenu_item:link {text-decoration: none; font-weight: normal;	color: white; border: 0px;}
		a.submenu_item:visited {text-decoration: none; font-weight: normal;	color: white; border: 0px;}
		a.submenu_item:active {text-decoration: none; font-weight: normal;	color: white; border: 0px;}
		a.submenu_item:hover {text-decoration: underline; font-weight: normal;	color: white; border: 0px;}
	
	#bottom {
		width: 100%;
		margin-top: 50px;
		float: left;
	}
	
		#bottom_left {
			width: 67px;
			height: 70px;
			background: url(/specific/cmulher_2009/images/left_logos.png) no-repeat;
			position: relative;
			float: left;
		}
		
		#bottom_center {
			width: 846px;
			height: 65px;
			position: relative;
			border-bottom: 5px solid #d9d9d9;
			float:left;
		}
			
			#marqueecontainer {
				position: relative;
				visibility: hidden;
				width: 846x; /*marquee width */
				height: 0px; /*marquee height */
				background-color: transparent;
				overflow: hidden;
				margin: -20px 0px 0px 0px;
			}
			
		
		#bottom_right {
			width: 67px;
			height: 70px;
			background: url(/specific/cmulher_2009/images/right_logos.png) no-repeat;
			position: relative;
			float: left;
		}