/*                       frame + container                  */
/*    |-------------------------------------------------|   */
/*    |                      Header                     |   */
/*    |-------------------------------------------------|   */
/*    |                       Menu                      |   */
/*    |-------------------------------------------------|   */
/*    |                       Body                      |   */
/*    | |-------------------------| |-----------------| |   */
/*    | |         Content         | |   Sidebar       | |   */
/*    | | |---------------------| | | |-------------| | |   */
/*    | | |       Block         | | | }    Block    | | |   */
/*    | | |---------------------| | | |-------------| | |   */
/*    | | |---------------------| | | |-------------| | |   */
/*    | | |       Block         | | | }    Block    | | |   */
/*    | | |---------------------| | | |-------------| | |   */
/*    | | |       Block         | | |                 | |   */
/*    | | |---------------------| | |                 | |   */
/*    | |-------------------------| |-----------------| |   */
/*    |-------------------------------------------------|   */
/*    |                      Footer                     |   */
/*    |-------------------------------------------------|   */

/* ===== Tags ===== */

body {
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #00458B;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 100%;
	font-weight: bold;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border-style: none;
	border-width: 0px;
}

table, th, td {
	border-collapse: collapse; 
	padding: 0;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic;
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}

form {
	margin: 0px;
}

input {
	margin: 0px;
}

textarea, select {
	width: 100%;
	margin: 0px;
}


/* ===== Global classes ===== */

.attention {
	color: #FF0000;
}

.information {
	color: #00C000;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}

.hidden {
	visibility: hidden;
}

.center {
	text-align: center;
}

.break {
	clear: both;
}


/*===== Conteiners =====*/

#container {
	border-right: solid 1px #26273C;
	border-left: solid 1px #26273C;
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 780px;
}

#content {
	border-top: solid 8px #FFD451;
	margin-top: 1px;
	padding: 0;
}

.narrow {
	float: left;
	width: 536px;
}

#sidebar {
	/*background: #FFF2CE url(../images/sidebar-bg.gif) left repeat-y;*/
	background: url(../images/sidebar-bg.gif) left repeat-y;
	color: #544E3F;
	font-size: 75%;
	float: right;
	padding: 0 0 0 4px;
	width: 240px;
}

.block {
	text-align: justify;
}

.adsense {
	text-align: center;
	margin: 10px 0 10px 0;
}


/* =====  Header  ====== */

#header {
	width: 780px;
	height: 105px;
	background-color: #41880C;
	background-image: url(../images/header-bg.jpg);
	border-top: solid #336600 3px;
}


/* =====  Menu  ===== */

#menu	{
	width: 780px;
	height: 34px;
	background-color: #F8BE23;
	background-image: url(../images/menu-bg.gif);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #000000;
}

#menu a {
	color: #362700;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 12px 9px 12px;
	text-transform: uppercase;
	display: block;
}

#menu a:hover {
	background-color: #FBDE91;
	background-image: url(../images/menu-bg2.gif);
	text-decoration: none;
}

#menu td {
	width: 2px;
	background-color: #FBDE91;
	background-image: url(../images/menu-vl.gif);
}


/* =====  Body  ===== */

#body {
	width: 780px;
	background-color: #FFFFFF;
}

.body-hl {
	background-color: #FFD451;
	border-top: solid 1px #FFFFFF;
}

.body-vl {
	background-color: #FFFFFF;
	border-right: solid 1px #B6A36E;
	border-left: solid 1px #B6A36E;
}



/* ----- Content  ------ */

#content .link {
	text-align: right;
}

#content .block {
	background-image: url(../images/content-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 80%;
	text-align: justify;
	padding: 0 0 15px 0;
	margin: 0;
}

#content p {
	margin: 0;
	padding: 10px 15px 0 15px;
}

#content h1, #content h2 {
	background-color: #E5E6E6;
	background-image: url(../images/body-head-bg.gif);
	border-top: solid 1px #808080;
	border-bottom: solid 1px #606060;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	line-height: 30px;
	margin: 0;
	text-align: center;
}

#content h3, #content h4 {
	color: #CC6633;
	font-weight: bold;
	font-size: 120%;
	margin: 15 px 0 15px 0;
}

#content h5, #content h6 {
	color: #00458B;
	font-weight: bold;
	font-size: 100%;
	margin: 5px 0 5px 0;
}

#content ul, .content ol {
	text-align: justify;
	margin: 10px;
	margin-left: 30px;
	padding: 0;
}

#content ul {
	list-style: disc;
}

.content table {
	font-size: 100%;
}


/* ----- table  ------ */

.table {
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.table th, .table td {
	border-left: solid 1px #333333;
	border-top: solid 1px #333333;
	padding: 4px;
}

.table th {
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
}

.table td {
	color: #333333;
}


/* ----- table-scale  ------ */

.table-scale {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table-scale th {
	background-color: #EEEEEE;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.table-scale td {
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}


/*===== Sidebar =====*/

#sidebar a {
	color: #006600;
}

#sidebar p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#sidebar ul	{
	margin: 5px 0 5px 20px;
	padding: 0 10px 0 10px;
}

