@charset "utf-8";
@import url(nav.css);
@import url(main.css);
@import url(sub.css);
/*
	

	Table of Contents
		1. Universal
		2. Link
		3. Containers
		4. Header
		5. Top
		6. Containers of Content
		7. Footer
*/

/* 1. Universal */
/* ---------------------------------------------------------------- */

* {
	margin: 0;
	border: none;
	padding: 0;
}



body {
	color: #2E271F;
	font-family: "Lucida Grande", "Verdana", Sans-Serif;
       text-align: justify;
}

/* 2. Link Decoration */
/* ---------------------------------------------------------------- */

a { overflow: hidden }

.concurso a:link, a:visited {
border-bottom:0px solid #C2B7A3;
color:#558000;
text-decoration:none;
}

a:link,
a:visited {
	color: #558000;
	text-decoration: none;
	border-bottom: 1px solid #C2B7A3;
}
a:active,
a:hover {
	color: #543F8F;
	text-decoration: none;
	border-bottom: 1px solid #543F8F;
}

#topmargin a,
#header a,
.main .title a,
.refdownload a,
.downloadbox a,
a.more-link,
.sub ul a,
.sub p.refrss a,
#footer a {
	border-bottom: none !important;
}

#topmargin a:hover,
#footer a:hover {
	text-decoration: underline;
}

/* 3. Containers */
/* ---------------------------------------------------------------- */

body { background: #4f5152 url(images/Back.png) 0 0 }

#inbody { background: url(images/BackTop.png) repeat-x 50% 0 }

#canvas {
	background: url(images/BackTopCenter.png) no-repeat 50% 0;
	text-align: center;
}

#wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
	background: url(images/BackContent.png) repeat-y 50% 0;
	text-align: justify;
}

#inwrapper { background: url(images/BackTopContent.png) no-repeat 50% 0 }

/* 4. Top */
/* ---------------------------------------------------------------- */

#topmargin {
	height: 33px;
	background: url(images/TopbarHeader.png) no-repeat 50% 0;
}

#topmargin p {
	padding: 6px 12px 0 0;
	color: #7A7262;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
}

#topmargin p a:link,
#topmargin p a:visited {
	color: #7A7262;
	text-decoration: none;
}

#topmargin p a:active,
#topmargin p a:hover {
	color: #E5DFCC;
	text-decoration: none;
}

/* 5. Header */
/* ---------------------------------------------------------------- */

#header {
	height: 108px;
	margin: 0 5px 0 5px;
	border-left: 1px solid #fffcf2;
	border-right: 1px solid #fffcf2;
	background: transparent url(images/Topbar.png) repeat-x 0 0;
}


#sitedesc {
background:transparent url(images/LogoMain_Current.png) no-repeat 0px 0px ;
float:left;
font-size:1px;
height:108px;
line-height:0px;
text-decoration:none;
text-indent:-9999px;
width:868px;


}

#sitedesc h1 a,
#sitedesc p {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

#sitedesc h1 {
	padding: 24px 0 0 20px;
}

#sitedesc h1 a {
	display: block;
	width: 300px;
	height: 60px;
}

#sitenav {
	margin-left: 552px;
}

#sitenav li,
#sitenav a {
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	list-style: none;
}

#sitenav span {
	float: left;


	
	
}

/* 6. Containers of Content */
/* ---------------------------------------------------------------- */

#content {
	width: 870px;
	height: 100%;
	margin: 0 5px 0 5px;
	background: url(images/ContentTop.png) no-repeat 50% 0;
}

.main {
	float: left;
	width: 530px;
	padding-top: 8px;
	line-height: 1.7em;
}
.main  .left
{
 float:left ;
 padding-left : 30px ;

} 

.main  .center
{
padding: 0px 100px 5px 100px ;

} 

.main  .right
{

 float:right;
padding-right: 2px ;


} 

.en .main { font-size: 11px }
.jp .main { font-size: 12px }

body.downloads .main {
	float: left;
	width: 840px;
}

.sub {
	float: right;
	width: 317px;
	font-size: 11px;
	line-height: 1.5em;
}

/* 7. Footer */
/* ---------------------------------------------------------------- */

#footer {
	clear: both;
	padding-top: 22px;
}

#footer ul {
	height: 34px;
	padding: 30px 6px 0 6px;
	color: #7A7262;
	background: #424239 url(images/Bottombar.png) no-repeat 0 0;
	font-size: 9px;
	line-height: 14px;
}

#footer li {
	height: 34px;
	list-style: none;
}

#copyright {
	float: left;
	width: 680px;
}

#validate {
	text-align: right;
}










#footer a:link,
#footer a:visited {
	color: #7A7262;
	text-decoration: none;
}



#footer a:active,


#footer a:hover {
	color: #E5DFCC;
	text-decoration: none;
}

/* Color Stock */
/* ---------------------------------------------------------------- */



.blue { color: #005299 }


.darkbrown { color: #29271F }
.green { color: #558000 }
.orange { color: #CC5200 }
.red { color: #992B2B }
.violet { color: #543F8F }

