/* CSS Document */

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	line-height: 1.8em;
}
a {
	color: #348cb7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #b78034;
	text-decoration: underline;
}
body {
	background-color: #e2e2e2;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;
}
#contents {
	border: solid 1px #d4943c;
	width: 900px;
	min-height: 425px;
	background-color:#FFFFFF;
	margin: 75px auto 0 auto;
}
#logo {
	height: 132px;
	margin-top: -66px;
	z-index: 1;
	position: relative;
}
#logo a {
	xmargin-top: -66px;
}
#logo a img{
	xmargin-top: -66px;
}
#nav {
	background-image: url(/images/fala.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 89px;
	line-height: 32px;
}
#nav a{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #46b7ef;
	/*color: 46b7ef;*/
}
#nav a:hover{
    color: #348cb7;
    text-decoration: none;
	/*color:#166186;*/
}
#info {
	text-align: left;
	padding: 0 30px 30px 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #b78034;
	font-weight: normal;
}
#footernav {
	font-size: 12px;
	color: #72d0ee;
	/*color: #7ed0f9;*/
	margin-top: 10px;
	margin-left: 280px;
}
#footernav a {
  color: #72d0ee;
}
#copyright {
	font-size: 12px;
	color: #7ed0f9;
	margin-top: 10px;
	margin-left: 340px;
}
#designedBy {

	font-size: 12px;
	color: #7ed0f9;
	margin-top: 10px;
	margin-left: 420px;
}
#designedBy a {
	color: #7ed0f9;
}
.dateUploaded {
	font-size: 10px;
	color: #46B7EF;
}
