/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	width:70%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #003366;
	margin:10px auto 10px auto;
	background-image: url(../imagens/bg.gif);	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image: url(../imagens/fundob.jpg);
}

#navBar{
	/*padding: 0px;*/
	background-color: #FFDB94;
}

#content{
	/*margin: 10;*/
	/*padding: 0 0 0 0;*/
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#siteLogo{
	padding: 3px 0px 10px 10px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	/*white-space: nowrap;*/
	background-color: #FFB114;
}
#globalNav a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a {
	color: #003366;
	text-decoration: none;
	font-weight: 600;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story img{
	margin-right: 10px;
}
.story a{
	color: #003366;
	text-decoration: none;
	font-weight: 600;
}
/************* #siteInfo styles ***************/

#siteInfo{
	/*float:inherit;*/
	font-size: 75%;
	font-weight: 600;
	text-align: center;
	padding: 2px 10px 2px 10px;
	background-color: #FF6600;
	color: #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteInfo a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}


input, select, textarea {
	font-size: 100%;
	/*background-color: #F5F5F5;*/
}

hr {
	color:#333366;
}