/***********************************************/
/* tcv.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 1.166;
	word-spacing: normal;	
	margin: 0px;
	padding: 0px;
	background: #666666;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #F66510;
	text-decoration: underline;
}

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

/************** header tag styles **************/
p{
   font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

h1{
 font: 12px Georgia, Times New Roman, Times, serif;
 color: #F66510;
 margin: 0px;
 padding: 0px;
}

h2{
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F66510;
	text-align: left;
}

h3{
 font: bold 11px Georgia, Times New Roman, Times, serif;
 color: #FF0000;

}

h4{
 font: bold 100% Georgia, Times New Roman, Times, serif;
 color: #000033;
 margin: 0px;
 padding: 0px;
 text-align: left;
}

h5{
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #F66510;
	text-align: center;
}


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

#page{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	height: auto;
}

#pagecell1{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	top: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	height: auto;
	
}

#telephone{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 246px;
}


#masthead{
	position: absolute;
	top: 11px;
	margin-left: 240px;
	margin-right: 10px;
	width: 550px;
	background-color: #F66510;
	
	
}

#pageNav{
	float: left;
	width:20%;
	padding: 0px;
	background-color: #333333;
	font: 12px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 20%;
	border-left: 1px solid #ccd2d2;
	height: auto;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#capeverde{
	position:absolute; 
	top:1500px; 
	width:100%;
	height: auto;
}

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

#siteName img{
	float: right;
	padding: 10px 0px 8px 0px;
}

#bottom {
    background: #666666;
    height: 20px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 16px;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #333333;
}

#utility a{
	color: #FFFFFF;
	text-decoration: none;
}

#utility a:hover{
    color: #F66510;
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 14px 14px 14px 14px;
	margin: 0px;
	height: 100px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h1{
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #F66510;
	margin:0px;
	padding: 90px 0px 0px 0px;
	text-align:center;
}


.skipLinks {display: none;}

/************** Cape Verde styles ****************/
.cape-verde {
    padding: 10px 0px 0px 10px;
	min-height: 200px;
	height: 200px;
}

html>body .cape-verde {height: auto;}

/************** table styles *******************/
#table1 img{
	float: left;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}
#table2 img{
	float: inherit;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
#table3 img{
	float: right;
	padding: 0px 0px 10px 10px;
	vertical-align: top;
}
/************** siteInfo styles ****************/

#siteInfo{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #ccd2d2;
	background-color: #333333;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo a{
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:hover{
    color: #F66510;
	text-decoration: underline;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 10px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #333333;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	color: #F66510;
}

#sectionLinks a:hover{
	border-top: 0.5px solid #cccccc;
	background-color: #333333;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#more{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    float: right;
	vertical-align: bottom;
}

#more a:link, #more a:visited {
	background-color: #333333;
	font-weight: normal;
	text-decoration: none;
	color: #F66510;
}

#more a:hover{
	background-color: #333333;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#back{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    float: left;
	vertical-align: bottom;
}

#back a:link, #back a:visited {
	background-color: #333333;
	font-weight: normal;
	text-decoration: none;
	color: #F66510;
}

#back a:hover{
	background-color: #333333;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}


/********************* end **********************/
