@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #E8E8E8;
}
/* Containers */
#wrap {
	width: 830px;
}
#topcorner {
	height: 13px;
	min-height: 13px;
	line-height: 13px;
	background: url(../images/topcorner.png) no-repeat;
	margin-top: 10px;
}
#maincontainer {
	background: url(../images/bkg.png) repeat-y;
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
}
#menu {
	height: 89px;
	min-height: 89px;
	border-bottom: 8px solid #D6D9D5;
	width: 820px;
}
#banner {
	width: 820px;
	border-bottom: 3px solid #333;
}
#text {
	float: right;
	width: 610px;
	padding: 20px;
	border-left: 1px dotted #999999;
}
#leftmenu {
	float: left;
	width: 150px;
	text-align: right;
	padding: 20px 0 0 20px;
}
#bottomcorner {
	min-height: 13px;
	height: 13px;
	width: 830px;
	background: url(../images/bottomcorner.png) no-repeat top;
	margin-bottom: 25px;
	text-align: center;
	clear: both;
}
#maincontent {
	margin: 0 5px;
	overflow: hidden;
	margin: 0 auto;
}	
/* Text */
.title {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
.text {
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.credits {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	padding: 3px 0;
}
.buttons {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0053A5;
	border-bottom: 1px dotted #CCCCCC;
}
a.buttons {
	color: #0053A5;
	text-decoration: none;
	padding-right: 10px;
	border: 0;
}
a.buttons:hover {
	color: #9B9C9A;
	text-decoration: none;
	padding-right: 10px;
	background: url(../images/bullet.gif) right center no-repeat;
	border: 0;
}
ul, li, ol {
	margin-left: 30px;
}

/* Images and Boxes */
.logo {
	padding: 8px 0 0 10px;
}