/***** Page *****/

body
{
	background:#f1f1f1;
	color:#333;
	font:85% trebuchet ms, verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

.floatleft {
float : left; 
margin : 0px 5px 5px 0px; 
border : 0 solid #666; 
padding : 2px; 
} 

.floatright {
float : right; 
margin : 0 0 5px 5px; 
border : 0 solid #666; 
padding : 2px; 
} 

.box {
background-color: #f0f0f0;
border: 1px solid #ADB0C1;
padding: 5px;
margin: 10px;
color:#333333;
text-align:justify;
}
.box2 {
background-color: #fff;
border: 1px solid #d1d1d1;
padding: 5px;
margin: 10px;
color:#666;
}

.box2 tr {
vertical-align: top;
}
.box3 {
background-color: #f8f8f8;
border: 1px solid #d1d1d1;
font-size:0.7em;
padding: 5px;
margin-left: 60px;
margin-right: 60px;
line-height: 90%;
color:#666;
}

.small {
font-size:11px;
}
.style1 {font:16px trebuchet ms, arial, verdana, helvetica, sans-serif; 
font-weight:bold;}
/***** Wrapper *****/

#wrapper
{
	background:#fff;
	border:1px solid #333;
	color:#000;
	margin:10px auto;
	padding:0px;
	width:790px;
}

/***** Top *****/

#top
{
  /*font-size:3em;*/
	margin:0;
	/*background: #3177FF;*/
  /*background: #663399;*/
	background: #000080;
	background-image:url(nachobanner.png);
	background-position:right;
	background-repeat:no-repeat;
	color:#fff;
	/*height:6em;*/
  height:100px;
	padding:5px 0px;
  /*line-height: 0.4cm;*/
}


#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top .left
{
	margin:4px 0 0 8px;
}

#top .right
{
	margin:4px 8px 0 0;
}

/*
#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:none;
}
*/
#top h3 
{ 	
  font-size:200%;
	font-weight:bold; 
  height:1em;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#516695;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#D2D1D9;
	color:#333;
	text-decoration:none;
}



/***** Content *****/

#content
{
	background:#fff;
	float:right;
	padding:10px 10px;
	width:595px;
	font:14px trebuchet ms, arial, verdana, helvetica, sans-serif;
	border-right:1px solid #f1f1f1;
	color:#000;
	
}

#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content a
{
	color:#516695;
	text-decoration:none;
}

#content a:hover
{
	color:#333;
	text-decoration:underline;
}

/***** Side Content *****/

#sidebar
{
	background:#fff;
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:170px;
	
}

#sidebar ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidebar li
{
  padding: 0.1ex 0;
}

#sidebar li a
{
	color:#666;
	text-decoration:none;
	font-size:0.8em;
	display:block;
	padding:0px 10px;
	background:inherit;
}

#sidebar li a:hover
{
	background:#333;
	color:white;
}

#sidebar h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 10px;
}
#sidebar p
{
	margin:5px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}


/***** Footer *****/

#footer
{
	background:#516695;
	clear:both;
	color:#fff;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}