/**
 * imed.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Imed theme.
 *
 * $Id$
 */

body {
	background-color: #FFFFFF;
}

a:link {
	color: #004a8f;
	text-decoration: none;
}

a:active {
	color: #996633;
}

a:visited {
	color: #4682B4;
}

a:hover {
	color: black;
	background: #e6ecff;
	border-radius: 3px;	
}

#header {
	background: #FFFFFF; 
	border-bottom: 2px solid #004a8f;
	float: left;
	
}

#headerTitle {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 150px;
	background: #FFFFFF;
	float: center;
	
}

#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px solid #CDC9C9;
	text-align: center;
	
	
}


#content {
	border-top: 1px solid #6C7B8B;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}



/* tem que ver isso aí */
/* na revista da pra chamar a DIV de Footer, pra pegar assim  */

#footer{
	width: 80px;
	margin: 0 auto;
	background: red;
	height: 140px;
	line-height: 1.1em;
	padding: 0 10px 0 10px;
}