body {
	margin: 20px 0;
	padding: 0;
	color: #1D035C;
	background-color: #C1C1C1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2E59A7;
}

p, ul, ol, blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h2 {
	padding-left: 0px;
}

h3, #colTwo h2 {
	padding-left: 25px;
	background: url(imagens/img5.gif) no-repeat left center;
	font-size: 14px;
}

a {
	color: #FDE88B;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}


#colOne a {
	color: #2D008E;
}

#colOne a:hover {
	text-decoration: none;
	color: #000000;
}

.posted {
	padding-top: 10px;
	border-top: 1px solid #037881;
	font-size: x-small;
}

/* Header */

#header {
	width: 950px;
	height: 130px;
	background-color: #1D035C;
	background-image: url(imagens/img1.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}

#header * {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 130px 0 0 30px;
}

#header h2 {
	float: left;
	margin: 0;
	padding: 148px 0 0 0;
	background: none;
	font-size: small;
}

/* Content */

#content {
	width: 945px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 550px;
	padding: 20px 20px 10px 20px;
	background-color: #FFFFEC;
	background-image: url(imagens/img2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#colTwo {
	float: right;
	width: 292px;
	padding: 25px 20px 0 20px;
	background-color: #1D035C;
	background-image: url(imagens/img3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo h2 {
	margin: 20px 0 10px 0;
	color: #FFFFFF;
}

#colTwo p.select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 25px;
	background: url(imagens/img5.gif) no-repeat left center;
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #FFFFFF;
	text-decoration: underline;

}

#colTwo p.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 25px;
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #FFFFFF;

}

#colTwo label {
	color: #FFFFFF;
	font-size: 12px;
}

#colTwo input {
	border: 1px solid #EAE6F4;
	background-color: #FFFFFF;
	color: #2D038D;
}

#colTwo textarea {
	border: 1px solid #EAE6F4;
	background-color: #FFFFFF;
	color: #2D038D;
}

#colTwo ul ul {
	margin-left: 25px;
}

#colTwo h4 {
	color: #FFFFEC;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	padding: 0px;
	font-weight: normal;

}


/* Footer */

#footer {
	width: 950px;
	height: 80px;
	background-image: url(imagens/img8.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1F0163;
}

#footer p {
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer a {
	color: #FDE88B;
}

input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	font-size: 16px;
}

