/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0;
}

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;
	padding-bottom: 10px;
}

h2{
	font-size: 114%;
	color: #006699;
	padding-bottom: 5px;
}

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: disc;
	text-align: left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: 100% Arial,sans-serif;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #0099CC;
}

#navBar{
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content{
	float:left;
	width: 100%;
	background-color: #A8C8D7;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 10px 10px;
	background-color: #33CCFF;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

#globalNav a:hover {
	text-decoration: underline;
	color: #990033;
	font-style: italic;
	background-color: #CCFFCC;
}

/************** .feature styles ***************/

.fsimple{
	font-size: 80%;
	cursor: default;
	color: #3300CC;
	overflow: auto;
	height: 425px;
}

.fsimple h3{
	text-align: center;
	color: #663399;
	text-decoration: underline;
	font-size: 140%;
	background-color: #FFFFCC;
	padding: 25px 0px 5px 0px;
	width: 97%;
}

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	cursor: default;
	color: #3300CC;
	overflow: auto;
	height: 425px;
}

.feature h3{
	text-align: center;
	color: #663399;
	text-decoration: underline;
	font-size: 140%;
	background-color: #FFFFCC;
	padding: 25px 0px 5px 0px;
}

.feature p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.feature table{
	background-color: #CCCCFF;
	color: #0033FF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-style: ridge;
	border-bottom-width: 6px;
	border-left-style: ridge;
	border-left-width: 6px;
	border-color: #CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature th{
	text-align: center;
	color: #CC3366;
	border-bottom-color: #9999FF;
	background-color: #FFFF66;
	height: 40px;
	border-bottom-width: 3px;
}

.feature td{
	text-align: center;
	color: #0033CC;
	font-size: 12px;
}

.feature tr{
	text-align: center;
}

/************** .mapas styles ***************/

.mapas{
	margin: 5px 25px 5px 25px;
	border-bottom-color: #CC6666;
	border-left-color: #CC3300;
	border-right-color: #CC6666;
	border-top-color: #CC3300;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-right-width: 6px;
	border-top-width: 1px;
	border-bottom-style: inset;
	border-left-style: solid;
	border-right-style: inset;
	border-top-style: solid;
}

.cabs{
	padding-right: 10px;
	float: right;
	height: 100px;
	width: 40%;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	background-color: #9999FF;
}

#siteInfo img{
	padding: 0px 0px 4px 0px;
/*	vertical-align: middle;*/
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-align: center;
	height: 20px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	height: 25px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	background-color: #FFFFCC;
	text-align: center;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #cccccc;
/*	width: auto;*/
	color: #3366FF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 0px;
	color: #3366FF;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #cccccc;*/
	background-color: #FFCCCC;
	padding: 2px 0px 2px 0px;
	color: #CC0033;
/*	font-weight: bold;*/
/*	font-size: 90%;*/
}

