* {
	margin: 0px;
	padding: 0px;
}

/* Splash screen styling */

body.splash {
	background: #003399 url(images/splash-background.jpg) no-repeat right top;
	font: 62.5%/80% "Trebuchet MS", "Lucida Sans Unicode", Corbel, sans-serif;
	color: #B1BE26;
}
.splash a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.splash a:hover {
	color: #FFFFFF;
}
.splash h1 {
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	float: right;
	margin: 5em 5em 0 0;
	font-size: 3em;
	font-size: 3em;
	line-height: 2em;
	border-bottom: 1px solid #FFFFFF;
	font-weight: lighter;
}

.splash p {
	float: right;
	clear: both;
	display: block;
	font-size: 110%;
	line-height: 160%;
	text-transform: uppercase;
	margin-top: -1px;
	border-top: 1px solid #2DD2D6;
	position: relative;
	right: 13.6em;
}
.splash span {
	color: #2DD2D6;
	font-weight: bold;
}

/* The normal pages */

body {
	background: #E0E9F3 url(images/background.jpg) repeat-y left top;
	font: 62.5%/80% "Trebuchet MS", "Lucida Sans Unicode", Corbel, sans-serif;
	color: #000000;
	margin-left: 5px;
	margin-top: 5px;
}
a {
	color: #463D34;
}
a:hover {
	color: #5AACC1;
}
a:visited {
	color: #5AACC1;
}
em, i {
	font-style: italic;
	color: #0066CC;
}
form {
	display: block;
	margin: 3px 0px 0px 0px;
}
form label {
	display: block;
	float: left;
	width: 100px;
	line-height: normal;
	clear: both;
}
form span.req, .content span.req {	/* Your very own personalised required icon!!! How nice of us! */
	color: #2ED6DF;
	font: 25px/10px Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 10px;
	margin: 0px 5px 0px 0px;
}
form input, form textarea {
	border: 1px solid #463D34;
	height: 18px;
	float: left;
	margin-top: 1px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Corbel, sans-serif;
	font-size: 12px;
}
/* I like to call this the good browser test. Only the good browsers will show a grey background colour, and the bad ones will show a white colour when clicked. Just so you know. */
form input:focus, form textarea:focus {	
		background: #EAEAEA;							
}
/* This is also a defining factor in the good browser test. =) */
form input:hover, form textarea:hover {	
		border: 1px solid #B0BF28;							
}
form .btn {
	background: #B0BF28 url(images/nav-active.gif) repeat-x left top;
	border: 1px solid white;
	float: left;
	height: 20px;
	cursor: pointer;
}
form .btn:hover, form .btn:focus {
	border: 1px solid #FFFFFF;
}
form textarea {
	height: 100px;
}
h1, h2, h3, h4, h5 ,h6, span {
	color: #000000;
}
h1 {
	font-size: 36px;
	margin-left: 10em;
	display: block;
	margin-bottom: 10px;
}
h2 {
	line-height: 47px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 2px solid #463D34;
	display: block;
	width: 448px;
	padding: 0 0 0 10px;
}
h2 span {
	color: #0066CC;
}
h3 {
	margin-left: 10px;
	line-height: 2.5em;
	font-weight: lighter;
}
h4 {
	font: bold 1.4em/2em "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #B5C338;
}
h5 {
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
h6 { /* I really wouldn't use this if I were you. It's a terrible tag, why'd anyone invent something so hard to read <angry mumbles>... */
	font-size: 1.2em;
	line-height: 1.4em;
	color: #B2C02D;
}
img {
	border: 0px dashed #B2C02D;
	margin: 1em 0;
}
a img {
	border: 0px solid #ABC22A;
}
a:hover img {
	border: 2px solid #463D34;
}
a:visited img {
	border: 1px dashed #2ED6DF;
}

p {
	line-height: 1.7em;
	padding: 0 10px;
}

/* The header */

#header {
	background: #5AACC1 url(images/logo.jpg) no-repeat left -1px;
	height: 2em;
	margin-left: 2.4em;
	padding-top: 26.2em;
}
#header span {
	color: #FFFFFF;
	font-size: 1em;
}

/* The navigation */

#navigation {
	line-height: 5.5em;
	height: 5.5em;
	background: #FFFFFF;
	}
#navigation li {
	display: block;
	font: 1em "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	float: left;
	border-right: 1px solid #FFFFFF;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
}
#navigation li a {
	text-transform: uppercase;
	display: block;
	float: left;
	height: 55px;
	line-height: 55px;
	padding: 0 1em;
	text-decoration: none;
}
#navigation li a:hover {
	background: url(images/nav-hover.gif) repeat-x left top;
	color: #FF8040;
	padding: 0 1em;
}
#navigation li#active, #navigation a#active {
	background: url(images/nav-active.jpg) repeat-x left top;
	color: #666666;
	padding: 0 1em;
}



.content {
	background: #FFFFFF url(images/content-main.gif) no-repeat left top;
	width: 550px;
	margin-left: 4em;
	margin-top: 1em;
	float: left;
	font-size: 1.3em;
}
.content-bottom {
	background: #F2F2F2 url(images/content-options.gif) no-repeat left top;
	border-top: 2px solid #463D34;
	height: 47px;
	float: left;
	width: 458px;
	margin-top: 15px;
}
.content-bottom p {
	margin-top: 9px;
}

/* footer */

#footer {
	clear: both;
	line-height: 5em;
	height: 2em;
	color: #FFFFFF;
	margin-top: 5em;
	float: left;
	width: 100%;
	margin-left: 11px;
	text-align: center;
	font-size: 12px;
	background-color: #4F618E;
}
#footer a:hover {
	color: #FFFFFF;
}

/* Random fun stuff */

.time {
	background: url(images/time.gif) no-repeat left center;
	float: left;
	padding: 2px 1.7em;
	display: block;
}
.print { 
	background: url(images/print.gif) no-repeat left center;
	float: left;
	padding: 2px 1.7em;
	display: block;
}
.comments {
	background: url(images/comments.gif) no-repeat 0.4em center;
	display: block;
	float: left;
	padding: 2px 1.7em;
}

.texto4 {
	color: #25527B;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.estilo6 {
	color: #FFFFFF;
	font-weight: bold;
}
.user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