#sidebar ol	{
	margin: 5px 0 5px 27px;
	padding: 0 10px 0 10px;
}

#sidebar li	{
	margin: 1px;
}

#sidebar .link {
	text-align: center;
	padding: 0px 0 12px 0;
}

#sidebar .link a {
	background: url(../images/side-a.gif) left no-repeat;
	padding: 5px 0 5px 25px;
}

#sidebar .block {
	background: #FFF2CE url(../images/side-body-bg.gif) 0px 30px no-repeat;
	border-top: solid 1px #F5F0E0;
	border-bottom: solid 1px #B59853;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#sidebar .block h1, #sidebar .block h2 {
	background: #D2D2A3 url(../images/side-h.gif) left no-repeat;
	color: #544E3F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 90%;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 42px;
	text-align: left;
	text-transform: uppercase;
}

#sidebar .block h3, #sidebar .block h4 {
	margin: 0;
	padding: 5px 0 0 10px; 
}

#sidebar .block h5, #sidebar .block h6 {
	margin: 0;
	padding: 2px 0 0 10px; 
}


/*----- Quick Launch -----*/

#quick {
	background: #FFF2CE url(../images/sidebar-plate.gif) top left no-repeat;
	color: #336633;
	font-size: 12px;
	padding: 10px 0 20px 0;
	border-bottom: solid 1px #B59853;
}

#quick h1 {
	color: #336633;
	font-size: 13px;
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
}

#quick table {
	margin: 5px auto 33px auto;
}

#quick th {
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: left;
}

#quick td {
	font-weight: bold;
	padding: 0;
	text-align: left;
}

#quick_btn_download {
	margin: 0 2px 0 45px;	
}

/*----- Mail List -----*/

#maillist form {
	padding-bottom: 20px;
}

#maillist table {
	margin: 8px auto 15px auto;
}

#maillist th {
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: left;
}

#maillist td {
	font-weight: bold;
	padding: 2px 0 2px 0;
	text-align: left;
}

#maillist td input {
	width: 150px;
}

#maillist input { /* Submit */
	width: 80px;
}

#maillist_btn_add {
	margin: 0 2px 0 70px;	
}



/* =====  Footer  ====== */

#footer	{
	background: url(../images/footer-bg.gif) repeat-x;
	color: #606060;
	font-size: 11px;
	padding: 25px 0 5px 0;
	text-align: center;
}

#footer a {
	color: #606060;
}

#footer a:hover {
	color: #252525;
}

#footer .menu a {
	font-weight: bold;
	border-left: 1px solid #AAA495;
	padding: 2px 4px 2px 5px;
}

#footer .menu .first {
	border: 0;
}

#footer .notice {
	font-size: 70%; 
	margin: 0; 
	padding: 0 20px 0 20px;	
	text-align: justify; 
}

.links {
	font-size: 8px;	
	margin: 0;
	padding: 2px;
}



/* =====  Links  ====== */

.link {
	margin-top: 5px;
}

.link a {
	color: #006600;
}

.link a img {
	vertical-align: middle;
	margin-right: 5px;
	width: 22px;
	height: 22px;
}

.linkpages {
	font-size: 10px;	
	padding: 2px;
}


/* =====  Buttons  ====== */

.button {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.button a:hover {
	text-decoration: none;
}

.button a span {
	padding: 9px 5px;
}

.button a img {
	width: 11px;
	height: 33px;
	vertical-align: middle;
}

.button-submit {
	border-style: solid;
	border-width: 1px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	margin: 1px;
	padding: 0px;
	padding-right: 9px;
	padding-left: 9px;	
}


.grey a span {
	background: #E6E6E6 url(../images/btn/btn-grey-bg.gif) center repeat-x;
	color: #333333;
}
.grey a .left {
	background: url(../images/btn/btn-grey-left.gif) right no-repeat;
}
.grey a .right {
	background:  url(../images/btn/btn-grey-right.gif) left no-repeat;
}
.submit-grey {
	background: #E6E6E6 url(../images/btn/btn-submit-grey-bg.gif);
	border-color: #999999;
	color: #333333;
}


.green a span {
	background: #D9E9CA url(../images/btn/btn-green-bg.gif) center repeat-x;
	color: #336633;
}
.green a .left {
	background: url(../images/btn/btn-green-left.gif) right no-repeat;
}
.green a .right {
	background:  url(../images/btn/btn-green-right.gif) left no-repeat;
}
.submit-green {
	background: #D9E9CA url(../images/btn/btn-submit-green-bg.gif);
	border-color: #90BB6A;
	color: #336633;
}


.red a span {
	background: #FFCCCC url(../images/btn/btn-red-bg.gif) center repeat-x;
	color: #FF0000;
}
.red a .left {
	background: url(../images/btn/btn-red-left.gif) right no-repeat;
}
.red a .right {
	background:  url(../images/btn/btn-red-right.gif) left no-repeat;
}
.submit-red {
	background: #FFCCCC url(../images/btn/btn-submit-red-bg.gif);
	border-color: #FF6666;
	color: #FF0000;
}


