/* CSS Document */
/**
* Sugar Cube Design 2006 <http://www.sugarcubedesign.com>
* 
* Author:		Thiffany Belda Wilmouth <tbw@sugarcubedesign.com>
* Date: 		September 2006
* Created for:	www.monicabelda.com & www.carimbarte.com.br 
* 
* This document contains the following sections:
*/

/* START - General CSS*/
body {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	/*font-size: 14px;*/
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	color : #7a7b59;
	letter-spacing : 1pt;
	font-weight : lighter;
	font-size : 0.87em;
	line-height : 1.47em;
	background-color: #9CAE42;
}
table {
	width:330px;
	border: none;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	text-align: right;
	padding: 3px;
	margin-left: 75px;
}
td {
 background-color: #CCFF99;
 padding: 10px;
}
.title {
 	font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
 	margin-left: 300px;
 	color : #ffffff;
 	letter-spacing : 2pt;
 	font-weight : bolder;
 	font-size : 50px;
 	line-height : 1.47em;
 	position: absolute;
	margin-top:40px;
 	/*top: 40px;
	z-index: 5;*/
      }
h1 {
	font-size: 24px;
	margin-left: 82px;
	font-weight: bolder;
	color: #FF0066;
}
h2 {
	font-size: 16px;
	margin-left: 82px;
	font-weight: bolder;
	color: #FF0066;
}
h3 {
	font-size: 16px;
	margin-left: 82px;
	font-weight: bolder;
	color: #FF0066;}
	

a {
	text-decoration: none;
	color: #1f72c5;
	border: none;
}

a:hover{
	text-decoration: underline;
}
.disclaimer2 {
	font-size: 9px;
	color: #999999;
	/*height: 15px;*/
	position: relative;
	right: auto;
	left: 20px;
	text-align: center;
}
.disclaimer2 a {
	color: #999999;
}

.container {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    margin-left: auto;
	margin-right: auto;
}
.content-panel {
	background-color: #FFFFFF;
	position: relative;
	width: 900px;
	background-image: url(imgs/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:justify;
	border-top: 20px solid #c8dd5e;
	border-right: 40px solid #c8dd5e;
	border-bottom: 20px solid #c8dd5e;
	border-left: 40px solid #c8dd5e;
	}
.content-panel p {
	margin-left: 80px;
	padding-right: 20px;
}
.content {
	padding: 130px 50px 10px 30px;
}
.add-image-border img{
	margin: 2px;
}
.contain-left {
	width: 600px;
}
.menu {
	height: 20px;
	width: 600px;
	position: relative;
	right: auto;
	left: 300px;
	text-align: center;
	z-index: 0;
}
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
}

img {
	text-decoration: none;
	margin: 3px;
}
.sidebar {
	width : 200px;
	/*height: 900px;*/
	float : right;
	border-left : 1px dotted #625f53;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	font-size: 11px;
      }
.sidebar h2 {
		margin-left: 0px;
		font-size: 14px;
		font-weight: bolder;
		color: #FF0066;
}
/* contact page */
.required-field {
	color: #FF0000;
	font-size: x-small;
}
.clear {
	clear:both;
}
.credits {
font-size: xx-small;
}

/*.sidebar p {
	margin-left: 85px;
	padding-right: 80px;
 	  }
 END- CSS */
