@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D2E4F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
td{ vertical-align: top}


#menu {
	width: 132px;
	background: #FFFFFF;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}
#menu ul {
	list-style-type: none;
	padding: 5px;
	text-align: center;
	margin: 0px;
}
#menu a:link, #menu a:active, #menu a:visited  {
	color: #333333;
	text-decoration: none;
	display: block;
}

#menu a:hover  {
	color: #999999;
}

#menu li {
	display: block;
	padding: 5px;
	border-bottom: 1px #CCCCCC solid;

}
#menu li:hover {
	background: #F7F7F7;

}

#info {
	margin: 10px;
}
#info p {
	margin-bottom: 8px;
	margin-top: 0px;
	text-indent: 15px;
}

#info h1 {
	color: #1F91C7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	padding-bottom: 5px;
	font-size: 20px;
}
#info h2 {
	background-color: #47AFE2;
	color: #FFFFFF;
	font-size: 14px;
}

#info .dos-col {
	width: 45%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	text-align: justify;

}
.pie {
	background: url(../img/pie.jpg) no-repeat bottom;
	color: #999999;
	text-align: right;
	padding: 8px;
}
#info a:link, #info a:active, #info a:visited  {
	color: #FFFFFF;
	background: #49ADE9;
	text-decoration: none;
}

#info a:hover  {
	color: #49ADE9;
	background: none;
}

