@charset "utf-8";
/* CSS Document */
/* Created by Vulto */
/* www.vulto.com */

/* Basic design
*********************************/

body {
	font-size: 62.5%;
	color:#606060;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: repeat-y;
	background-color:  #fffbe6;
	}	
A  {
	color : #37b9e4;
	text-decoration: none;
}

A:ACTIVE  {
	color : #0099FF;
}

A:HOVER  {
	color : #0099FF;
}

A:VISITED  {
    color : #005fa2;
	text-decoration : none;
}

p {
	line-height: 16px;
	margin:1px;
	text-indent: 16px;
	margin-left: 4px;
	}
img {
	margin: 2px;
	border: none;
}


/* Structure
*********************************/


#header { 
	width: 100%;
	height: 142px;
	margin: 0 auto;
	background-color: #358fad;
	border: 0px;
	background-image: url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

#main { 
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background-color: #ffffff;
}

#content { 
	width: 610px;
	margin: 0;
	border: 0px;
	font-size: 1.4em;
	padding: 15px;
	float: right;
	border-radius-topright: 30px;
	background-color: #ffffff;
}

#sidebar {
	width: 220px;
	margin: 0px;
	font-size: 12px;
	float:left;
	padding: 10px;
	background-color: #ffffff;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	background-color: #358fad;
	height: 60px;
}


/* Main menu
*********************************/
.menu_title   {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding: 0;
	padding-top: 5px;
	color: #358fad;
	text-indent: 10px;
	height: 35px;
	margin: 0;
	margin-bottom: 18px;
	background: url(../img/sidebar_title.jpg) no-repeat left;
	}
#sidebar a{
	font-size:12px;
	color : #37b9e4;
	display: block;
	padding: 0px;
	margin:0px;
	text-decoration: none;
	text-indent: 12px;
}
#sidebar a:hover{
	color: #7ddbfa;
}
#sidebar a:visited{
	text-decoration: none;
}

/* Header links
*********************************/
#header_links {
	margin-top: 120px;
	margin-right: 20px;
	border:none;
}
#header_links a {
	color: #ffffff;
	width: 100%;
}
#header_links a:hover{
	color: #9bfff4;
}
#header_links a:visited{
	text-decoration: none;
}

/* Tables
*********************************/
.tab {
	border: none;
	margin: 2px;
	padding: 5px;
	
}

/* Text and forms
*********************************/

#main UL {
	margin: 1px 0px 1px 5px;
	padding-left:22px;
}
#main LI  {
	line-height: 17px;
	list-style-type:none;
	padding-left: 12px;
	background-image: url(../img/seta.gif);
	background-repeat: no-repeat;
	background-position:0 .5em;
}

.title {
	color : #358fad;
	margin-left:7px;
	margin-top: 0px;
	font-size : 17px;
	background-image: url(../img/title.jpg);
	background-repeat : no-repeat;
	text-indent: 9px;
	height: 36px;
	line-height:30px;
	}
.subtitle {
	color : #358fad;
	font-size : 18px;
	text-indent: 40px;
	margin-top: 14px;
	line-height:20px;
}
.color1  {
	color : #358fad;
}
.color2  {
	color : #1d6d88;
}
.color3  {
	color : #154265;
}
.mini_text  {
	font-size : 10px;
	line-height: 12px;
}
.sm_text  { /* Smooth text, used in forms, dates, etc */
	font-size : 09px;
	line-height: 10px;
	color:#5b818b;
}
.footer_text  {
	font-size : 9px;
	color: #FFFFFF;
	line-height: 11px;
}

.form_text  {
	color : #358fad;
	font-weight:bold;
	line-height: 22px;
}

